From 4e2e00b450fcdea256d1e2ecd6868fa7295de49f Mon Sep 17 00:00:00 2001 From: Annika Backstrom Date: Sun, 1 Feb 2015 16:42:51 -0500 Subject: [PATCH] Docs: Note how posts are published when 'draft' is default --- docs/content.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/content.rst b/docs/content.rst index 12bd887f..1ff8ff9c 100644 --- a/docs/content.rst +++ b/docs/content.rst @@ -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