No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-12 10:21:44 -06:00
education apply tips 2026-09-12 01:19:22 -06:00
experience back to a more traditional layout? 2026-09-12 10:21:44 -06:00
projects a few more tweaks 2026-09-12 01:47:14 -06:00
.gitignore initial commit 2025-07-17 23:23:10 -06:00
example-contact-info.typ initial commit 2025-07-17 23:23:10 -06:00
lib.typ and still more revisions 2026-09-12 09:55:44 -06:00
main.typ back to a more traditional layout? 2026-09-12 10:21:44 -06:00
README.md update README 2025-07-22 18:19:32 -06:00
UNLICENSE initial commit 2025-07-17 23:23:10 -06:00

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.