➡️➡️ Get the latest version ⬅️⬅️
My personal CV that's automatically generated using the following tech stack:
- LaTeX + XeTeX for document writing and PDF generation
- GitHub Actions for automated CI/CD
- Docker for a consistent development environment and CI image
- GitHub Pages + Jamstack for deployment and hosting
Item | Badges |
---|---|
Repo | |
CI | |
Social |
# Run the container
docker run --rm -it -v $(pwd):/app -w /app --entrypoint /bin/bash texlive/texlive
# Install TeX Live
sudo apt install texlive-full texlive-xetex
- See the
Makefile
for entrypoints
master
branch is automatically built, tagged, and deployed by GitHub Actions- The PDF is uploaded as an asset to a static site hosted by GitHub Pages