Resume source written in Typst, compiled to PDF.
- Typst (
brew install typst)
src/resume.typ— resume contentassets/profile.jpg— profile photo (used by photo build only)
Two outputs from one source via the photo input flag:
# Without photo
typst compile --root . --input photo=false src/resume.typ target/Noel_Georgi_Resume.pdf
# With photo
typst compile --root . --input photo=true src/resume.typ target/Noel_Georgi_Resume_Photo.pdftypst watch --root . src/resume.typ target/resume.pdf