aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Widget
Commit message (Collapse)AuthorAgeFilesLines
* chore(widget): add a related topics widgetArmand Philippot2022-01-116-9/+33
|
* chore(widgets): pass title to thematics list as parameterArmand Philippot2022-01-111-4/+12
| | | | | If the current page is a thematic, I also choose to not display the current thematic in the list.
* refactor(sidebar): use a component to avoid styles repetitionArmand Philippot2022-01-111-5/+6
| | | | | | I also fix some overflow/sticky issues. I have to set overflow auto only when there is no button-like links otherwise, with translate, the button is cropped on hover.
* 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/+310
| | | | Only the Sharing widget needs the "min-content" width.
* chore(widget): improve recent posts stylesArmand Philippot2022-01-081-5/+36
|
* 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: add a recent posts widget to the homepageArmand Philippot2022-01-043-0/+129