Moved all 'behind-the-scenes' structure to 'lib/' folder and made resume importable as the main utility.
8 lines
190 B
Typst
8 lines
190 B
Typst
#import "lib/resume.typ": resume
|
|
|
|
#resume.with(
|
|
content: yaml("content.yml"),
|
|
main: ("summary", "experience", "education", "volunteering", "skills", "languages"),
|
|
sidebar:(),
|
|
)
|
|
|