| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: replace script tags with next/script (#10) | Armand Philippot | 2022-02-21 | 1 | -7/+6 |
| | | | | | | | | | * refactor: replace script tags with next/script Since next.js v12.1.0 some warnings was displayed because I was using some script tags. * build(deps): bump next-themes to v0.1.1 | ||||
| * | refactor(config): move config from config dir to utils | Armand Philippot | 2022-01-29 | 1 | -6/+6 |
| | | |||||
| * | chore: replace lingui functions with react-intl | Armand Philippot | 2022-01-29 | 1 | -8/+38 |
| | | |||||
| * | chore: include projects inside breadcrumb | Armand Philippot | 2022-01-20 | 1 | -1/+22 |
| | | |||||
| * | chore: add structured data using schema.org and JSON-LD | Armand Philippot | 2022-01-19 | 1 | -4/+51 |
| | | | | | I also added the featured image on single article. | ||||
| * | refactor(styles): use compose to declare grid layouts once | Armand Philippot | 2022-01-10 | 1 | -5/+1 |
| | | | | | | | | 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: add article header styles | Armand Philippot | 2022-01-07 | 2 | -10/+7 |
| | | |||||
| * | chore: move Main grid to its children | Armand Philippot | 2022-01-06 | 1 | -1/+14 |
| | | | | | This way I can use full width background for some blocks. | ||||
| * | chore: add a breadcrumb component | Armand Philippot | 2021-12-21 | 2 | -0/+74 |
