aboutsummaryrefslogtreecommitdiffstats
path: root/src/components
Commit message (Expand)AuthorAgeFilesLines
* chore: add structured data using schema.org and JSON-LDArmand Philippot2022-01-195-62/+226
* chore: improve keyboard navigationArmand Philippot2022-01-182-2/+36
* feat: add a setting to disable animations and transitionsArmand Philippot2022-01-172-0/+37
* refactor(settings): make toggle reusableArmand Philippot2022-01-177-48/+94
* feat: implement dark modeArmand Philippot2022-01-1718-41/+91
* chore: replace copyright icon import with custom componentArmand Philippot2022-01-175-6/+38
* refactor(styles): rename shadow and border variablesArmand Philippot2022-01-1627-110/+95
* chore: add a spinner when content is loadingArmand Philippot2022-01-166-34/+119
* chore(meta): add a link to comments on single post pagesArmand Philippot2022-01-161-1/+8
* chore(comments): handle comment replyArmand Philippot2022-01-156-23/+90
* fix: keep logo consistent on zoomArmand Philippot2022-01-151-1/+1
* chore: update sidebar and widgets stylesArmand Philippot2022-01-1530-105/+513
* refactor(buttons): add a tertiary kind (previously links styles)Armand Philippot2022-01-143-51/+19
* chore(homepage): add icons to some buttonsArmand Philippot2022-01-141-7/+0
* chore: improve load more button accessibilityArmand Philippot2022-01-142-16/+41
* chore: improve Branding componentArmand Philippot2022-01-142-22/+96
* chore: change posts list stylesArmand Philippot2022-01-143-10/+40
* chore: change secondary button stylesArmand Philippot2022-01-141-18/+19
* chore(toolbar): close modals on click/focus outsideArmand Philippot2022-01-143-16/+94
* fix: remove focus on route changeArmand Philippot2022-01-131-1/+10
* chore: add feed formats to document headArmand Philippot2022-01-131-0/+22
* fix(toc): render on each route change and exclude aside titlesArmand Philippot2022-01-111-3/+0
* fix(widget): remove items limit for ThematicsList and TopicsListArmand Philippot2022-01-112-10/+2
* chore(widget): add a related thematics widgetArmand Philippot2022-01-113-1/+36
* chore(widget): pass title to TopicsList as parameterArmand Philippot2022-01-111-3/+12
* chore(widget): add a related topics widgetArmand Philippot2022-01-116-9/+33
* chore(meta): display subjects instead of thematics on Thematic pagesArmand Philippot2022-01-112-3/+29
* chore(widgets): pass title to thematics list as parameterArmand Philippot2022-01-111-4/+12
* fix(back-to-top): set translate with percentageArmand Philippot2022-01-111-6/+5
* refactor(sidebar): use a component to avoid styles repetitionArmand Philippot2022-01-115-10/+75
* chore: add PDF and image format to CV pageArmand Philippot2022-01-103-1/+51
* chore: add a social media widget on contact and cv pagesArmand Philippot2022-01-103-1/+121
* refactor(aside): move width from aside to sharing widgetArmand Philippot2022-01-103-1/+3
* refactor(styles): use css grid to stylize post headerArmand Philippot2022-01-102-13/+35
* refactor(styles): use compose to declare grid layouts onceArmand Philippot2022-01-104-15/+7
* refactor: improve button-like links stylesArmand Philippot2022-01-086-63/+29
* chore: ensure 100vh height and improve Header/Footer stylesArmand Philippot2022-01-084-4/+17
* chore: update homepage stylesArmand Philippot2022-01-081-1/+5
* chore: adjust h2 stylesArmand Philippot2022-01-082-1/+6
* chore(widget): improve recent posts stylesArmand Philippot2022-01-081-5/+36
* chore: improve search box and add button interactions on hover/focusArmand Philippot2022-01-075-17/+90
* chore: add article header stylesArmand Philippot2022-01-074-16/+67
* chore: add main nav link statesArmand Philippot2022-01-072-4/+140
* chore: improve comment sectionArmand Philippot2022-01-0710-67/+136
* fix: check for undefined meta in post headerArmand Philippot2022-01-071-1/+11
* chore: add a widget to list all blog topicsArmand Philippot2022-01-073-1/+44
* chore: add a widget to list all blog thematicsArmand Philippot2022-01-073-1/+45
* chore: move Main grid to its childrenArmand Philippot2022-01-069-48/+73
* refactor: reuse PostHeader for all pages except homepageArmand Philippot2022-01-061-5/+7
* refactor: reuse PostMeta components on single articles/pagesArmand Philippot2022-01-064-112/+138