Commit Graph

9 Commits

Author SHA1 Message Date
haemka c2f4f4ca9f Add social link icons to sidebar and About-me page
Small monochrome icon row (GitHub, LinkedIn, ORCID, Mastodon, Bluesky,
Matrix) rendered from a SOCIAL config tuple via a shared Jinja
partial (templates/includes/social_links.html), included unconditionally
in the sidebar below the tag cloud and again on the About-me page only.
Icons are inline SVGs (templates/icons/*.svg) using fill=currentColor,
so they track the existing accent-color/dark-mode toggle for free via
--main-link-color, no JS needed.
2026-08-13 16:44:14 +00:00
haemka e1e962926e Fixed captions for SVGs, added translations for captions 2026-08-13 16:00:24 +02:00
haemka 828c7dc3b6 Added color switching, moved scripts into dedicated files 2026-08-13 14:59:41 +02:00
haemka 1bd70cb16b Added multilingual and theme switching support, fixed multiple
positioning issues, added articles to sidebar
2026-08-13 12:41:05 +02:00
haemka 8d37514d4d Fixed main content area 2023-03-30 18:44:26 +02:00
haemka 388f527734 Fixed CSS path 2020-05-31 22:19:15 +02:00
haemka a5d0f0f6ab Revert "Relative links for everything"
This reverts commit ff484f854e.
2020-05-31 21:59:18 +02:00
haemka aadcc8ee6c Relative links for everything 2020-05-31 20:16:32 +02:00
haemka 71ca73347a Initial commit 2020-05-31 15:15:28 +02:00