Curriculum vitae
- Typst 85%
- Nix 8.5%
- Makefile 6.5%
| .github/workflows | ||
| .envrc | ||
| .gitignore | ||
| CLAUDE.md | ||
| cv.pdf | ||
| cv.typ | ||
| flake.lock | ||
| flake.nix | ||
| Makefile | ||
| nolinks.pdf | ||
| README.md | ||
| website.pdf | ||
CV
Enter a dev shell with all build dependencies (requires Nix with flakes enabled):
nix develop
Build:
make all
Produces:
cv.pdfwebsite.pdfwith a timestamp for https://www.benmandrew.comnolinks.pdfthat removes all hyperlinks fromcv.pdf
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.