aboutsummaryrefslogtreecommitdiff
path: root/publish.el
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-05-24 00:26:37 -0600
committernathan <nathansmith@disroot.org>2025-05-24 00:26:37 -0600
commit14f718834fa12d87a9abf419a05e7762b00c3b09 (patch)
treef30271c0dafdf22da87722453f09c75ab892b0d8 /publish.el
parent77e0166cca83411a9653eaba02ac439f519aedee (diff)
More small pointless changes
Diffstat (limited to 'publish.el')
-rw-r--r--publish.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/publish.el b/publish.el
index e708329..ef9e321 100644
--- a/publish.el
+++ b/publish.el
@@ -22,7 +22,9 @@
)
("org-static"
:base-directory "org/"
- :base-extension "css\\|html\\|xhtml\\|py\\|png\\|jpg\\|gif\\|cgi\\|rss"
+ :base-extension "css\\|html\\|xhtml\\|py\\|png\\|jpg\\|gif\\|cgi"
+ :include ("blog/feed.xml")
+ :exclude "template.xhtml"
:publishing-directory "xhtml/"
:recursive t
:publishing-function org-publish-attachment