diff --git a/cv.typ b/cv.typ index 643ee39..4f8333e 100644 --- a/cv.typ +++ b/cv.typ @@ -1,8 +1,7 @@ #import "lib/resume.typ": resume #resume.with( - content: yaml("content.yml"), main: ("summary", "experience", "education", "volunteering", "skills", "languages"), - sidebar:(), -) + sidebar:() +)(yaml("content.yml"))