fork of https://git.xenua.me/xenua/cv-typst for my own CVs
Go to file
Kay 2bf0c617a8 add my own cvs 2023-08-22 17:47:29 +02:00
kay_en add my own cvs 2023-08-22 17:47:29 +02:00
kay_fr add my own cvs 2023-08-22 17:47:29 +02:00
template add my own cvs 2023-08-22 17:47:29 +02:00
xenua meow 2023-08-11 21:43:02 +02:00
.editorconfig make repo a little friendlier 2023-07-17 14:00:23 +02:00
README.md update readme 2023-07-17 14:07:01 +02:00
cv.pdf add my own cvs 2023-08-22 17:47:29 +02:00
cv.typ add my own cvs 2023-08-22 17:47:29 +02:00
xenua_cv.typ add my own cvs 2023-08-22 17:47:29 +02:00

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 --root . path/to/your/cv.typ

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