Skip to content

A static site generator with living guidestyle, based gulp, kss-node, stylus and es6

Notifications You must be signed in to change notification settings

angeenes/gulp-site-generator

Repository files navigation

GULP task runner starter pack

Render static html files with

  • Assemble ( Handlebar templating rendering by default )
  • Pattern Lab templating generator ( atoms, molecular, organisms ... ) - not mandatory, use your own templating patten
  • Stylus css preprocesseur
  • Atomic css built-in helpers
  • Javascript ES6 with Babel Transpiler
  • Lint and Browser-sync with watch tasks
  • Pre-built-in styleguide static generator ( KSS documentation : https://github.com/kss-node/kss/blob/spec/SPEC.md )
  • Icons generated thru icofont system
  • image optimisation

Install node modules

npm install or Yarn

Install vendor

bower install

Launch dist build and static server

gulp

Launch styleguide build and static server

gulp styleguide --styleguide

Launch server

gulp serve

Clean dist folder

gulp clean-dist

About

A static site generator with living guidestyle, based gulp, kss-node, stylus and es6

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published