Skip to content

Researcher website-cv using hugo, github-pages, and moderncv-latex template.

Notifications You must be signed in to change notification settings

alanlivio/alanlivio.github.io

Repository files navigation

researcher website-cv

Reseacher website using Hugo and HugoBlox Academic Group Theme for github-pages and using moderncv-latex for cv.pdf.

requirements

The project requires hugo and texlive-extra, which contains moderncv.

On Ubuntu, you can install as below.

sudo apt-get install texlive-latex-extra texlive-fonts-extra
sudo snap install hugo
sudo snap install --classic node

On Windows, you can install them by winget as below.

winget install Hugo.Hugo ChristianSchenk.MiKTeX
winget install StrawberryPerl.StrawberryPerl # optional,required only if you runing from gitbatsh

serve locally

cp latex/cv.pdf latex/certificates.pdf static/files/
sh scripts/update_publication.sh # run once
hugo server

deploy to gh-pages

The deploy is done by a GitHub action when push.