This repository has been archived on 2020-04-22. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Mathias Biilmann Christensen f85838665b User browserSync instead of webpack dev server 2016-07-21 10:33:50 -07:00
site User browserSync instead of webpack dev server 2016-07-21 10:33:50 -07:00
src User browserSync instead of webpack dev server 2016-07-21 10:33:50 -07:00
.babelrc Update dependencies and add a short README 2016-07-05 11:38:18 -07:00
.eslintrc User browserSync instead of webpack dev server 2016-07-21 10:33:50 -07:00
.gitignore Basic setup - gulp + webpack + hugo 2016-07-03 15:07:47 -07:00
README.md Update dependencies and add a short README 2016-07-05 11:38:18 -07:00
gulpfile.babel.js User browserSync instead of webpack dev server 2016-07-21 10:33:50 -07:00
package.json User browserSync instead of webpack dev server 2016-07-21 10:33:50 -07:00
webpack.conf.js User browserSync instead of webpack dev server 2016-07-21 10:33:50 -07:00

README.md

Hugo + Webpack Boilerplate

This is a boilerplate for using Hugo as a static site generator and Weback as the asset pipeline.

It's setup to use post-css and babel for CSS and JavaScript.

Usage

Clone this repository and run:

npm install
npm start

Then visit http://localhost:3009/

To build your static output, use:

npm run build

Deploying to netlify

Push your clone to your own GitHub repo, then start a new netlify project, pick your repository and configure it like this:

  • Build Command: npm run build
  • Directory: dist

Now netlify will build and deploy your site whenever you push to git.