diff options
author | gramanas <anastasis.gramm2@gmail.com> | 2018-10-23 17:42:28 +0300 |
---|---|---|
committer | gramanas <anastasis.gramm2@gmail.com> | 2018-10-23 17:42:28 +0300 |
commit | 46421fedf6fe291bfcb63482f3bfa9bb2c7fdff6 (patch) | |
tree | 53d85f05c362230a428ca5593125ba1a1341799d /site-src/plugins/orgmode/conf.py.sample | |
parent | 410bb2715ce7c9f8d796704395cb44d76e2e884c (diff) | |
download | ck-46421fedf6fe291bfcb63482f3bfa9bb2c7fdff6.tar.gz ck-46421fedf6fe291bfcb63482f3bfa9bb2c7fdff6.tar.bz2 ck-46421fedf6fe291bfcb63482f3bfa9bb2c7fdff6.zip |
Remove site clutter and rename test folder (tests -> test)
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"),) |