Alanlivio.github.io
Researcher website-cv using hugo, github-pages, and moderncv-latex template.
Install / Use
/learn @alanlivio/Alanlivio.github.ioREADME
researcher website-cv
Researcher website using Zensical, a static webside generator, and moderncv-latex for cv.pdf.
deps
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
build
To build latex and run locally, run:
pip install -r requirements.txt
latexmk -pdflua latex/cv.tex -cd -output-directory="../docs"
latexmk -pdflua latex/certificates -cd -output-directory="../docs"
zensical serve
To deploy to github pages, run:
zensical build
GitHub Pages publishing is handled by ci.yml.
