My resume
0

Configure Feed

Select the types of activity you want to include in your feed.

Rearannge resume content

Alex van de Sandt (Jul 17, 2026, 10:42 PM -0500) befdf92e afa9ce64

+3 -4
+2 -3
cv.typ resume.typ
··· 1 1 // Imports 2 2 #import "@preview/brilliant-cv:4.0.1": cv 3 3 4 - #let profile = sys.inputs.at("profile", default: "en") 5 - #let metadata = toml("profile_" + profile + "/metadata.toml") 4 + #let metadata = toml("resume_content/metadata.toml") 6 5 7 6 #let import-modules(modules) = { 8 7 for module in modules { 9 8 include { 10 - "profile_" + profile + "/" + module + ".typ" 9 + "resume_content" + "/" + module + ".typ" 11 10 } 12 11 } 13 12 }
+1 -1
justfile
··· 1 - cv := "./cv.typ" 1 + cv := "./resume.typ" 2 2 cv_out := "./static/resume.pdf" 3 3 4 4 typst-compile:
profile_en/education.typ resume_content/education.typ
profile_en/metadata.toml resume_content/metadata.toml
profile_en/professional.typ resume_content/professional.typ
profile_en/projects.typ resume_content/projects.typ
profile_en/skills.typ resume_content/skills.typ
profile_en/volunteering.typ resume_content/volunteering.typ