update config

This commit is contained in:
Mateus Pinto Rodrigues
2017-12-02 16:35:27 -02:00
parent 58c3bd6728
commit db027945a2
4 changed files with 20 additions and 25 deletions

View File

@@ -9,30 +9,20 @@
(require 'ox-publish)
(setq org-publish-project-alist
'(("org-notes"
:base-directory "~/org/"
:base-directory "~/repos/csphy/website/org/"
:base-extension "org"
:publishing-directory "~/html/"
:publishing-directory "~/repos/csphy/website/jekyll/"
:recursive t
:publishing-function org-html-publish-to-html
:headline-leves 4 ;Just the default for this project.
:with-toc nil
:section-numbers nil
:with-author f
:with-creator nil
:with-date nil
:with-timestamps nil
:with-tage nil
:html-preamble nil
:html-postamble nil
:html-validation-link f
:html-doctype "html5"
:html-extension "html"
:body-only f ;; Only export section between <body> </body>
)
("org-static"
:base-directory "~/org/"
:base-extension "css\\|js\\|png\\|jpg\\|gif\\|pdf\\|mp3\\|ogg"
:publishing-directory "~/html/"
:base-directory "~/repos/csphy/website/org/"
:base-extension "css\\|js\\|png\\|jpg\\|gif\\|pdf\\|mp3\\|ogg\\|swf\\|php"
:publishing-directory "~/repos/csphy/website/"
:recursive t
:publishing-function org-publish-attachment
)