| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | fix: handle translation with lingui | Armand Philippot | 2022-01-28 | 1 | -22/+72 | |
| | | | | | | | | | 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: update project preview appearance | Armand Philippot | 2022-01-27 | 1 | -3/+3 | |
| | | ||||||
| * | chore: wrap dates with time tag | Armand Philippot | 2022-01-25 | 1 | -0/+16 | |
| | | ||||||
| * | chore: add reading time in posts meta | Armand Philippot | 2022-01-25 | 1 | -0/+8 | |
| | | ||||||
| * | refactor: rename all subject occurrences into topic | Armand Philippot | 2022-01-23 | 1 | -26/+26 | |
| | | | | | | I change the name in graphql endpoint, so I decided to repercute this change here. | |||||
| * | chore: add single project view | Armand Philippot | 2022-01-20 | 1 | -36/+50 | |
| | | ||||||
| * | chore: add a page for projects | Armand Philippot | 2022-01-20 | 1 | -0/+72 | |
| | | ||||||
| * | refactor(config): move defaultLocale as property of config.locales | Armand Philippot | 2022-01-19 | 2 | -2/+3 | |
| | | | | | | 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/+2 | |
| | | | | | I also added the featured image on single article. | |||||
| * | chore: add all posts from CMS to feed | Armand Philippot | 2022-01-13 | 1 | -2/+10 | |
| | | ||||||
| * | chore: add different feed formats (feed.xml, atom.xml, feed.json) | Armand Philippot | 2022-01-13 | 1 | -2/+1 | |
| | | ||||||
| * | chore: generate feed | Armand Philippot | 2022-01-12 | 1 | -0/+54 | |
| | | | | | | | I could loop until hasNextPage is false, but I'm not sure if it is the best solution. So, for now, only the first 100 posts will be added to the file. | |||||
| * | chore: add title and meta desc to subjects and thematics | Armand Philippot | 2022-01-11 | 1 | -2/+13 | |
| | | ||||||
| * | chore(meta): display subjects instead of thematics on Thematic pages | Armand Philippot | 2022-01-11 | 1 | -0/+2 | |
| | | ||||||
| * | refactor: improve regex readability by grouping parts | Armand Philippot | 2022-01-04 | 1 | -1/+1 | |
| | | ||||||
| * | refactor: avoid useless assignement before return statement | Armand Philippot | 2022-01-04 | 1 | -6/+2 | |
| | | ||||||
| * | chore: add line numbers to all prism blocks and translate copy button | Armand Philippot | 2022-01-03 | 1 | -0/+51 | |
| | | ||||||
| * | chore: display subjects list under articles | Armand Philippot | 2022-01-03 | 1 | -1/+19 | |
| | | ||||||
| * | chore: display comments as a tree | Armand Philippot | 2021-12-27 | 1 | -1/+30 | |
| | | | | | | | I was displaying comments without the parent/children link. Now, each child is displayed under its parent. I also remove the reply button for children to avoid too many child depth. | |||||
| * | chore: replace CV content with mdx content | Armand Philippot | 2021-12-24 | 1 | -23/+0 | |
| | | | | | | Since I replace the other pages, there is no reason to fetch this page content through WP GraphQL. | |||||
| * | chore: add a hook to build headings tree | Armand Philippot | 2021-12-21 | 1 | -0/+18 | |
| | | ||||||
| * | refactor: rewrite types and services | Armand Philippot | 2021-12-20 | 2 | -1/+229 | |
| | | | | | | | | 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: display year between blog posts | Armand Philippot | 2021-12-16 | 1 | -0/+19 | |
| | | ||||||
| * | chore: load i18n translations using lingui provider | Armand Philippot | 2021-12-13 | 1 | -0/+35 | |
