fix(cv): Fix CV creation
This commit is contained in:
parent
51b43f4d9c
commit
b061d853bc
1 changed files with 2 additions and 3 deletions
5
cv.typ
5
cv.typ
|
|
@ -1,8 +1,7 @@
|
||||||
#import "lib/resume.typ": resume
|
#import "lib/resume.typ": resume
|
||||||
|
|
||||||
#resume.with(
|
#resume.with(
|
||||||
content: yaml("content.yml"),
|
|
||||||
main: ("summary", "experience", "education", "volunteering", "skills", "languages"),
|
main: ("summary", "experience", "education", "volunteering", "skills", "languages"),
|
||||||
sidebar:(),
|
sidebar:()
|
||||||
)
|
)(yaml("content.yml"))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue