1
0
Fork 0
forked from github/pelican

Docs: Note how posts are published when 'draft' is default

This commit is contained in:
Annika Backstrom 2015-02-01 16:42:51 -05:00
commit 4e2e00b450

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