update config
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user