diff options
author | Christian Cleberg <hello@cleberg.net> | 2023-12-26 18:52:05 -0600 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2023-12-26 18:52:05 -0600 |
commit | fa363192c5f483b8fe04ecb328401030c62e49dd (patch) | |
tree | 24c8c85eb9e7daf38f81a0e662a56185d2bce63f /elisp | |
parent | 071aa4f29bcd4d8fab32254a50db9eb8d0fe7e10 (diff) | |
download | cleberg.net-fa363192c5f483b8fe04ecb328401030c62e49dd.tar.gz cleberg.net-fa363192c5f483b8fe04ecb328401030c62e49dd.tar.bz2 cleberg.net-fa363192c5f483b8fe04ecb328401030c62e49dd.zip |
feat: add GPG and Matrix links
Diffstat (limited to 'elisp')
-rw-r--r-- | elisp/publish.el | 2 |
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")))) |