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