New post and config updte
- enabled MarkDown complier for posts - Removed stray article - added new article
This commit is contained in:
parent
d87e742934
commit
bfcf9d6e53
3 changed files with 21 additions and 14 deletions
1
conf.py
1
conf.py
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue