Personal CV site — static HTML and Markdown.
- Site: https://ajneill.dev/
- Markdown CV: https://ajneill.dev/cv.md
- PDF CV: https://ajneill.dev/cv.pdf
- LLM index: https://ajneill.dev/llms.txt
Deployed via GitHub Pages from this repository.
Regenerate and commit cv.pdf locally when CV layout or assets change:
npm ci
npx playwright install chromium
npm run build:pdfVisually check the PDF before pushing.