Minimum structure for Hugo.
You have to install newest version of Hugo before using this repository.
$ brew install hugo
If already installed, I recommend you to update.
$ brew update
Clone this repository.
$ hub clone 1000ch/hugo-boilerplate
Install node modules (Bower installation and gulp build will start automatically.).
$ npm install
Build project (hugo serve --watch
).
$ npm start
Contents will be served on localhost:1313
.
Watch static files (static/css
/ static/js
).
$ gulp watch
Watch hugo project files.
$ npm start