summaryrefslogtreecommitdiffstats
path: root/src/components/Breadcrumb
Commit message (Collapse)AuthorAgeFilesLines
* 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