1
0
Fork 0
forked from github/pelican

Merge pull request #1608 from abackstrom/patch-1

Docs: Note how posts are published when 'draft' is default
This commit is contained in:
Justin Mayer 2015-02-17 11:21:51 -08:00
commit 6a69a2c943

View file

@ -505,6 +505,9 @@ publish an article before it is finished) include the status in the ``DEFAULT_ME
'status': 'draft',
}
To publish a post when the default status is ``draft``, update the post's
metadata to include ``Status: published``.
.. _W3C ISO 8601: http://www.w3.org/TR/NOTE-datetime
.. _AsciiDoc: http://www.methods.co.nz/asciidoc/
.. _pelican-plugins: http://github.com/getpelican/pelican-plugins