feat: typst
All checks were successful
docker / build (push) Successful in 1m45s

This commit is contained in:
Elijah McMorris 2025-08-28 00:00:27 -07:00
parent 2595f525f3
commit 4af530810c
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
4 changed files with 124 additions and 0 deletions

View file

@ -4,6 +4,13 @@ run:
update:
nix flake update
watch:
typst watch Elijah_McMorris_Resume.typ
pdf:
typst compile Elijah_McMorris_Resume.typ
mv Elijah_McMorris_Resume.pdf static/
docker:
nix build .#packages.x86_64-linux.my-docker
docker load < ./result