| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: add aria hidden attribute to SVG icons | Armand Philippot | 2022-06-07 | 1 | -2/+5 |
| | | |||||
| * | refactor(schema): use helpers function to avoid repeat between pages | Armand Philippot | 2022-05-23 | 1 | -19/+7 |
| | | |||||
| * | chore: use persistent layout | Armand Philippot | 2022-05-17 | 1 | -6/+14 |
| | | | | | | It prevents to rerender the common components between pages (header, footer...). | ||||
| * | refactor: use custom hook for breadcrumb items and schema | Armand Philippot | 2022-05-16 | 1 | -2/+7 |
| | | |||||
| * | chore: improve accessibility | Armand Philippot | 2022-05-15 | 1 | -1/+1 |
| | | |||||
| * | refactor: rewrite DescriptionList and Meta components | Armand Philippot | 2022-05-09 | 1 | -11/+1 |
| | | | | | | | The meta can have different layout. The previous implementation was not enough to easily change the layout. Also, I prefer to restrict the meta types and it prevents me to repeat myself for the labels. | ||||
| * | chore: add homepage | Armand Philippot | 2022-05-03 | 1 | -0/+365 |
| | | |||||
| * | chore: remove old pages, components, helpers and types | Armand Philippot | 2022-04-29 | 1 | -241/+0 |
| | | | | | | Since I'm using new components, I will also rewrite the GraphQL queries so it is easier to start from scratch. | ||||
| * | refactor: use formatjs swc plugin | Armand Philippot | 2022-03-23 | 1 | -0/+9 |
| | | | | | | I'm not able to configure SWC plugins in Next.js so to make it works, all translation must have an id. | ||||
| * | chore(homepage): use next/image for images and specify width/height | Armand Philippot | 2022-02-22 | 1 | -2/+5 |
| | | |||||
| * | 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: update homepage and cv contents | Armand Philippot | 2022-02-16 | 1 | -0/+16 |
| | | |||||
| * | fix: make schema.org markup valid (#4) | Armand Philippot | 2022-02-16 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Squashed commit of the following: commit 49c1b3b1556a0eb91c429a961fedd2bded8ffd47 Author: Armand Philippot <git@armandphilippot.com> Date: Wed Feb 16 15:17:52 2022 +0100 chore: add headline field to blogPosting schema commit 42214c6f032cc899ec252a9387be35dcad738546 Author: Armand Philippot <git@armandphilippot.com> Date: Wed Feb 16 15:09:11 2022 +0100 chore: update the searchAction markup and add query-input Google was complaining about "query-input" which is not in Schema.org representation. So I added it. commit 5f29226d937cbdcd262df2793f1588435d850f02 Author: Armand Philippot <git@armandphilippot.com> Date: Wed Feb 16 14:32:14 2022 +0100 chore: remove breadcrumb from homepage The breadcrumb is not displayed on the homepage, so the breadcrumb field should not appear inside Schema markup. | ||||
| * | chore: load recent posts on homepage during build | Armand Philippot | 2022-02-14 | 1 | -1/+19 |
| | | | | | This way, even whithout JS, user can see the latest posts. | ||||
| * | refactor(config): move config from config dir to utils | Armand Philippot | 2022-01-29 | 1 | -12/+12 |
| | | |||||
| * | chore: replace lingui functions with react-intl | Armand Philippot | 2022-01-29 | 1 | -14/+55 |
| | | |||||
| * | chore(i18n): replace i18n provider and helpers | Armand Philippot | 2022-01-29 | 1 | -12/+11 |
| | | |||||
| * | fix: handle translation with lingui | Armand Philippot | 2022-01-28 | 1 | -7/+8 |
| | | | | | | | | | 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 | -0/+4 |
| | | |||||
| * | 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 | -1/+29 |
| | | | | | I also added the featured image on single article. | ||||
| * | feat: implement dark mode | Armand Philippot | 2022-01-17 | 1 | -3/+3 |
| | | |||||
| * | chore(homepage): add icons to some buttons | Armand Philippot | 2022-01-14 | 1 | -2/+10 |
| | | |||||
| * | chore(homepage): replace absolute links with custom components | Armand Philippot | 2021-12-29 | 1 | -1/+75 |
| | | |||||
| * | chore: replace homepage content with MDX content | Armand Philippot | 2021-12-24 | 1 | -7/+3 |
| | | | | | | I cannot import custom blocks through WP GraphQL, so I prefer to use MDX file. This way I cannot import custom components. | ||||
| * | refactor: rewrite types and services | Armand Philippot | 2021-12-20 | 1 | -1/+1 |
| | | | | | | | | 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. | ||||
| * | fix: change branding title tag on homepage | Armand Philippot | 2021-12-15 | 1 | -1/+1 |
| | | | | | I forgot to pass isHome arg... | ||||
| * | chore: create homepage with graphql data | Armand Philippot | 2021-12-13 | 1 | -65/+15 |
| | | |||||
| * | chore: load i18n translations using lingui provider | Armand Philippot | 2021-12-13 | 1 | -0/+15 |
| | | |||||
| * | chore: change app to use a layout | Armand Philippot | 2021-12-13 | 1 | -2/+8 |
| | | | | | I can now insert header/footer on each pages. | ||||
| * | build: move global styles and pages inside src directory | Armand Philippot | 2021-12-12 | 1 | -0/+72 |
