diff options
author | nathan <nathansmith@disroot.org> | 2025-05-24 00:26:37 -0600 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-05-24 00:26:37 -0600 |
commit | 14f718834fa12d87a9abf419a05e7762b00c3b09 (patch) | |
tree | f30271c0dafdf22da87722453f09c75ab892b0d8 /publish.el | |
parent | 77e0166cca83411a9653eaba02ac439f519aedee (diff) |
More small pointless changes
Diffstat (limited to 'publish.el')
-rw-r--r-- | publish.el | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |