summaryrefslogtreecommitdiff
path: root/publish.el
diff options
context:
space:
mode:
Diffstat (limited to 'publish.el')
-rw-r--r--publish.el10
1 files changed, 8 insertions, 2 deletions
diff --git a/publish.el b/publish.el
index 7bfe116..e417892 100644
--- a/publish.el
+++ b/publish.el
@@ -26,7 +26,13 @@
:html-self-link-headlines t
:html-preamble me/html-preamble
:html-postamble nil
- )
+ )
+ ("pages-html"
+ :base-directory "pages"
+ :base-extension "html"
+ :publishing-directory "site"
+ :recursive t
+ :publishing-function org-publish-attachment)
("css"
:base-directory "css"
:base-extension "css"
@@ -34,4 +40,4 @@
:publishing-function org-publish-attachment
:recursive t
)
- ("all" :components ("pages" "css"))))
+ ("all" :components ("pages" "pages-html" "css"))))