$ npm install assemble-contrib-drafts
Assemble plugin (v0.5.0) for preventing drafts from being built.
Install with npm:
npm i assemble-contrib-drafts --save-dev
First, register the plugin with Assemble:
options: {
plugins: ['assemble-drafts']
}
To prevent a page from rendering, either defined published: false or drafts: true in the front matter of the page:
---
published: false
title: My Unfinished Blog Post
---
Jon Schlinkert
Copyright (c) 2014 Jon Schlinkert, contributors.
Released under the MIT license
This file was generated by verb-cli on April 23, 2014.