aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 8deab5812fe012001c64a097c8b9eb901d6f9efe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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.