diff options
| author | Kumar Damani <me@kumardamani.net> | 2026-07-23 04:51:56 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2026-07-23 04:51:56 +0000 |
| commit | ee0dbb605e73071431a3ea4b7bbfa03a6c292542 (patch) | |
| tree | fdab9b60b9d17d6cb6afc663c3ab0fc786db2959 /README.md | |
Initial commit
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..44f3151 --- /dev/null +++ b/README.md @@ -0,0 +1,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. |
