Skip to content

Latest commit

 

History

History
114 lines (83 loc) · 5.77 KB

README.md

File metadata and controls

114 lines (83 loc) · 5.77 KB

imprecv

Apache-2 License Apache-2 License Release

imprecv is 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.

This is based on the popular template on Reddit by u/SheetsGiggles and the recommendations of the r/EngineeringResumes wiki.

Demo

See example CV and @jskherman's CV:

Sample CV Page 1 Sample CV Page 2

Usage

This imprecv is intended to be used by importing the template's 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

The recommended usage with the Typst CLI is by running the command typst init @preview/imprecv:1.0.0 in your project directory. This will create a new Typst project with the imprecv template and the necessary files to get started. You can then run typst compile template.typ to compile your file to PDF.

Take a look at the example setup for ideas on how to get started. It includes a GitHub action workflow to compile the Typst files to PDF and upload it to Cloudflare R2.

From the Dashboard, select "Start from template", search and choose the imprecv template. From there, decide on a name for your project and click "Create". You can now edit the template files and preview the result on the right.

You can also click the Create project in app button in Typst Universe to create a new project with the imprecv template.

Contributing

I'm only doing programming as a hobby so it might take me a while to respond to issues and pull requests. If you would like to contribute to this project, I would be happy to review your pull requests when I can. Thank you for your understanding.