Skip to content

alanlivio/alanlivio.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

331 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

researcher website-cv

Researcher website using Hugo with the Hextra theme, and moderncv-latex for cv.pdf.

deps

To install dependencies on ubuntu, run:

sudo apt-get install texlive texlive-latex-extra texlive-fonts-extra hugo

while on windows, run:

winget install Hugo.Hugo.Extended ChristianSchenk.MiKTeX StrawberryPerl.StrawberryPerl

build

To build latex and run locally, run:

latexmk -pdflua latex/cv.tex -cd -output-directory="../static"
latexmk -pdflua latex/certificates -cd -output-directory="../static"
hugo server

To deploy to github pages, run:

hugo

GitHub Pages publishing is handled by ci.yml.

Contributors