From 3a3424774944a421e1b93cbaf533a3500a4d613c Mon Sep 17 00:00:00 2001 From: gramanas Date: Thu, 3 May 2018 03:06:50 +0300 Subject: add site and .gitignore --- site-src/plugins/orgmode/conf.py.sample | 8 ++++++++ 1 file changed, 8 insertions(+) create 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 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"),) -- cgit v1.2.3