!! The true source of this repo lives HERE. Gitlab repo is for cicd ONLY. !!
My website/blog repo with Typst using html, and bundle experimental features.
nix develop
# dev server for live updates
typst watch --root . --features bundle,html -f bundle main.typ build
# compile
./build.sh
Gitlab CI will automatically inject a ci.json file:
{
"date": "some date",
"link": "https://gitlab.com/.../job/42"
}
used by the compile step for the final output.
