A clean, data-driven CV template built with Typst — a modern, lightweight alternative to LaTeX. Inspired by Tufte's typographic aesthetics.
The idea is simple: keep your content in a single YAML file and let the template handle the rest.
name: Full Name
photo: "me.jpg"
email: me@email.com
who:
- Great Developer
experience:
- years: Jan 2025 — Now
employer: Company
city: City, Country
job: Software Engineer
details:
- "What you actually did"
stack:
- Python, PostgreSQL, RedisRun make all to compile. Run make watch to watch and recompile changes live.
LaTeX is great but bloated, complex and slow. Typst compiles in milliseconds, has much cleaner syntax, and requires no extra packages. Same separation of content and presentation, far less friction.
- Install Typst
- Install Roboto Slab for the best rendering
- Fill in
cv.ymlwith your details - Run
make
