Collection of metalsmith + gulp plugins for jekyll-like static site generation.
You'll need node and gulp in your PATH
(e.g. npm install -g gulp
).
For now, all dependencies are via NPM, just npm install
.
Use gulp
for production
and gulp serve
for interactive development
(local server + watch + livereload)
Files will be placed into ./build/
.
Local server runs at http://localhost:8080/