Skip to content

Commit ef0b205

Browse files
Martin BrignallMartin Brignall
authored andcommitted
Fixing the XML publishing directory
Set the publish immediately tag to true
1 parent 4b5c281 commit ef0b205

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build-site.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ https://ogbe.net/blog/blogging_with_org.html"
6969
(use-package org-publish-rss
7070
:vc (:url "https://git.sr.ht/~taingram/org-publish-rss"
7171
:rev :newest))
72+
(setq org-publish-rss-publish-immediately t)
7273

7374
(setq org-html-postamble-format
7475
'(("en" "<div class=\"postamble\">
@@ -153,6 +154,6 @@ https://ogbe.net/blog/blogging_with_org.html"
153154
;; Generate the site output
154155

155156
(org-publish-all t)
156-
(rename-file "./content/rss.xml" "./public/")
157+
;; (rename-file "./content/rss.xml" "./public/")
157158
(message "Build Complete!")
158159

0 commit comments

Comments
 (0)