From 46421fedf6fe291bfcb63482f3bfa9bb2c7fdff6 Mon Sep 17 00:00:00 2001 From: gramanas Date: Tue, 23 Oct 2018 17:42:28 +0300 Subject: Remove site clutter and rename test folder (tests -> test) --- site-src/plugins/orgmode/conf.py.sample | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 site-src/plugins/orgmode/conf.py.sample (limited to 'site-src/plugins/orgmode/conf.py.sample') 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"),) -- cgit v1.2.3