aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* chore: improve Branding componentArmand Philippot2022-01-143-22/+266
* chore(prism): remove negative marginsArmand Philippot2022-01-141-2/+0
* chore: change posts list stylesArmand Philippot2022-01-147-75/+66
* 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 all posts from CMS to feedArmand Philippot2022-01-131-2/+10
* chore: add feed formats to document headArmand Philippot2022-01-131-0/+22
* chore: add different feed formats (feed.xml, atom.xml, feed.json)Armand Philippot2022-01-134-2/+61
* chore: generate feedArmand Philippot2022-01-121-0/+54
* chore: add title and meta desc to subjects and thematicsArmand Philippot2022-01-114-46/+77
* fix(toc): render on each route change and exclude aside titlesArmand Philippot2022-01-112-10/+20
* fix(widget): remove items limit for ThematicsList and TopicsListArmand Philippot2022-01-113-12/+9
* chore: add toc and widgets to subject pagesArmand Philippot2022-01-111-8/+36
* chore(widget): add a related thematics widgetArmand Philippot2022-01-113-1/+36
* chore(widget): pass title to TopicsList as parameterArmand Philippot2022-01-112-4/+13
* chore: add meta, toc and widgets on thematic pagesArmand Philippot2022-01-112-9/+61
* chore(widget): add a related topics widgetArmand Philippot2022-01-116-9/+33
* chore(meta): display subjects instead of thematics on Thematic pagesArmand Philippot2022-01-114-5/+34
* chore(widgets): pass title to thematics list as parameterArmand Philippot2022-01-112-5/+13
* fix(back-to-top): set translate with percentageArmand Philippot2022-01-111-6/+5
* refactor(sidebar): use a component to avoid styles repetitionArmand Philippot2022-01-1111-52/+102
* chore: add PDF and image format to CV pageArmand Philippot2022-01-105-3/+54
* chore: add a social media widget on contact and cv pagesArmand Philippot2022-01-1010-1/+165
* refactor(aside): move width from aside to sharing widgetArmand Philippot2022-01-105-4/+4
* 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-109-84/+59
* refactor: improve button-like links stylesArmand Philippot2022-01-086-63/+29
* chore: fix 404 page gridArmand Philippot2022-01-081-3/+4
* chore: ensure 100vh height and improve Header/Footer stylesArmand Philippot2022-01-086-8/+33
* chore: update homepage stylesArmand Philippot2022-01-083-2/+23
* chore: adjust h2 stylesArmand Philippot2022-01-083-6/+15
* 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-075-19/+71
* chore: add main nav link statesArmand Philippot2022-01-073-4/+184
* chore: improve comment sectionArmand Philippot2022-01-0711-69/+136
* chore: adjust css grid on listing pages without sidebarArmand Philippot2022-01-074-31/+54
* fix: check for undefined meta in post headerArmand Philippot2022-01-071-1/+11
* chore: add a widget to list all blog topicsArmand Philippot2022-01-077-6/+77
* chore: add a widget to list all blog thematicsArmand Philippot2022-01-077-11/+88
* chore: move Main grid to its childrenArmand Philippot2022-01-0622-117/+275
* refactor: reuse PostHeader for all pages except homepageArmand Philippot2022-01-064-18/+21
* refactor: reuse PostMeta components on single articles/pagesArmand Philippot2022-01-0611-163/+220
* chore(prism): adjust code blocks responsivenessArmand Philippot2022-01-051-24/+6
* chore: replace theme button with settingsArmand Philippot2022-01-0521-252/+182
* refactor: move Prism hook from layout to article pageArmand Philippot2022-01-042-17/+18
* chore: add a recent posts widget to the homepageArmand Philippot2022-01-045-0/+137
* refactor: improve regex readability by grouping partsArmand Philippot2022-01-041-1/+1
* refactor: avoid mutated array with reverse methodArmand Philippot2022-01-042-2/+2