/www-hugo

Primary LanguageHTML

www-hugo

The source code for Hugo version of selected website at fri.uni-lj.si that includes personal and lab pages.

Important folders

Pages in Slovene language:

Previews

Netlify Status

Preview available at: https://www-hugo.netlify.com.

Development

Dependencies

Commands

Local development server

make

Builds

Development
make build-dev
Production
# Replace "http://example.com" with the base url of the site
make build-prod url=http://example.com 

Other

make clean  # run after "make build-dev" or "make build-prod"