Navigation Menu

Skip to content

Commit

Permalink
Update conf.py.sample
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Jun 1, 2015
1 parent 76b5cb3 commit 4047f32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v7/markmin/conf.py.sample
@@ -1,6 +1,6 @@
# Add the asciidoc compiler to your COMPILERS dict.
# Add the markmin compiler to your COMPILERS dict.
COMPILERS["markmin"] = ('.mm',)

# Add asciidoc files to your POSTS, PAGES
# Add markmin files to your POSTS, PAGES
POSTS = POSTS + (("posts/*.mm", "posts", "post.tmpl"),)
PAGES = PAGES + (("stories/*.mm", "posts", "post.tmpl"),)

0 comments on commit 4047f32

Please sign in to comment.