| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(config): move config from config dir to utils | Armand Philippot | 2022-01-29 | 1 | -16/+0 |
| | | |||||
| * | refactor(widgets): move social media websites from config to widget | Armand Philippot | 2022-01-29 | 1 | -22/+0 |
| | | | | | | | I only use this config inside the SocialMedia widget so it makes more sense to gather them. In addition I can translate the website names if needed. | ||||
| * | refactor(widgets): move sharing websites from config to sharing widget | Armand Philippot | 2022-01-29 | 1 | -70/+0 |
| | | | | | | | I only use these websites inside the sharing widget so it makes more sense to gather them. In addition, I can translate the website name if needed. | ||||
| * | chore: replace lingui functions with react-intl | Armand Philippot | 2022-01-29 | 4 | -53/+2 |
| | | |||||
| * | chore(i18n): replace i18n provider and helpers | Armand Philippot | 2022-01-29 | 1 | -0/+1 |
| | | |||||
| * | chore: update titles and meta desc | Armand Philippot | 2022-01-27 | 1 | -13/+14 |
| | | |||||
| * | chore: add projects to main nav | Armand Philippot | 2022-01-20 | 1 | -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 projects | Armand Philippot | 2022-01-20 | 1 | -0/+4 |
| | | |||||
| * | chore: add opengraph and twitter meta | Armand Philippot | 2022-01-19 | 1 | -0/+1 |
| | | |||||
| * | refactor(config): move defaultLocale as property of config.locales | Armand Philippot | 2022-01-19 | 1 | -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-LD | Armand Philippot | 2022-01-19 | 1 | -0/+1 |
| | | | | | I also added the featured image on single article. | ||||
| * | chore: add a social media widget on contact and cv pages | Armand Philippot | 2022-01-10 | 1 | -0/+22 |
| | | |||||
| * | chore: add line numbers to all prism blocks and translate copy button | Armand Philippot | 2022-01-03 | 1 | -0/+1 |
| | | |||||
| * | chore: add a sharing component | Armand Philippot | 2021-12-21 | 1 | -0/+72 |
| | | |||||
| * | chore: add a 404 page | Armand Philippot | 2021-12-18 | 1 | -0/+4 |
| | | |||||
| * | chore: create contact page | Armand Philippot | 2021-12-16 | 1 | -0/+4 |
| | | |||||
| * | chore: create legal notice view | Armand Philippot | 2021-12-15 | 1 | -0/+4 |
| | | |||||
| * | chore: create CV view | Armand Philippot | 2021-12-15 | 1 | -0/+4 |
| | | |||||
| * | chore: retrieve posts list on blog page | Armand Philippot | 2021-12-15 | 2 | -0/+5 |
| | | |||||
| * | chore: add footer nav | Armand Philippot | 2021-12-13 | 1 | -0/+4 |
| | | |||||
| * | chore: add main-nav component | Armand Philippot | 2021-12-13 | 1 | -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 data | Armand Philippot | 2021-12-13 | 1 | -0/+8 |
| | | |||||
| * | chore: add Copyright component | Armand Philippot | 2021-12-13 | 1 | -0/+4 |
| | | |||||
| * | chore: add Branding component | Armand Philippot | 2021-12-13 | 1 | -0/+6 |
