Commit Graph

10 Commits

Author SHA1 Message Date
haemka c44bf29ac4 Show build commit/branch in the footer
Single-line addition next to the existing Pelican/Python credit,
using the same '·' delimiter as the header toggles. Only renders when
SITE_COMMIT is set (i.e. built via the CI workflow, not a plain local
build).
2026-08-14 16:53:31 +00:00
haemka 4f29c8a97d 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-14 16:53:30 +00:00
haemka 02e7f9535f Fixed captions for SVGs, added translations for captions 2026-08-14 16:53:30 +00:00
haemka 081f9ec1e9 Added color switching, moved scripts into dedicated files 2026-08-14 16:53:30 +00:00
haemka 0faae602fa Added multilingual and theme switching support, fixed multiple
positioning issues, added articles to sidebar
2026-08-14 16:53:30 +00:00
haemka 1a4ed7210b Fixed main content area 2026-08-14 16:53:29 +00:00
haemka dc63bf4c79 Fixed CSS path 2026-08-14 16:53:29 +00:00
haemka 8f1eaed231 Revert "Relative links for everything"
This reverts commit ff484f854e.
2026-08-14 16:53:29 +00:00
haemka 156c0eaa89 Relative links for everything 2026-08-14 16:53:28 +00:00
haemka 71ca73347a Initial commit 2020-05-31 15:15:28 +02:00