Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.26 KB

README.md

File metadata and controls

42 lines (32 loc) · 1.26 KB

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"