Curriculum vitae
  • Typst 85%
  • Nix 8.5%
  • Makefile 6.5%
Find a file
2026-08-01 22:22:22 +01:00
.github/workflows build: Add Nix flake devShell for reproducible builds 2026-07-01 20:39:12 +01:00
.envrc build: Auto-load flake devShell with direnv 2026-07-22 00:28:50 +01:00
.gitignore build: Auto-load flake devShell with direnv 2026-07-22 00:28:50 +01:00
CLAUDE.md content: Switch to Libertinus Serif and auto-fill page height 2026-07-22 00:28:58 +01:00
cv.pdf content: Add Veribee 2026-08-01 22:22:22 +01:00
cv.typ content: Add Veribee 2026-08-01 22:22:22 +01:00
flake.lock build: Migrate CV from LaTeX to Typst 2026-07-01 21:12:49 +01:00
flake.nix content: Switch to Libertinus Serif and auto-fill page height 2026-07-22 00:28:58 +01:00
Makefile build: Migrate CV from LaTeX to Typst 2026-07-01 21:12:49 +01:00
nolinks.pdf content: Add Veribee 2026-08-01 22:22:22 +01:00
README.md docs: Update README non-Nix install instructions for Typst 2026-07-03 00:42:51 +01:00
website.pdf content: Add Veribee 2026-08-01 22:22:22 +01:00

CV

Enter a dev shell with all build dependencies (requires Nix with flakes enabled):

nix develop

Build:

make all

Produces:

Without Nix, install Typst directly (e.g. brew install typst), and make sure a font named XCharter (or Charter) is resolvable — either as a system font, or via TYPST_FONT_PATHS pointing at a directory containing the XCharter OTF files.