summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* chore: add prismjs for syntax highlightingArmand Philippot2021-12-301-1/+7
* chore(homepage): replace absolute links with custom componentsArmand Philippot2021-12-292-1/+75
* chore: make year sticky in posts listArmand Philippot2021-12-292-4/+25
* chore: replace read more link with ButtonLink componentArmand Philippot2021-12-2910-79/+107
* chore: add a button-like component for linksArmand Philippot2021-12-294-1/+88
* chore: add a theme toggleArmand Philippot2021-12-2718-9/+457
* chore: display comments as a treeArmand Philippot2021-12-275-9/+51
* chore: replace CV content with mdx contentArmand Philippot2021-12-246-96/+7
* chore: replace homepage content with MDX contentArmand Philippot2021-12-244-40/+3
* chore: replace legal notice page content with MDX contentArmand Philippot2021-12-242-15/+5
* build: add a typescript declaration file for MDXArmand Philippot2021-12-241-0/+6
* build: add a git submodule to manage content in a separate repoArmand Philippot2021-12-241-0/+0
* chore: add a skip to content linkArmand Philippot2021-12-223-1/+52
* chore: replace svg imports with componentsArmand Philippot2021-12-2223-281/+588
* fix: use state to define hostname in sharing componentArmand Philippot2021-12-211-2/+3
* chore: add a sharing componentArmand Philippot2021-12-215-0/+371
* chore: add a table of contentsArmand Philippot2021-12-216-11/+61
* chore: add a hook to build headings treeArmand Philippot2021-12-212-0/+118
* chore: add a breadcrumb componentArmand Philippot2021-12-2112-36/+128
* chore: move toolbar size to global scopeArmand Philippot2021-12-205-5/+18
* chore: create search viewArmand Philippot2021-12-204-4/+127
* chore: add missing changes in mainNav componentArmand Philippot2021-12-201-8/+12
* chore: define search form visibilityArmand Philippot2021-12-208-29/+155
* chore: add a button to open/close search in toolbarArmand Philippot2021-12-206-2/+221
* chore: add a toolbar componentArmand Philippot2021-12-205-11/+71
* refactor: rewrite types and servicesArmand Philippot2021-12-2034-1117/+1106
* chore: add subject viewArmand Philippot2021-12-184-5/+344
* chore: add a 404 pageArmand Philippot2021-12-182-0/+56
* chore: create mutation to add a new comment on postsArmand Philippot2021-12-177-3/+191
* chore: create mutation to send mail from contact formArmand Philippot2021-12-174-9/+99
* chore: add title and meta desc to postsArmand Philippot2021-12-172-19/+36
* chore: add a comment form to postsArmand Philippot2021-12-173-1/+62
* chore: add meta to single postsArmand Philippot2021-12-177-6/+153
* chore: display comments list on postsArmand Philippot2021-12-177-2/+225
* chore: create thematic page viewArmand Philippot2021-12-165-2/+303
* refactor: move SWR to blog pageArmand Philippot2021-12-162-50/+70
* chore: display year between blog postsArmand Philippot2021-12-168-25/+55
* chore: add missing icon from previous commmitArmand Philippot2021-12-161-0/+41
* chore: display featuredImage and meta on posts listArmand Philippot2021-12-167-34/+231
* chore: create post meta view for posts listsArmand Philippot2021-12-161-0/+79
* chore: define secondary button stylesArmand Philippot2021-12-166-5/+92
* chore: fix typoArmand Philippot2021-12-163-6/+6
* chore: create contact pageArmand Philippot2021-12-1611-0/+305
* chore: create legal notice viewArmand Philippot2021-12-154-9/+73
* chore: create CV viewArmand Philippot2021-12-154-0/+129
* chore: create single post viewArmand Philippot2021-12-157-9/+311
* fix: change branding title tag on homepageArmand Philippot2021-12-154-20/+20
* chore: add pagination (load more) to blog pageArmand Philippot2021-12-154-39/+96
* chore: retrieve posts list on blog pageArmand Philippot2021-12-1511-0/+322
* chore: define main grid to center contentArmand Philippot2021-12-142-1/+21