| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(stories): migrate stories to CSF3 format | Armand Philippot | 2023-12-15 | 2 | -72/+31 |
| | | |||||
| * | refactor(components): replace PageLayout template with Page | Armand Philippot | 2023-11-20 | 1 | -2/+2 |
| | | | | | | | | | | * split pages in smaller components (it is both easier to maintain and more readable, we avoid the use of fragments in pages directory) * extract breadcrumbs from article tag (the navigation is not related to the page contents) * remove useReadingTime hook * remove layout options except `isHome` | ||||
| * | refactor(components): merge HeadingButton and Widget components | Armand Philippot | 2023-11-11 | 5 | -0/+364 |
| The HeadingButton component was only used inside Widget component and it is not very useful on its own so I merge the two components in a new Collapsible component. | |||||
