This is a Hugo site built to run on GitHub Pages.
- Hugo (extended edition)
All current pages that are currently on plug.org.au should be converted to markdown and added to this site.
There's a github task at plugorgau#4 to track the progress.
As some of the html used on the current website is non standard, running a html -> markdown task gives unsatisfactory results.
For the pages I've done so far I found https://domchristie.github.io/to-markdown/ useful.
Run Hugo with hugo serve
.
If you are on a PLUG dev box and want to access the site publicly, run hugo serve --bind 0.0.0.0