Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 658 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 658 Bytes

blog

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

Important commands for Terminal

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