| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | chore(i18n): replace i18n provider and helpers | Armand Philippot | 2022-01-29 | 1 | -6/+5 | |
| | | ||||||
| * | 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 reading time in posts meta | Armand Philippot | 2022-01-25 | 1 | -0/+3 | |
| | | ||||||
| * | refactor: rename all subject occurrences into topic | Armand Philippot | 2022-01-23 | 1 | -2/+2 | |
| | | | | | | I change the name in graphql endpoint, so I decided to repercute this change here. | |||||
| * | chore: add opengraph and twitter meta | Armand Philippot | 2022-01-19 | 1 | -5/+12 | |
| | | ||||||
| * | refactor(config): move defaultLocale as property of config.locales | Armand Philippot | 2022-01-19 | 1 | -2/+2 | |
| | | | | | | 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 | -2/+65 | |
| | | | | | I also added the featured image on single article. | |||||
| * | chore(meta): add a link to comments on single post pages | Armand Philippot | 2022-01-16 | 1 | -1/+1 | |
| | | ||||||
| * | chore(comments): handle comment reply | Armand Philippot | 2022-01-15 | 1 | -1/+2 | |
| | | ||||||
| * | 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. | |||||
| * | refactor(aside): move width from aside to sharing widget | Armand Philippot | 2022-01-10 | 1 | -2/+1 | |
| | | | | | Only the Sharing widget needs the "min-content" width. | |||||
| * | chore: improve comment section | Armand Philippot | 2022-01-07 | 1 | -2/+0 | |
| | | | | | I also adjust styles for all forms and primary buttons. | |||||
| * | chore: move Main grid to its children | Armand Philippot | 2022-01-06 | 1 | -5/+9 | |
| | | | | | 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 | -10/+15 | |
| | | ||||||
| * | refactor: move Prism hook from layout to article page | Armand Philippot | 2022-01-04 | 1 | -0/+17 | |
| | | | | | | I will not use Prism elsewhere, so it makes more sense to call Prism only inside articles. | |||||
| * | chore: add a sharing component | Armand Philippot | 2021-12-21 | 1 | -0/+2 | |
| | | ||||||
| * | chore: add a table of contents | Armand Philippot | 2021-12-21 | 1 | -0/+2 | |
| | | ||||||
| * | chore: add a breadcrumb component | Armand Philippot | 2021-12-21 | 1 | -5/+4 | |
| | | ||||||
| * | refactor: rewrite types and services | Armand Philippot | 2021-12-20 | 1 | -5/+4 | |
| | | | | | | | | 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 mutation to add a new comment on posts | Armand Philippot | 2021-12-17 | 1 | -1/+1 | |
| | | ||||||
| * | chore: add title and meta desc to posts | Armand Philippot | 2021-12-17 | 1 | -19/+35 | |
| | | ||||||
| * | chore: add a comment form to posts | Armand Philippot | 2021-12-17 | 1 | -0/+3 | |
| | | ||||||
| * | chore: add meta to single posts | Armand Philippot | 2021-12-17 | 1 | -6/+15 | |
| | | ||||||
| * | chore: display comments list on posts | Armand Philippot | 2021-12-17 | 1 | -0/+6 | |
| | | ||||||
| * | chore: create single post view | Armand Philippot | 2021-12-15 | 1 | -0/+58 | |
