| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: improve RSS feed generation time | Armand Philippot | 2022-02-13 | 1 | -10/+5 |
| | | |||||
| * | chore(baseline): handle baseline translation manually | Armand Philippot | 2022-01-30 | 1 | -1/+1 |
| | | | | | | | 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 | -5/+5 |
| | | |||||
| * | 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 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. | |||||
