Build and maintain an ATS-friendly resume with LaTeX, live preview, and CI validation.
- Open this repository in a GitHub Codespace.
- Wait for container setup to finish.
- Run
make. - Open
resume.pdf.
- User steps: docs/USER_GUIDE.md
- Operator runbook: docs/RUNBOOK.md
- Command quick reference: docs/COMMANDS.md
- Versioning policy: docs/VERSIONING.md
- Contributor guidance: CONTRIBUTING.md
resume.tex: source resume fileMakefile: build, watch, and cleanup targets.github/workflows/build-resume.yml: CI pipeline.devcontainer/: Codespaces/devcontainer setupassets/screenshots/: visual guidance images
- Build PDF:
make - Live watch:
make watch - Clean temp files:
make clean - Remove temp files and PDF:
make distclean
sudo apt-get updatesudo apt-get install -y texlive-xetex texlive-fonts-extra latexmkmake
On push and pull request, CI will:
- Select a resume source (
resume.tex,updated.tex, orupdated). - Build using
make. - Fail fast if
resume.pdfis missing. - Upload generated PDF artifact.
- Current version:
1.0.0(from VERSION). - Changelog: CHANGELOG.md.
- Policy: docs/VERSIONING.md.
MIT. See LICENSE.



