aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--publish.el8
1 files changed, 7 insertions, 1 deletions
diff --git a/publish.el b/publish.el
index d3fe3f3..7e7bfb7 100644
--- a/publish.el
+++ b/publish.el
@@ -158,4 +158,10 @@ PUB-DIR is when the output will be placed."
:publishing-function org-publish-attachment
:recursive t
)
- ("all" :components ("posts" "microposts" "pages" "css" "js"))))
+ ("assets"
+ :base-directory "assets"
+ :publishing-directory "site/assets"
+ :publishing-function org-publish-attachment
+ :recursive t
+ )
+ ("all" :components ("posts" "microposts" "pages" "css" "js" "assets"))))