Hugo site for Rebar3 documentation.
Download and install Hugo extended version 0.52.0 or newer. Extended means the binary release with _extended in the name.
The site uses the docsy theme and requires PostCSS to update the site's CSS resources and create the final assets.
To install PostCSS and fetch the docsy theme as a submodule run:
$ npm install -D --save autoprefixer
$ npm install -D --save postcss-cli
$ cd themes/docsy
$ git submodule update -f --initThe hugo server will run a local web server on port 1313 and automatically reload changes:
$ hugo server