My curriculum vitae, written in LaTeX. Every push to main automatically recompiles the PDF with GitHub Actions and commits the updated cv.pdf back to the repo.
Grab the latest compiled version here: cv.pdf
.
├── cv.tex # LaTeX source
├── foto.jpg # Profile photo
└── .github/workflows/latex.yml # CI: compile & commit the PDF
Requires a TeX distribution with latexmk and the fontawesome5 package (TeX Live full or texlive-fonts-extra):
latexmk -pdf cv.texOr just use Overleaf.
The content of this CV is personal. Feel free to use the layout/design as inspiration for your own.