Researcher website using Hugo and MkDocs Material for github-pages and using moderncv-latex for cv.pdf.
To install moderncv on ubuntu, run:
sudo apt-get install texlive texlive-latex-extra texlive-fonts-extrawhile on windows, run:
winget install Python ChristianSchenk.MiKTeX StrawberryPerl.StrawberryPerlTo build latex and run locally, run:
pip install -r requirements.txt
latexmk -pdflua latex/cv.tex -cd -output-directory="../mkdocs"
latexmk -pdflua latex/certificates -cd -output-directory="../mkdocs"
mkdocs serveTo deploy to github pages, run:
mkdocs gh-deploy --force