Commit Graph

8 Commits

Author SHA1 Message Date
haemka b94767ab52 Expose build commit/branch to templates via SITE_COMMIT/SITE_BRANCH
Build and deploy / build-and-deploy (push) Successful in 27s
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 16:54:36 +00:00
haemka d73f275c31 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 16:54:36 +00:00
haemka 5765519aec Update SITENAME IPA transcription to [hɐəmkɑ] 2026-08-14 16:54:35 +00:00
haemka 1f6378932c 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-14 16:54:35 +00:00
haemka 4bd8616907 Theme update 2026-08-14 16:54:33 +00:00
haemka 1f58649b3d New article "fhir date parameters", config changes for multilanguage
support, tarnslations for existing pages and articles
2026-08-14 16:54:32 +00:00
haemka d80b273ba2 Added about me page, theme test hidden, minor theme fixes 2026-08-14 16:54:32 +00:00
haemka 2d8ad8f0b4 Update 2026-08-14 16:54:31 +00:00