GitHub - HarkerDev/docs-source: Harker Development Documentation website source code.

Skip to content

Navigation Menu

Sign in

Appearance settings

This repository was archived by the owner on Feb 20, 2019. It is now read-only.

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.