No longer used; superseded by https://github.com/perlun/perlang/tree/master/docs.
Running the Hugo server locally:
$ hugo serve -D
Note that this will conveniently provide a hot-reloading web server. Whenever you change a Markdown document for the web page you are looking at in the web browser, the browser automatically refreshes the contents.
Since the public/
folder is a submodule, we can conveniently rebuild it and push the updated content to GitHub like this:
$ hugo
$ cd public/
$ git add .
$ git commit -m 'Rebuilt'
$ git push