diff options
Diffstat (limited to 'site-src/plugins/orgmode/conf.py.sample')
-rw-r--r-- | site-src/plugins/orgmode/conf.py.sample | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/site-src/plugins/orgmode/conf.py.sample b/site-src/plugins/orgmode/conf.py.sample new file mode 100644 index 0000000..e194282 --- /dev/null +++ b/site-src/plugins/orgmode/conf.py.sample @@ -0,0 +1,8 @@ +# NOTE: Needs additional configuration in init.el file. + +# Add the orgmode compiler to your COMPILERS dict. +COMPILERS["orgmode"] = ('.org',) + +# Add org files to your POSTS, PAGES +POSTS = POSTS + (("posts/*.org", "posts", "post.tmpl"),) +PAGES = PAGES + (("stories/*.org", "stories", "story.tmpl"),) |