This repository was created to manage the CV generation process using Typst and YAML.
cv.pdf
: The compiled CV in PDF format.cv.typ
: The Typst source file.cv.yaml
: The YAML file containing the CV data.
To compile the Typst source file, you need to install the Typst compiler. Follow the instructions here to install the Typst compiler.
Once you have installed the Typst compiler, you can compile the CV by running the following command:
typst compile cv.typ
This will generate the cv.pdf
file.