Researcher website using Hugo with the Hextra theme, and moderncv-latex for cv.pdf.
To install dependencies on ubuntu, run:
sudo apt-get install texlive texlive-latex-extra texlive-fonts-extra hugowhile on windows, run:
winget install Hugo.Hugo.Extended ChristianSchenk.MiKTeX StrawberryPerl.StrawberryPerlTo build latex and run locally, run:
latexmk -pdflua latex/cv.tex -cd -output-directory="../static"
latexmk -pdflua latex/certificates -cd -output-directory="../static"
hugo serverTo deploy to github pages, run:
hugoGitHub Pages publishing is handled by ci.yml.