aboutsummaryrefslogtreecommitdiff
path: root/elisp/publish.el
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2023-12-26 18:52:05 -0600
committerChristian Cleberg <hello@cleberg.net>2023-12-26 18:52:05 -0600
commitfa363192c5f483b8fe04ecb328401030c62e49dd (patch)
tree24c8c85eb9e7daf38f81a0e662a56185d2bce63f /elisp/publish.el
parent071aa4f29bcd4d8fab32254a50db9eb8d0fe7e10 (diff)
downloadcleberg.net-fa363192c5f483b8fe04ecb328401030c62e49dd.tar.gz
cleberg.net-fa363192c5f483b8fe04ecb328401030c62e49dd.tar.bz2
cleberg.net-fa363192c5f483b8fe04ecb328401030c62e49dd.zip
feat: add GPG and Matrix links
Diffstat (limited to 'elisp/publish.el')
-rw-r--r--elisp/publish.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/elisp/publish.el b/elisp/publish.el
index e9b8c40..72767dc 100644
--- a/elisp/publish.el
+++ b/elisp/publish.el
@@ -51,7 +51,7 @@ PUB-DIR is when the output will be placed."
("static"
:base-directory "~/Source/cleberg.net/static/"
- :base-extension "css\\|el"
+ :base-extension "css\\|txt"
:publishing-directory "~/Source/cleberg.net/public/static/"
:publishing-function org-publish-attachment)
("website" :components ("cleberg.net" "rss" "static"))))