Personal LaTeX resume based on latextemplates.com template.
Make sure you have texlive installed:
sudo apt-get update &&
sudo apt-get install -y --no-install-recommends texlive-latex-base texlive-fonts-recommended texlive-fonts-extra texlive-latex-extra
then build using pdflatex:
pdflatex main.tex
Automatically builds a resume.pdf as a github action.
Latest resume available as an artifact from the latest action run.