From 9a14f4e1864f49a2b8780e403f966fe7e7e05f1f Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Tue, 19 May 2015 14:53:18 -0400 Subject: Initial commit --- plugins/asciidoc/conf.py.sample | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 plugins/asciidoc/conf.py.sample (limited to 'plugins/asciidoc/conf.py.sample') diff --git a/plugins/asciidoc/conf.py.sample b/plugins/asciidoc/conf.py.sample new file mode 100644 index 0000000..1dd5d3a --- /dev/null +++ b/plugins/asciidoc/conf.py.sample @@ -0,0 +1,11 @@ +# Add the asciidoc compiler to your COMPILERS dict. +COMPILERS["asciidoc"] = ('.asc',) + +# Add asciidoc files to your POSTS, PAGES +POSTS = POSTS + (("posts/*.asc", "posts", "post.tmpl"),) +PAGES = PAGES + (("stories/*.asc", "posts", "post.tmpl"),) + +# You can choose what command to use for processing. +# For example, you can replace asciidoc with asciidoctor +# Or use the full path to the program. +# ASCIIDOC_BINARY = "asciidoc" -- cgit v1.2.3