aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/abstracts/placeholders/_links.scss
Commit message (Collapse)AuthorAgeFilesLines
* refactor(pages): refine Projects pageArmand Philippot2023-12-071-2/+0
| | | | | | | * add a `contexts` meta key to projects * replace `technologies` with `contexts` key in projects list * make getProjectsFilenames async * add Cypress tests
* refactor(pages): refine Thematic pagesArmand Philippot2023-12-011-0/+2
| | | | | | | | | | | * add a table of contents (however posts heading are not included) * rename posts list section title * add a useThematic hook to refresh thematic contents * add a useThematicLists hook to refresh thematics list * add a `notIn` filter in thematics list fetcher to directly remove unwanted thematics * add Cypress tests
* refactor(components): rewrite Link componentArmand Philippot2023-11-111-0/+102
* rename `external` prop to `isExternal` * rename `download` prop to `isDownload` * rewrite CSS to reduce code length and complexity * move link styles in Sass placeholders to avoid repeats because of WordPress articles * move NavLink component to molecules