resume/cv.typ
Marty Oehme 21d2010762
ref(repo): Refactor resume into single importable function
Moved all 'behind-the-scenes' structure to 'lib/' folder and made resume
importable as the main utility.
2025-03-19 12:53:42 +01:00

8 lines
190 B
Typst

#import "lib/resume.typ": resume
#resume.with(
content: yaml("content.yml"),
main: ("summary", "experience", "education", "volunteering", "skills", "languages"),
sidebar:(),
)