Skip to content

tsloughter/rebar3.org

Repository files navigation

Rebar3.org

Netlify Status

Hugo site for Rebar3 documentation.

Initial Setup

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 --init

Development

The hugo server will run a local web server on port 1313 and automatically reload changes:

$ hugo server