You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xenua 25940dc94a
reformat, reword some things, rebuild pdf
2 months ago
fonts refactor into one file, and also include an ai prompt injection lmao 11 months ago
template refactor into one file, and also include an ai prompt injection lmao 11 months ago
xenua reformat, reword some things, rebuild pdf 2 months ago
.editorconfig make repo a little friendlier 2 years ago
README.md add required font to repo 1 year ago
cv.typ xenua: rework cv contents for 2024 9 months ago

README.md

typst cv

it's what it says on the tin

what

it's a cv (template and content) used by ≥1 people

why

typst is cool and i need a cv

ok how

copy the template folder and get writing

you probably want to customize the look, see xenua_cv for an example and look at the typst documentation for reference

then build with typst (≥0.6):

# `--root .` is needed because by default typst doesn't allow
#   any files that are above the main file in the fs tree
typst c --font-path=./fonts/ --root . path/to/your/cv.typ

and find your cv.pdf next to your cv.typ