aboutsummaryrefslogtreecommitdiffstats
path: root/src/config
Commit message (Collapse)AuthorAgeFilesLines
* chore: add projects to main navArmand Philippot2022-01-201-0/+1
| | | | | | I redesign a little the main nav on small screens so it can takes two columns when the screen height is low. I change the 2xs breakpoint to 500px instead of 400px.
* chore: add a page for projectsArmand Philippot2022-01-201-0/+4
|
* chore: add opengraph and twitter metaArmand Philippot2022-01-191-0/+1
|
* refactor(config): move defaultLocale as property of config.localesArmand Philippot2022-01-191-1/+4
| | | | | I will need the country code, so I think it makes more sense to gather them inside the same property.
* chore: add structured data using schema.org and JSON-LDArmand Philippot2022-01-191-0/+1
| | | | I also added the featured image on single article.
* chore: add a social media widget on contact and cv pagesArmand Philippot2022-01-101-0/+22
|
* chore: add line numbers to all prism blocks and translate copy buttonArmand Philippot2022-01-031-0/+1
|
* chore: add a sharing componentArmand Philippot2021-12-211-0/+72
|
* chore: add a 404 pageArmand Philippot2021-12-181-0/+4
|
* chore: create contact pageArmand Philippot2021-12-161-0/+4
|
* chore: create legal notice viewArmand Philippot2021-12-151-0/+4
|
* chore: create CV viewArmand Philippot2021-12-151-0/+4
|
* chore: retrieve posts list on blog pageArmand Philippot2021-12-152-0/+5
|
* chore: add footer navArmand Philippot2021-12-131-0/+4
|
* chore: add main-nav componentArmand Philippot2021-12-131-0/+9
| | | | | I choose to implement main-nav paths manually instead of fetching them from GraphQL to ensure functional navigation without JS.
* chore: create homepage with graphql dataArmand Philippot2021-12-131-0/+8
|
* chore: add Copyright componentArmand Philippot2021-12-131-0/+4
|
* chore: add Branding componentArmand Philippot2021-12-131-0/+6