Skip to content
This repository has been archived by the owner on Feb 20, 2019. It is now read-only.

Latest commit

 

History

History
19 lines (10 loc) · 573 Bytes

readme.md

File metadata and controls

19 lines (10 loc) · 573 Bytes

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.