two new posts

This commit is contained in:
Don Harper 2017-01-10 22:57:26 -06:00
parent 82c5527ed8
commit c522434553
4 changed files with 29 additions and 0 deletions

View file

@ -46,6 +46,8 @@ DATE_FORMAT = '%Y-%m-%d'
JS_DATE_FORMAT = 'YYYY-MM-DD'
DATE_FANCINESS = 1
PRETTY_URLS = False
NEW_POST_DATE_PATH = False
NEW_POST_DATE_PATH_FORMAT = '%Y/%m'
POSTS = (
("posts/*.md", "posts", "post.tmpl"),
("posts/*.rst", "posts", "post.tmpl"),