Reseacher website using Hugo and HugoBlox Academic Group Theme for github-pages
and using moderncv-latex for cv.pdf
.
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
cp latex/cv.pdf latex/certificates.pdf static/files/
sh scripts/update_publication.sh # run once
hugo server
The deploy is done by a GitHub action when push.