No description
- Typst 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| education | ||
| experience | ||
| projects | ||
| .gitignore | ||
| example-contact-info.typ | ||
| lib.typ | ||
| main.typ | ||
| README.md | ||
| UNLICENSE | ||
Modular Resume System
There are three parts:
- main.typ declares data that applies to the whole resume, such as the information in the header. It also specifies which experiences (jobs, projects) to include.
- The various directories hold self-contained experience sections to be optionally included in main.typ.
- lib.typ, adapted from stuxf/basic-typst-resume-template, provides a library of common functions that format raw data.
This will not compile out of the box. You'll need to create a
contact-info.typ by renaming
example-contact-info.typ and modifying the fields
as desired.