The public website, as linked from the Uni. Melb LMS is hosted here. All materials are Copyright 2017, University of Melbourne, and should not be reused without explicit authorisation.
To checkout:
git clone https://github.com/trevorcohn/comp90042.git
cd comp90042
git checkout gh-pages
Now you can add files, edit etc, and when you push your changes these should be reflected shortly thereafter on the website trevorcohn.github.io/comp90042.
To test locally, run
jekyll serve
which runs a webserver on the local machine, reached via http://127.0.0.1:4000