| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: add a banner for users with JS disabled | Armand Philippot | 2022-02-14 | 1 | -0/+13 |
| | | |||||
| * | chore(baseline): handle baseline translation manually | Armand Philippot | 2022-01-30 | 1 | -1/+4 |
| | | | | | | | I cannot use formatjs to translate the website baseline since I need an async function to load the message. If I use the getIntlInstance helper outside NextJS, webpack is complaining about fs and path. | ||||
| * | refactor(config): move config from config dir to utils | Armand Philippot | 2022-01-29 | 1 | -18/+18 |
| | | |||||
| * | chore: replace lingui functions with react-intl | Armand Philippot | 2022-01-29 | 1 | -4/+10 |
| | | |||||
| * | chore: add favicon, webmanifest and theme color preferences | Armand Philippot | 2022-01-27 | 1 | -2/+16 |
| | | |||||
| * | chore: add opengraph and twitter meta | Armand Philippot | 2022-01-19 | 1 | -0/+8 |
| | | |||||
| * | 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/+24 |
| | | | | | I also added the featured image on single article. | ||||
| * | fix: remove focus on route change | Armand Philippot | 2022-01-13 | 1 | -1/+10 |
| | | |||||
| * | chore: add feed formats to document head | Armand Philippot | 2022-01-13 | 1 | -0/+22 |
| | | |||||
| * | refactor: move Prism hook from layout to article page | Armand Philippot | 2022-01-04 | 1 | -17/+1 |
| | | | | | | I will not use Prism elsewhere, so it makes more sense to call Prism only inside articles. | ||||
| * | chore(prism): replace Coldark theme with a custom theme | Armand Philippot | 2022-01-03 | 1 | -1/+0 |
| | | |||||
| * | chore: add line numbers to all prism blocks and translate copy button | Armand Philippot | 2022-01-03 | 1 | -1/+12 |
| | | |||||
| * | chore: add prismjs for syntax highlighting | Armand Philippot | 2021-12-30 | 1 | -1/+7 |
| | | |||||
| * | chore: add a skip to content link | Armand Philippot | 2021-12-22 | 1 | -0/+2 |
| | | |||||
| * | chore: add a breadcrumb component | Armand Philippot | 2021-12-21 | 1 | -1/+13 |
| | | |||||
| * | fix: change branding title tag on homepage | Armand Philippot | 2021-12-15 | 1 | -3/+9 |
| | | | | | I forgot to pass isHome arg... | ||||
| * | chore: change app to use a layout | Armand Philippot | 2021-12-13 | 1 | -0/+16 |
| I can now insert header/footer on each pages. | |||||
