My website/blog repo with Typst using html, and bundle experimental features.
```sh
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:
```json
{
"date": "some date",
"link": "https://gitlab.com/.../job/42"
}
```
used by the `compile` step for the final output.