My resume, built with Typst using the modern-cv template.
resume.typ— main resume, pulls in the sections below.sections/— resume content, included byresume.typ.experience.typeducation.typskills.typ
assets/— images referenced by the documents (profile picture, signature, logo).resume.pdf— compiled output ofresume.typ.
Requires the Typst CLI.
typst compile resume.typ resume.pdfTo watch for changes and recompile automatically:
typst watch resume.typ resume.pdf