From 96d399fb52339551d0538ff7f0e629239df54883 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sat, 30 May 2015 22:41:54 -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