Build and Test

Publish

Building the Site

This site is built and deployed weekly via GitHub actions, so for an up-to-date set of steps look at .github/workflows/publish.yml.

Requirements

  • Node
  • Golang
  • Hugo (specific version enforced by gulp)
$ go get -u github.com/gauntface/go-html-asset-manager/cmds/htmlassets/
$ go get -u github.com/gauntface/go-html-asset-manager/cmds/genimgs/
$ npm install
$ npm run build