diff options
-rw-r--r-- | publish.el | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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")))) |