aboutsummaryrefslogtreecommitdiffstats
path: root/fripost-web.el
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2010-12-30 18:04:28 +0100
committerStefan Kangas <stefankangas@gmail.com>2010-12-30 18:04:28 +0100
commit8e43fce8730af7cce7fabc83e1dab7d54c85d1d7 (patch)
tree0423f72fcf4a0f1d9da45ea7afffa4841cf2cf6d /fripost-web.el
parent03f8403d05ea8c96293945a5a6cc6cf606ef8945 (diff)
Move files for publishing into site/ directory
Diffstat (limited to 'fripost-web.el')
-rw-r--r--fripost-web.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/fripost-web.el b/fripost-web.el
index 731d9af..a579047 100644
--- a/fripost-web.el
+++ b/fripost-web.el
@@ -3,7 +3,7 @@
(setq org-publish-project-alist
`(
("fripost-web-pages"
- :base-directory ,default-directory
+ :base-directory ,(concat default-directory "/site/")
:base-extension "org"
:publishing-directory ,(concat default-directory "/publish/")
:exclude "/publish/"
@@ -41,7 +41,7 @@
)
("fripost-web-static"
- :base-directory ,default-directory
+ :base-directory ,(concat default-directory "/site/")
:base-extension "css\\|js\\|png\\|jpg\\|gif\\|pdf\\|mp3\\|ogg\\|txt"
:publishing-directory ,(concat default-directory "/publish/")
:exclude "/publish/"
@@ -52,4 +52,6 @@
("fripost-web" :components ("fripost-web-pages" "fripost-web-static"))
))
+(provide 'fripost-web)
+
;; M-x org-publish-project RET fripost-web