Skip to content

tdroxler/cv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CV

The canonical CV content lives in data/cv.json.

Local Build

Generate the LaTeX file:

npm run generate:tex

Generate the PDF:

npm run build:pdf

Build the GitHub Pages site into dist/:

npm run build:site

Release

Push a version tag to build cv.pdf, create a GitHub release, and deploy the static site