We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b5c281 commit ef0b205Copy full SHA for ef0b205
1 file changed
build-site.el
@@ -69,6 +69,7 @@ https://ogbe.net/blog/blogging_with_org.html"
69
(use-package org-publish-rss
70
:vc (:url "https://git.sr.ht/~taingram/org-publish-rss"
71
:rev :newest))
72
+(setq org-publish-rss-publish-immediately t)
73
74
(setq org-html-postamble-format
75
'(("en" "<div class=\"postamble\">
@@ -153,6 +154,6 @@ https://ogbe.net/blog/blogging_with_org.html"
153
154
;; Generate the site output
155
156
(org-publish-all t)
-(rename-file "./content/rss.xml" "./public/")
157
+;; (rename-file "./content/rss.xml" "./public/")
158
(message "Build Complete!")
159
0 commit comments