aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/index.tsx
Commit message (Collapse)AuthorAgeFilesLines
...
* chore: replace homepage content with MDX contentArmand Philippot2021-12-241-7/+3
| | | | | I cannot import custom blocks through WP GraphQL, so I prefer to use MDX file. This way I cannot import custom components.
* refactor: rewrite types and servicesArmand Philippot2021-12-201-1/+1
| | | | | | | 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.
* fix: change branding title tag on homepageArmand Philippot2021-12-151-1/+1
| | | | I forgot to pass isHome arg...
* chore: create homepage with graphql dataArmand Philippot2021-12-131-65/+15
|
* chore: load i18n translations using lingui providerArmand Philippot2021-12-131-0/+15
|
* chore: change app to use a layoutArmand Philippot2021-12-131-2/+8
| | | | I can now insert header/footer on each pages.
* build: move global styles and pages inside src directoryArmand Philippot2021-12-121-0/+72