This project is a resume template designed using Typst and inspired by this website.
The commonly used SVG files are already in the folder typst
, and the template file is typst/resume.typ
. Enter your resume content in the file typst/main.typ
.
You can download this project and upload the typst
folder to the typst website for use.
#set page(margin: (top: 15mm, bottom: 15mm))
#set text(font: "Linux Libertine", lang: "zh", 1em)
#set par(leading: 0.58em)
Including font size, language, top distance, bottom distance and so on.
Update the theme_color
parameter.
If you want to modify the vertical line, you can find
line(
start: (0%, 11.1%),
end: (0%, 0%),
length: 4cm,
stroke: 6pt + theme_color,
)
to make the changes.
Divider, which can be used to separate sections for multiple educational qualifications.
Format is MIT but all the data is owned by hexWars