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

gauntface/web-push-book

Repository files navigation

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