The base for my statisk site Yeoman generators
This is the base generator that I build my other generators on, currently generator-jekyllized. It provides a bare bones gulp setup that can be used to develop other generators or use in your project to build and optimize your assets and such, though it'll probably require tinkering with the paths used in the gulp tasks.
First, install Yeoman and generator-statisk using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-statisk
Then generate your new project:
yo statisk
MIT © Sondre Nilsen