Source code for "Kangasalan Java-kurssi, syksy 2019" wiki site (https://kangluk.github.io/)
- Maintainer: Arttu Ylhävuori
- This wiki site is based on Hugo – the world’s fastest framework for building websites
Start the local Hugo server (in the root directory)
hugo server
Build static pages
hugo
Upload changes into the blog (Github repository)
./upload_to_blog.sh
Build static pages and upload the site into kangluk.github.io (Github repository)
./deploy.sh