assemble-contrib-drafts
v0.1.2
Published
Assemble plugin (v0.5.0) for preventing drafts from being built.
Downloads
2
Readme
assemble-contrib-drafts
Assemble plugin (v0.5.0) for preventing drafts from being built.
Install
Install with npm:
npm i assemble-contrib-drafts --save-dev
Usage
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
---
Author
Jon Schlinkert
License
Copyright (c) 2014 Jon Schlinkert, contributors.
Released under the MIT license
This file was generated by verb-cli on April 23, 2014.