Static CV/resume authored in Markdown, built into HTML and PDF.
brew install pandoc
npm installnpm run build:html # Markdown → HTML (docs/index.html)
npm run build:pdf # HTML → PDF (output/cv.pdf)
npm run build # Both in sequenceServed via GitHub Pages from the docs/ directory.