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-extra
while on windows, run:
winget install Python ChristianSchenk.MiKTeX StrawberryPerl.StrawberryPerl
To 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 serve
To deploy to github pages, run:
mkdocs gh-deploy --force