aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/helpers/rss.ts
Commit message (Expand)AuthorAgeFilesLines
* refactor(pages): refine RSS feedArmand Philippot2023-11-301-7/+24
* refactor(services, types): reorganize GraphQL fetchers and data typesArmand Philippot2023-11-271-14/+11
* fix: generate an id for each headings in the page main contentsArmand Philippot2023-11-181-2/+2
* refactor(hooks): remove useSettings hookArmand Philippot2023-11-151-11/+11
* refactor(routes): replace hardcoded routes with constantsArmand Philippot2023-10-241-9/+10
* refactor: use named export for everything except pagesArmand Philippot2023-09-201-2/+2
* refactor(build): replace paths aliases with relative pathsArmand Philippot2023-09-191-4/+4
* chore: handle blog paginationArmand Philippot2022-05-131-2/+11
* chore: fetch posts for rss feedArmand Philippot2022-05-021-19/+25
* chore: use a different configuration depending on app envArmand Philippot2022-03-041-7/+6
* feat: add HTTP security headersArmand Philippot2022-02-151-3/+3
* chore: improve RSS feed generation timeArmand Philippot2022-02-131-10/+5
* chore(baseline): handle baseline translation manuallyArmand Philippot2022-01-301-1/+1
* refactor(config): move config from config dir to utilsArmand Philippot2022-01-291-5/+5
* refactor(config): move defaultLocale as property of config.localesArmand Philippot2022-01-191-1/+1
* chore: add all posts from CMS to feedArmand Philippot2022-01-131-2/+10
* chore: add different feed formats (feed.xml, atom.xml, feed.json)Armand Philippot2022-01-131-2/+1
* chore: generate feedArmand Philippot2022-01-121-0/+54