Commit Graph

19 Commits

Author SHA1 Message Date
haemka 7255a71dca Pass explicit token to checkout for private theme submodule
The default per-job Actions token only covers the triggering repo; the
theme submodule lives in a separate private repo (hmk/pelican-latex), so
cloning it needs a token with read access to both. Add CHECKOUT_TOKEN
as a repo secret (a Gitea access token with repo read scope) for this
to work.
2026-08-14 16:54:33 +00:00
haemka 887d97b5bb Install nodejs in workflow container so actions/checkout can run
python:3.12-slim has no Node.js; JS-based actions like actions/checkout
need it to execute their bundled dist/index.js.
2026-08-14 16:54:33 +00:00
haemka 64026a3d7a Add Gitea Actions workflow to build and deploy the site
Requires a self-hosted runner and repo secrets (DEPLOY_HOST, DEPLOY_USER,
DEPLOY_PATH, DEPLOY_SSH_KEY) to be set up before it will actually run.
2026-08-14 16:54:33 +00:00
haemka 734a9eeab2 Theme update 2026-08-14 16:54:33 +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 26ab40dfa1 Updated about-me 2026-08-14 16:54:32 +00:00
haemka 37ef7e8499 Added article Scientific workflow with BOOX Note Air 3 C 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 fbfff2493a updater script optimization 2026-08-14 16:54:32 +00:00
haemka c36f9bce94 Theme vesion bump 2026-08-14 16:54:32 +00:00
haemka 9ab234d9b1 Site update 2026-08-14 16:54:32 +00:00
haemka 270d07ffd3 Changed updater 2026-08-14 16:54:31 +00:00
haemka 9498916c9b Added update script 2026-08-14 16:54:31 +00:00
haemka d1b72142d9 Theme update 2026-08-14 16:54:31 +00:00
haemka e04338fa26 Theme modified 2026-08-14 16:54:31 +00:00
haemka d33578e8c8 Theme test update, fixed gitignore 2026-08-14 16:54:31 +00:00
haemka 2d8ad8f0b4 Update 2026-08-14 16:54:31 +00:00
haemka ce39a4bc9a Initial commit 2020-05-31 15:44:53 +02:00