angeenes / gulp-site-generator

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 77.7%Language:CSS 15.4%Language:HTML 6.9%