Source code for Harker Development documentation website, built on Hugo. View deployment repository, or the website.
Install Hugo:
brew install hugo
In the project directory, run hugo server
. Then go to http://localhost:1313/.
To build a production version of the website, run hugo
and it will create a production build in the public
folder.