aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/index.tsx
Commit message (Expand)AuthorAgeFilesLines
* fix(styles): increase CSS specifity for some selectorsArmand Philippot2023-12-201-28/+38
* refactor(pages): rewrite helpers to output schema in json-ld formatArmand Philippot2023-12-141-14/+30
* refactor(hooks): rewrite useBreadcrumbs hookArmand Philippot2023-12-121-12/+3
* refactor(pages): improve HomepageArmand Philippot2023-11-291-271/+76
* refactor(services, types): reorganize GraphQL fetchers and data typesArmand Philippot2023-11-271-6/+11
* refactor(components): integrate sectioned page template into PageArmand Philippot2023-11-231-6/+13
* refactor(components): replace items prop in Grid with children propArmand Philippot2023-11-221-29/+13
* refactor(components,pages): extract MDX components mapping from pagesArmand Philippot2023-11-221-71/+3
* refactor(components): replace PageLayout template with PageArmand Philippot2023-11-201-2/+1
* refactor(components): extract MetaItem from MetaListArmand Philippot2023-11-201-12/+9
* refactor(hooks): remove useSettings hookArmand Philippot2023-11-151-7/+6
* feat(components): add a generic Grid componentArmand Philippot2023-11-111-12/+33
* refactor(components): rewrite Card componentArmand Philippot2023-11-111-14/+45
* feat(components): add a Time componentArmand Philippot2023-11-111-12/+3
* refactor(components): replace Meta component with MetaListArmand Philippot2023-11-111-2/+24
* refactor(components): replace ResponsiveImage with Figure componentArmand Philippot2023-11-111-1/+8
* refactor(components): rewrite List componentArmand Philippot2023-11-111-71/+44
* feat(components): replace icons with a generic Icon componentArmand Philippot2023-10-241-5/+3
* refactor(components): rewrite Heading componentArmand Philippot2023-10-241-1/+62
* refactor(components): rewrite Section componentArmand Philippot2023-10-241-19/+10
* refactor(components): rewrite Button and ButtonLink componentsArmand Philippot2023-10-241-9/+9
* refactor(routes): replace hardcoded routes with constantsArmand Philippot2023-10-241-64/+65
* refactor: use named export for everything except pagesArmand Philippot2023-09-201-24/+24
* build(deps): bump all dependenciesArmand Philippot2023-09-191-8/+8
* refactor(build): replace paths aliases with relative pathsArmand Philippot2023-09-191-22/+22
* chore: make Links and Images compliant with Next.js 13Armand Philippot2023-01-231-187/+192
* chore: add aria hidden attribute to SVG iconsArmand Philippot2022-06-071-2/+5
* refactor(schema): use helpers function to avoid repeat between pagesArmand Philippot2022-05-231-19/+7
* chore: use persistent layoutArmand Philippot2022-05-171-6/+14
* refactor: use custom hook for breadcrumb items and schemaArmand Philippot2022-05-161-2/+7
* chore: improve accessibilityArmand Philippot2022-05-151-1/+1
* refactor: rewrite DescriptionList and Meta componentsArmand Philippot2022-05-091-11/+1
* chore: add homepageArmand Philippot2022-05-031-0/+365
* chore: remove old pages, components, helpers and typesArmand Philippot2022-04-291-241/+0
* refactor: use formatjs swc pluginArmand Philippot2022-03-231-0/+9
* 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-211-4/+6
* chore: update homepage and cv contentsArmand Philippot2022-02-161-0/+16
* fix: make schema.org markup valid (#4)Armand Philippot2022-02-161-1/+0
* chore: load recent posts on homepage during buildArmand Philippot2022-02-141-1/+19
* refactor(config): move config from config dir to utilsArmand Philippot2022-01-291-12/+12
* chore: replace lingui functions with react-intlArmand Philippot2022-01-291-14/+55
* chore(i18n): replace i18n provider and helpersArmand Philippot2022-01-291-12/+11
* fix: handle translation with linguiArmand Philippot2022-01-281-7/+8
* chore: add opengraph and twitter metaArmand Philippot2022-01-191-0/+4
* refactor(config): move defaultLocale as property of config.localesArmand Philippot2022-01-191-1/+1
* chore: add structured data using schema.org and JSON-LDArmand Philippot2022-01-191-1/+29
* feat: implement dark modeArmand Philippot2022-01-171-3/+3
* chore(homepage): add icons to some buttonsArmand Philippot2022-01-141-2/+10
* chore(homepage): replace absolute links with custom componentsArmand Philippot2021-12-291-1/+75