tree: f2ab1db75c3565c2e9c663c64201e42f7cb78d3f [path history] [tgz]
  1. archetypes/
  2. content/
  3. data/
  4. layouts/
  5. src/
  6. static/
  7. config.yaml
  8. gulpfile.js
  9. Makefile
  10. package.json
  11. README.md
website/README.md

Guide to the Heron Documentation

Heron's documentation was built using the following components:

Setup

If you have Homebrew and npm installed:

$ cd /path/to/heron/website
$ make setup

This will install Hugo, Gulp, and all necessary Gulp plugins.

Running the Docs Locally

$ hugo server --watch

This will the docs locally on localhost port 1313.

Working with Static Assets

To build a full static asset distribution (CSS, JavaScript, fonts, and images):

$ gulp build

To work on assets in “watch” mode:

$ gulp dev