summaryrefslogtreecommitdiffstats
path: root/src/components/PostMeta/PostMeta.module.scss
Commit message (Collapse)AuthorAgeFilesLines
* chore: remove old pages, components, helpers and typesArmand Philippot2022-04-291-31/+0
| | | | | Since I'm using new components, I will also rewrite the GraphQL queries so it is easier to start from scratch.
* refactor: split posts meta into smaller componentsArmand Philippot2022-03-011-20/+1
|
* feat: implement dark modeArmand Philippot2022-01-171-1/+1
|
* refactor(styles): use css grid to stylize post headerArmand Philippot2022-01-101-1/+0
| | | | | By using pseudo elements instead of background with padding, it is easier to control the look of posts header.
* chore: add article header stylesArmand Philippot2022-01-071-2/+2
|
* refactor: reuse PostMeta components on single articles/pagesArmand Philippot2022-01-061-9/+42
|
* chore: replace read more link with ButtonLink componentArmand Philippot2021-12-291-0/+1
| | | | | I also fix the load more button position since I removed the margin auto.
* chore: display featuredImage and meta on posts listArmand Philippot2021-12-161-0/+17