A no-frills curriculum vitae (CV) template for Typst that uses a YAML file for data input in order to version control CV data easily.
Forked from jskherman/imprecv, which is based on the popular template on Reddit by u/SheetsGiggles and the recommendations of the r/EngineeringResumes wiki.
This template is intended to be used by importing the package entrypoint from a "content" file (see template.typ as an example).
In this content file, call the functions which apply document styles, show CV components, and load CV data from a YAML file (see template.yml as an example).
Inside the content file you can modify several style variables and even override existing function implementations to your own needs and preferences.
With the Typst CLI
make compile # typst compile template/template.typ
make watch # typst watch template/template.typ --root .Apache-2.0. Original copyright belongs to Je Sian Keith Herman. See LICENSE for details.