summaryrefslogtreecommitdiffstats
path: root/package.json
Commit message (Collapse)AuthorAgeFilesLines
* chore(release): 1.0.0v1.0.0Armand Philippot2022-02-151-1/+1
|
* chore(matomo): use another dependency to track page viewsArmand Philippot2022-02-141-1/+1
| | | | | | I though the previous package would track all visits with the provided but it seems that I need to add trackPageView on all pages. So I decided to use another package.
* build(deps): move next-sitemap to no-dev dependenciesArmand Philippot2022-02-131-1/+1
|
* feat: add a sitemapArmand Philippot2022-02-131-0/+2
|
* build(deps): add sharpArmand Philippot2022-02-091-0/+1
| | | | | Next.js was displaying a warning about a missing dependency for production.
* build(deps): add bundle analyzer to examine bundle sizes on buildArmand Philippot2022-02-021-0/+1
|
* build: rename repo and submoduleArmand Philippot2022-02-021-4/+4
| | | | apcom will be shorter to type than the full domain name.
* chore: add MatomoArmand Philippot2022-01-311-0/+1
|
* build(deps): bump dependenciesArmand Philippot2022-01-291-9/+9
|
* build(deps): remove linguiArmand Philippot2022-01-291-4/+0
|
* build(deps): install formatjsArmand Philippot2022-01-281-2/+9
|
* chore: add structured data using schema.org and JSON-LDArmand Philippot2022-01-191-0/+1
| | | | I also added the featured image on single article.
* feat: implement dark modeArmand Philippot2022-01-171-0/+1
|
* build(deps): add feed packageArmand Philippot2022-01-121-0/+1
|
* chore: add prismjs for syntax highlightingArmand Philippot2021-12-301-0/+4
|
* build: configure next to use mdx filesArmand Philippot2021-12-241-0/+4
|
* chore: load i18n translations using lingui providerArmand Philippot2021-12-131-0/+1
|
* chore: add modern normalize and change global css to scss fileArmand Philippot2021-12-131-0/+1
|
* build: configure JestArmand Philippot2021-12-121-1/+10
|
* build: add graphql and swr for data fetchingArmand Philippot2021-12-121-1/+4
|
* build: add sass configArmand Philippot2021-12-121-0/+1
|
* build: configure svgr to use svg as componentsArmand Philippot2021-12-121-0/+1
|
* build: configure lingui js for i18nArmand Philippot2021-12-121-0/+7
|
* build: add tools to enforce some code/commit rulesArmand Philippot2021-12-121-3/+14
|
* chore: initial commitArmand Philippot2021-12-121-0/+38