aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix: handle translation with linguiArmand Philippot2022-01-2819-173/+1231
* chore: translate website to FrenchArmand Philippot2022-01-272-4/+550
* chore: update titles and meta descArmand Philippot2022-01-271-13/+14
* chore: add favicon, webmanifest and theme color preferencesArmand Philippot2022-01-271-2/+16
* chore: update logoArmand Philippot2022-01-276-175/+80
* chore: update project preview appearanceArmand Philippot2022-01-276-28/+40
* fix(project): make sure the project cover is displayedArmand Philippot2022-01-274-19/+20
* fix: make progress bar styles consistent between browsersArmand Philippot2022-01-271-0/+8
* chore: use mdx with custom componentsArmand Philippot2022-01-261-2/+10
* chore(widgets): update recent posts layoutArmand Philippot2022-01-261-4/+18
* chore: add a Gallery component for MDX renderingArmand Philippot2022-01-263-1/+56
* chore: create a ResponsiveImage component for MDX renderingArmand Philippot2022-01-263-1/+87
* chore: create a Link component for MDX renderingArmand Philippot2022-01-262-1/+25
* chore: create a CodeBlock component for MDX renderingArmand Philippot2022-01-262-0/+41
* fix: replace dynamic import with requireArmand Philippot2022-01-261-4/+4
* chore: adjust colors and grid layoutArmand Philippot2022-01-256-44/+25
* chore: wrap dates with time tagArmand Philippot2022-01-255-70/+90
* chore: add reading time in posts metaArmand Philippot2022-01-259-30/+130
* chore: display a progress bar before load more buttonArmand Philippot2022-01-254-10/+110
* chore: display total found posts in page metaArmand Philippot2022-01-259-12/+41
* refactor(project): replace repo api call method with hook and swrArmand Philippot2022-01-245-38/+45
* refactor: rename all subject occurrences into topicArmand Philippot2022-01-2314-192/+181
* chore: add sharing widget to single project viewArmand Philippot2022-01-201-1/+4
* chore: include projects inside breadcrumbArmand Philippot2022-01-201-1/+22
* chore: add a project summary componentArmand Philippot2022-01-205-0/+217
* chore: add projects to main navArmand Philippot2022-01-209-12/+212
* chore: add single project viewArmand Philippot2022-01-205-41/+218
* chore: add a page for projectsArmand Philippot2022-01-2010-0/+402
* chore: allow ReactElement as intro in PostHeaderArmand Philippot2022-01-191-7/+22
* chore: add opengraph and twitter metaArmand Philippot2022-01-1910-21/+80
* refactor(config): move defaultLocale as property of config.localesArmand Philippot2022-01-1913-18/+22
* chore: add structured data using schema.org and JSON-LDArmand Philippot2022-01-1916-65/+600
* chore: improve keyboard navigationArmand Philippot2022-01-182-2/+36
* feat: add a setting to disable animations and transitionsArmand Philippot2022-01-173-0/+45
* chore: add a service to handle local storageArmand Philippot2022-01-171-0/+26
* refactor(settings): make toggle reusableArmand Philippot2022-01-177-48/+94
* feat: implement dark modeArmand Philippot2022-01-1729-109/+298
* chore: replace copyright icon import with custom componentArmand Philippot2022-01-175-6/+38
* refactor(styles): rename shadow and border variablesArmand Philippot2022-01-1635-157/+141
* chore: add a spinner when content is loadingArmand Philippot2022-01-168-47/+146
* chore(meta): add a link to comments on single post pagesArmand Philippot2022-01-162-2/+9
* chore(comments): handle comment replyArmand Philippot2022-01-157-24/+92
* fix: keep logo consistent on zoomArmand Philippot2022-01-151-1/+1
* chore: update sidebar and widgets stylesArmand Philippot2022-01-1541-165/+547
* refactor(buttons): add a tertiary kind (previously links styles)Armand Philippot2022-01-143-51/+19
* chore(homepage): add icons to some buttonsArmand Philippot2022-01-144-9/+32
* chore: customize text selection colorsArmand Philippot2022-01-143-0/+8
* chore: customize browser scrollbarArmand Philippot2022-01-141-0/+20
* fix: make links pseudo elements consistent between browsersArmand Philippot2022-01-141-15/+13
* chore: improve load more button accessibilityArmand Philippot2022-01-144-21/+65