| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(styles): use compose to declare grid layouts once | Armand Philippot | 2022-01-10 | 1 | -4/+4 |
| | | | | | | | | I'm using same grid layouts in multiple places. To avoid maintenance issue, I think it is better to declare the grid once and to import its declaration where it is needed. Thanks to CSS modules, I can use compose to do that. | ||||
| * | chore: move Main grid to its children | Armand Philippot | 2022-01-06 | 1 | -16/+24 |
| | | | | | This way I can use full width background for some blocks. | ||||
| * | chore: make year sticky in posts list | Armand Philippot | 2021-12-29 | 1 | -1/+22 |
| | | |||||
| * | chore: display year between blog posts | Armand Philippot | 2021-12-16 | 1 | -1/+1 |
| | | |||||
| * | chore: display featuredImage and meta on posts list | Armand Philippot | 2021-12-16 | 1 | -0/+6 |
| | | |||||
| * | chore: retrieve posts list on blog page | Armand Philippot | 2021-12-15 | 1 | -0/+5 |
