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, 0 insertions, 8 deletions
diff --git a/site-src/plugins/orgmode/conf.py.sample b/site-src/plugins/orgmode/conf.py.sample deleted file mode 100644 index e194282..0000000 --- a/site-src/plugins/orgmode/conf.py.sample +++ /dev/null @@ -1,8 +0,0 @@ -# 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"),) |