broccoli-wintersmith
v0.1.1
Published
Broccoli plugin allowing control of wintersmith static site builds
Downloads
33
Readme
broccoli-wintersmith
Allow you to manage your Wintersmith-generated static site from a Broccoli Brocfile.
Usage
Your plugin can be used in Brocfile.js like so:
var wintersmith = require('broccoli-wintersmith');
var wintersmithPublicOutput = 'wintersmith-site';
wintersmithPublicOutput = wintersmith(wintersmithPublicOutput);See the example directory for a working basic Wintersmith site.
