This project requires Hugo 0.78.2 which can be installed from here. Careful the extended version is needed for SCSS preprocessing.
Additional dependencies need to be installed using the yarn package manager with yarn install:globals; yarn install
.
The javascript can be compiled using yarn build:TARGET:js
where target is one of {prod, abn, dev}
. This site can then be built with the command hugo
.
Simlarly a dev server can be started using yarn watch:js
and hugo server
.
This project is licensed under the terms of the MPL 2 license. See the LICENSE file.