Skip to content

eyes2design/hugo-boilerplate

 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • HTML 60.3%
  • JavaScript 39.7%