Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.03 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.03 KB

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.