blob: 44f3151ba512c383b8ae7d902b9e645a1e94cf4b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
My CV/Resume Repo with Typst.
```sh
nix develop
typst compile cv.typ
```
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.
|