fix(cv): Fix CV creation

This commit is contained in:
Marty Oehme 2025-03-19 14:15:43 +01:00
parent 51b43f4d9c
commit b061d853bc

5
cv.typ
View file

@ -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"))