Skip to content

zaiev/itcv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ITCV

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, Redis

Run make all to compile. Run make watch to watch and recompile changes live.

Why Typst

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.

Setup

  1. Install Typst
  2. Install Roboto Slab for the best rendering
  3. Fill in cv.yml with your details
  4. Run make

License

CC BY-SA 3.0

About

Modern CV template for Typst

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors