| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: replace script tags with next/script (#10) | Armand Philippot | 2022-02-21 | 1 | -4/+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 | ||||
| * | chore: improve accessibility | Armand Philippot | 2022-02-11 | 1 | -2/+14 |
| | | |||||
| * | refactor(config): move config from config dir to utils | Armand Philippot | 2022-01-29 | 1 | -13/+13 |
| | | |||||
| * | chore: replace lingui functions with react-intl | Armand Philippot | 2022-01-29 | 1 | -11/+44 |
| | | |||||
| * | chore(i18n): replace i18n provider and helpers | Armand Philippot | 2022-01-29 | 1 | -11/+11 |
| | | |||||
| * | fix: handle translation with lingui | Armand Philippot | 2022-01-28 | 1 | -5/+4 |
| | | | | | | | | | The previous method was not working so I tried a different approach. Translation is loaded but I'm still getting warnings: * Plurals for locale undefined aren't loaded * Text content did not match I can't figure how to fix them... | ||||
| * | chore: add opengraph and twitter meta | Armand Philippot | 2022-01-19 | 1 | -3/+10 |
| | | |||||
| * | refactor(config): move defaultLocale as property of config.locales | Armand Philippot | 2022-01-19 | 1 | -1/+1 |
| | | | | | | 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/+48 |
| | | | | | I also added the featured image on single article. | ||||
| * | chore: update sidebar and widgets styles | Armand Philippot | 2022-01-15 | 1 | -5/+4 |
| | | | | | | | | | | I'm now using a widget that can be expanded/collapsed. It also allows me to handle more effectively widgets overflow and to avoid styles repetitions. However, with stylelint rule "no-descending-specificity", I'm not sure if the stylesheets are really logical... Maybe I should deactivate this rule. | ||||
| * | refactor(sidebar): use a component to avoid styles repetition | Armand Philippot | 2022-01-11 | 1 | -2/+3 |
| | | | | | | | I also fix some overflow/sticky issues. I have to set overflow auto only when there is no button-like links otherwise, with translate, the button is cropped on hover. | ||||
| * | chore: add PDF and image format to CV page | Armand Philippot | 2022-01-10 | 1 | -2/+3 |
| | | |||||
| * | chore: add a social media widget on contact and cv pages | Armand Philippot | 2022-01-10 | 1 | -0/+9 |
| | | |||||
| * | chore: move Main grid to its children | Armand Philippot | 2022-01-06 | 1 | -3/+6 |
| | | | | | This way I can use full width background for some blocks. | ||||
| * | refactor: reuse PostMeta components on single articles/pages | Armand Philippot | 2022-01-06 | 1 | -6/+18 |
| | | |||||
| * | chore: replace CV content with mdx content | Armand Philippot | 2021-12-24 | 1 | -15/+6 |
| | | | | | | Since I replace the other pages, there is no reason to fetch this page content through WP GraphQL. | ||||
| * | chore: add a table of contents | Armand Philippot | 2021-12-21 | 1 | -2/+10 |
| | | |||||
| * | chore: add a breadcrumb component | Armand Philippot | 2021-12-21 | 1 | -3/+4 |
| | | |||||
| * | refactor: rewrite types and services | Armand Philippot | 2021-12-20 | 1 | -2/+2 |
| | | | | | | | | I was repeating myself a lot in services. So I rewrited the different functions to improve readability and I extracted some formatting functions to put them in utils. I also rewrited/reorganized some types to keep consistent names. | ||||
| * | chore: create CV view | Armand Philippot | 2021-12-15 | 1 | -0/+48 |
