diff --git a/conf.py b/conf.py index 94dc0ef..ab9e326 100644 --- a/conf.py +++ b/conf.py @@ -220,15 +220,15 @@ THEME_CONFIG = { # ) POSTS = ( - ("posts/*.md", "posts", "post.tmpl"), ("posts/*.rst", "posts", "post.tmpl"), + ("posts/*.md", "posts", "post.tmpl"), ("posts/*.txt", "posts", "post.tmpl"), ("posts/*.html", "posts", "post.tmpl"), ) PAGES = ( - ("pages/*.md", "", "page.tmpl"), ("pages/36c3/*.md", "", "page_36c3.tmpl"), ("pages/*.rst", "", "page.tmpl"), + ("pages/*.md", "", "page.tmpl"), ("pages/*.txt", "", "page.tmpl"), ("pages/*.html", "", "page.tmpl"), ) @@ -294,8 +294,8 @@ TIMEZONE = "Europe/Berlin" # 'markdown' is Markdown # 'html' assumes the file is HTML and just copies it COMPILERS = { - "markdown": ('.md', '.mdown', '.markdown'), "rest": ('.rst', '.txt'), + "markdown": ('.md', '.mdown', '.markdown'), "textile": ('.textile',), "txt2tags": ('.t2t',), "bbcode": ('.bb',),