Skip to content
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 927 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 927 Bytes

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