Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 1006 Bytes

readme.md

File metadata and controls

55 lines (35 loc) · 1006 Bytes

Hugo Boilerplate devDependency Status

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

Getting started

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.

Development

Watch static files (static/css / static/js).

$ gulp watch

Watch hugo project files.

$ npm start

To use Wercker

See Automated deployments with Wercker.