Skip to content
This repository has been archived by the owner on Oct 4, 2020. It is now read-only.

Latest commit

 

History

History
25 lines (17 loc) · 704 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 704 Bytes

README

No longer used; superseded by https://github.com/perlun/perlang/tree/master/docs.

Local development

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.

Building the site

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