New post and config updte

- enabled MarkDown complier for posts
- Removed stray article
- added new article
This commit is contained in:
Don Harper 2016-05-22 15:56:02 -05:00
parent d87e742934
commit bfcf9d6e53
3 changed files with 21 additions and 14 deletions

View file

@ -47,6 +47,7 @@ JS_DATE_FORMAT = 'YYYY-MM-DD'
DATE_FANCINESS = 1
PRETTY_URLS = False
POSTS = (
("posts/*.md", "posts", "post.tmpl"),
("posts/*.rst", "posts", "post.tmpl"),
("posts/*.txt", "posts", "post.tmpl"),
("posts/*.html", "posts", "post.tmpl"),