Skip to content

Instantly share code, notes, and snippets.

@cola-zero
Created October 20, 2011 05:31
Show Gist options
  • Save cola-zero/1300497 to your computer and use it in GitHub Desktop.
Save cola-zero/1300497 to your computer and use it in GitHub Desktop.
my org-jekyll settings.
(require 'org-publish)
(require 'org-jekyll)
(setq org-publish-blog "~/work/blog.mkoga.net/source")
(add-to-list 'org-publish-project-alist
`("my-blog"
:base-directory "~/work/blog.mkoga.net/org"
:recursive t
:base-extension "org"
:publishing-directory ,org-publish-blog
:blog-publishing-directory ,org-publish-blog
:site-root "http://blog.mkoga.net"
:jekyll-sanitize-permalinks t
:publishing-function org-publish-org-to-html
:section-numbers nil
:headline-levels 4
:table-of-contents t
:auto-index nil
:auto-preamble nil
:body-only t
:auto-postamble nil))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment