diff options
author | Yuchen Pei <me@ypei.me> | 2021-06-24 18:01:01 +1000 |
---|---|---|
committer | Yuchen Pei <me@ypei.me> | 2021-06-24 18:01:01 +1000 |
commit | fb8408a8220220ea0ba47d7988c43961a18ba87e (patch) | |
tree | 7659a3f5921cb6bcbd58a3a08f3e6f65d9411986 | |
parent | 8b458071bd26c034dbd1add7fa3667af7899ecb5 (diff) |
Adding assets to publish.el
-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")))) |