aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* chore: add a recent posts widget to the homepageArmand Philippot2022-01-045-0/+137
* refactor: improve regex readability by grouping partsArmand Philippot2022-01-041-1/+1
* refactor: avoid mutated array with reverse methodArmand Philippot2022-01-042-2/+2
* refactor: avoid useless assignement before return statementArmand Philippot2022-01-046-47/+24
* refactor(sharing): avoid nested template literalsArmand Philippot2022-01-047-29/+31
* chore: add a back to top linkArmand Philippot2022-01-045-1/+121
* chore(icons): add direction to arrow icon and split pathArmand Philippot2022-01-042-10/+78
* chore(prism): replace Coldark theme with a custom themeArmand Philippot2022-01-036-7/+310
* chore: add line numbers to all prism blocks and translate copy buttonArmand Philippot2022-01-033-1/+64
* chore: add styles to WP blocksArmand Philippot2022-01-035-15/+262
* chore: display subjects list under articlesArmand Philippot2022-01-035-6/+94
* 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