Updated blog README

This commit is contained in:
str4d
2014-02-08 22:24:05 +00:00
parent 7c018e3418
commit 64ebb8f9d3

View File

@@ -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
----------------------------