The source code for Hugo version of selected website at fri.uni-lj.si that includes personal and lab pages.
Pages in Slovene language:
- content/sl/osebje - headers for personal pages
- data/osebje/project - list of projects, updated automatically, IDs of projects displayed on the personal page are listed in personal page headers
Preview available at: https://www-hugo.netlify.com.
make
make build-dev
# Replace "http://example.com" with the base url of the site
make build-prod url=http://example.com
make clean # run after "make build-dev" or "make build-prod"