aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Breadcrumb
Commit message (Collapse)AuthorAgeFilesLines
* refactor: replace script tags with next/script (#10)Armand Philippot2022-02-211-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 utilsArmand Philippot2022-01-291-6/+6
|
* chore: replace lingui functions with react-intlArmand Philippot2022-01-291-8/+38
|
* chore: include projects inside breadcrumbArmand Philippot2022-01-201-1/+22
|
* chore: add structured data using schema.org and JSON-LDArmand Philippot2022-01-191-4/+51
| | | | I also added the featured image on single article.
* refactor(styles): use compose to declare grid layouts onceArmand Philippot2022-01-101-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 stylesArmand Philippot2022-01-072-10/+7
|
* chore: move Main grid to its childrenArmand Philippot2022-01-061-1/+14
| | | | This way I can use full width background for some blocks.
* chore: add a breadcrumb componentArmand Philippot2021-12-212-0/+74