Convert to markdown wholesale

This commit is contained in:
Don Harper 2018-12-27 03:48:39 +00:00
parent 48dd17af4e
commit 51610ca5ef
5485 changed files with 20682 additions and 13583 deletions

View file

@ -47,6 +47,7 @@ POSTS = (
("posts/*.txt", "posts", "post.tmpl"),
("posts/*.html", "posts", "post.tmpl"),
("posts/*.wp", "posts", "post.tmpl"),
("posts/*.md", "posts", "post.tmpl"),
)
PAGES = (
("stories/*.rst", "stories", "story.tmpl"),