Commit Graph

8 Commits

Author SHA1 Message Date
haemka bf17268d02 Expose build commit/branch to templates via SITE_COMMIT/SITE_BRANCH
pelicanconf.py reads them from env vars (blank on a plain local
build); the CI workflow's Build step now sets SITE_COMMIT (short SHA)
and SITE_BRANCH before invoking pelican. Bumps the theme submodule to
pick up the matching footer change (427fd9d).
2026-08-14 11:12:23 +00:00
haemka a579c519b2 Add devel/staging staged-publishing flow, rename default branch to main
- .gitea/workflows/build-deploy.yml: trigger on [main, staging, devel];
  build step picks publishconf.py (main) / stagingconf.py (staging) /
  bare pelicanconf.py (devel, same as a plain local build); deploy
  step already had prod-vs-test branching, updated its ref check from
  master to main to match the repo's renamed default branch.
- stagingconf.py: new, prod-like preview config (feeds, absolute URLs)
  pointed at the internal dev webserver instead of the real domain.
- pelicanconf.py: SITEURL set to the dev webserver address (was ''),
  used by both stagingconf.py and bare devel builds.
2026-08-14 10:54:33 +00:00
haemka b36e53fdba Update SITENAME IPA transcription to [hɐəmkɑ] 2026-08-13 16:55:00 +00:00
haemka 052dd1526d Add SOCIAL config for sidebar/About-me social link icons
Pairs with the theme's new templates/includes/social_links.html
partial. Each entry is (name, url, icon slug).
2026-08-13 16:44:20 +00:00
haemka 116e720ce3 Theme update 2026-08-13 15:00:56 +02:00
haemka cac298e745 New article "fhir date parameters", config changes for multilanguage
support, tarnslations for existing pages and articles
2026-08-13 12:44:58 +02:00
haemka d4e4ca4910 Added about me page, theme test hidden, minor theme fixes 2023-04-03 16:16:28 +02:00
haemka 273ff4d7ea Update 2020-05-31 18:51:45 +02:00