From ee0dbb605e73071431a3ea4b7bbfa03a6c292542 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Thu, 23 Jul 2026 00:51:56 -0400 Subject: Initial commit --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md (limited to 'README.md') 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. -- cgit v1.2.3