summaryrefslogtreecommitdiffstats
path: root/src/pages
Commit message (Expand)AuthorAgeFilesLines
* refactor: avoid mutated array with reverse methodArmand Philippot2022-01-042-2/+2
* refactor: avoid useless assignement before return statementArmand Philippot2022-01-042-19/+13
* refactor(sharing): avoid nested template literalsArmand Philippot2022-01-041-1/+2
* chore(homepage): replace absolute links with custom componentsArmand Philippot2021-12-291-1/+75
* chore: replace read more link with ButtonLink componentArmand Philippot2021-12-291-0/+1
* chore: replace CV content with mdx contentArmand Philippot2021-12-241-15/+6
* chore: replace homepage content with MDX contentArmand Philippot2021-12-241-7/+3
* chore: replace legal notice page content with MDX contentArmand Philippot2021-12-241-15/+5
* chore: add a sharing componentArmand Philippot2021-12-211-0/+2
* chore: add a table of contentsArmand Philippot2021-12-213-4/+22
* chore: add a breadcrumb componentArmand Philippot2021-12-219-35/+41
* chore: create search viewArmand Philippot2021-12-201-0/+110
* refactor: rewrite types and servicesArmand Philippot2021-12-208-24/+28
* chore: add subject viewArmand Philippot2021-12-181-0/+96
* chore: add a 404 pageArmand Philippot2021-12-181-0/+52
* chore: create mutation to add a new comment on postsArmand Philippot2021-12-171-1/+1
* chore: create mutation to send mail from contact formArmand Philippot2021-12-171-2/+22
* chore: add title and meta desc to postsArmand Philippot2021-12-171-19/+35
* chore: add a comment form to postsArmand Philippot2021-12-171-0/+3
* chore: add meta to single postsArmand Philippot2021-12-171-6/+15
* chore: display comments list on postsArmand Philippot2021-12-171-0/+6
* chore: create thematic page viewArmand Philippot2021-12-161-0/+77
* refactor: move SWR to blog pageArmand Philippot2021-12-161-5/+40
* chore: display year between blog postsArmand Philippot2021-12-161-1/+1
* chore: create contact pageArmand Philippot2021-12-161-0/+104
* chore: create legal notice viewArmand Philippot2021-12-151-0/+48
* chore: create CV viewArmand Philippot2021-12-151-0/+48
* chore: create single post viewArmand Philippot2021-12-151-0/+58
* fix: change branding title tag on homepageArmand Philippot2021-12-151-1/+1
* chore: add pagination (load more) to blog pageArmand Philippot2021-12-151-6/+9
* chore: retrieve posts list on blog pageArmand Philippot2021-12-151-0/+48
* chore: create homepage with graphql dataArmand Philippot2021-12-131-65/+15
* chore: load i18n translations using lingui providerArmand Philippot2021-12-132-1/+44
* chore: change app to use a layoutArmand Philippot2021-12-132-5/+12
* chore: add modern normalize and change global css to scss fileArmand Philippot2021-12-131-1/+1
* build: move global styles and pages inside src directoryArmand Philippot2021-12-123-0/+93