/broccoli-wintersmith

Primary LanguageJavaScriptMIT LicenseMIT

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.