aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* chore: update some texts to reduce its widthArmand Philippot2022-02-131-2/+2
* chore: improve accessibilityArmand Philippot2022-02-115-10/+72
* fix(prism): translate toolbar buttons on single article pagesArmand Philippot2022-02-101-12/+31
* refactor: extract contact form from contact pageArmand Philippot2022-02-101-141/+2
* chore: improve contact form behaviorArmand Philippot2022-02-101-5/+37
* chore(prism): translate color scheme toggle buttonArmand Philippot2022-02-081-1/+6
* fix: handle getStaticPaths fallbackArmand Philippot2022-02-023-26/+42
* chore: remove default Next api routesArmand Philippot2022-02-021-13/+0
* chore: move pagination cursor title in a separate divArmand Philippot2022-02-012-0/+2
* chore: add a new settings to handle prism theme from toolbarArmand Philippot2022-02-012-1/+14
* chore: add MatomoArmand Philippot2022-01-311-12/+16
* chore: add a Prism plugin to set code blocks themeArmand Philippot2022-01-311-0/+1
* refactor(config): move config from config dir to utilsArmand Philippot2022-01-2913-146/+146
* fix: set current project title in breadcrumbArmand Philippot2022-01-291-1/+1
* chore: replace lingui functions with react-intlArmand Philippot2022-01-2911-114/+424
* chore(i18n): replace i18n provider and helpersArmand Philippot2022-01-2913-117/+113
* fix: handle translation with linguiArmand Philippot2022-01-2813-91/+69
* chore: update project preview appearanceArmand Philippot2022-01-271-3/+3
* fix(project): make sure the project cover is displayedArmand Philippot2022-01-271-4/+4
* chore: use mdx with custom componentsArmand Philippot2022-01-261-2/+10