Skip to content

Commit

Permalink
Add org-mode publishing setup source file
Browse files Browse the repository at this point in the history
  • Loading branch information
cch1 committed Jun 11, 2015
1 parent b2f4475 commit d712b97
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions org-publish-project-alist.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
;; This file configures org modes publish functionality to generate the gh-pages site for this project.
;; Load this file/buffer and then execute: M-x org-publish-project RET gh-pages RET

(setq org-publish-project-alist
'(("gh-notes"
:base-directory "./org"
:base-extension "org"
:publishing-directory "./gh-pages"
:recursive t
:publishing-function org-html-publish-to-html
:headline-levels 4
:auto-preamble t)
("gh-pages" :components ("gh-notes"))))

0 comments on commit d712b97

Please sign in to comment.