summaryrefslogtreecommitdiffstats
path: root/src/pages
Commit message (Expand)AuthorAgeFilesLines
* chore: handle article fallback and revalidationArmand Philippot2022-05-241-25/+26
* chore: add a search form on 404 pageArmand Philippot2022-05-241-0/+9
* chore: add a search form when posts list prints no resultsArmand Philippot2022-05-245-4/+9
* fix: ensure all topics/thematics have the base urlArmand Philippot2022-05-237-30/+27
* refactor(schema): use helpers function to avoid repeat between pagesArmand Philippot2022-05-2312-449/+244
* refactor: reduce the number of data transformationArmand Philippot2022-05-238-295/+39
* chore: update some stylesArmand Philippot2022-05-213-7/+9
* chore: handle blog pagination when JS is disabledArmand Philippot2022-05-205-0/+315
* refactor: rewrite Prism hooks and providersArmand Philippot2022-05-191-14/+40
* chore: add total articles on thematic pagesArmand Philippot2022-05-181-0/+1
* fix: convert undefined into null inside GetStaticPropsArmand Philippot2022-05-171-3/+4
* chore: use persistent layoutArmand Philippot2022-05-1713-39/+127
* chore: adjust articles stylesArmand Philippot2022-05-171-2/+16
* chore: adjust and complete missing stylesArmand Philippot2022-05-165-35/+86
* refactor: use custom hook for breadcrumb items and schemaArmand Philippot2022-05-1612-158/+88
* chore: add 404 pageArmand Philippot2022-05-161-0/+144
* chore: improve accessibilityArmand Philippot2022-05-151-1/+1
* chore: add Article pagesArmand Philippot2022-05-151-0/+251
* chore: add Search pageArmand Philippot2022-05-152-3/+325
* chore: add Topic pagesArmand Philippot2022-05-131-0/+244
* chore: add Thematic pageArmand Philippot2022-05-132-16/+259
* chore: add blog page widgetsArmand Philippot2022-05-131-9/+81
* chore: handle blog paginationArmand Philippot2022-05-131-19/+91
* chore: add the Blog index pageArmand Philippot2022-05-131-0/+169
* chore: add Project single pagesArmand Philippot2022-05-132-22/+264
* refactor: rewrite DescriptionList and Meta componentsArmand Philippot2022-05-094-49/+19
* chore: add a Contact pageArmand Philippot2022-05-071-0/+181
* chore: add a Projects pageArmand Philippot2022-05-051-0/+150
* chore: add a CV pageArmand Philippot2022-05-031-0/+198
* chore: add a LegalNotice pageArmand Philippot2022-05-031-0/+140
* chore: add homepageArmand Philippot2022-05-031-0/+365
* chore: remove old pages, components, helpers and typesArmand Philippot2022-04-2914-2543/+4
* refactor: load prism plugins without babelArmand Philippot2022-03-243-16/+45
* refactor: use formatjs swc pluginArmand Philippot2022-03-2313-1/+76
* fix: add a spinner if blog page is loadingArmand Philippot2022-03-091-0/+3
* feat: provide pagination for users with js disabled (#13)Armand Philippot2022-03-092-28/+226
* refactor: split posts meta into smaller componentsArmand Philippot2022-03-011-2/+2
* feat: improve Ackee tracking (#11)Armand Philippot2022-02-232-15/+24
* chore(homepage): use next/image for images and specify width/heightArmand Philippot2022-02-221-2/+5
* refactor: replace script tags with next/script (#10)Armand Philippot2022-02-2110-40/+60
* feat: replace Matomo with AckeeArmand Philippot2022-02-211-9/+0
* chore: update homepage and cv contentsArmand Philippot2022-02-161-0/+16
* fix: make schema.org markup valid (#4)Armand Philippot2022-02-167-3/+8
* chore: display initial posts, thematics & topicsArmand Philippot2022-02-143-17/+47
* chore: load recent posts on homepage during buildArmand Philippot2022-02-141-1/+19
* fix: update comments list when a new comment is sendArmand Philippot2022-02-141-5/+14
* chore(matomo): use another dependency to track page viewsArmand Philippot2022-02-141-18/+23
* chore: add some noscript tags to explain why the data are not loadedArmand Philippot2022-02-131-0/+6
* chore: improve RSS feed generation timeArmand Philippot2022-02-133-0/+12
* fix: switch prism theme on single articleArmand Philippot2022-02-131-1/+1