diff --git a/i2p2www/blog/README b/i2p2www/blog/README index bdde8f33e63f6fe573f0df4355d40eb7eeddd978..7168e4d2c8f56d56e41fc5bf532c21d0740a3f04 100644 --- a/i2p2www/blog/README +++ b/i2p2www/blog/README @@ -35,6 +35,14 @@ How to use the blog 3. Write the blog post in reStructuredText format, taking note of the custom format notes above. +Writing draft posts +------------------- + +To write a draft post, create the file with the suffix '.rst.draft'. Post files +with this suffix will be visible at their post URL, but will not be shown in +the blog index. To publish the draft post, change the filename to remove the +'.draft' suffix. + How to make a release notice ----------------------------