From ac9f751e69b056dbaaa4ef7ecf05bfd74edacc90 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 25 Jul 2023 13:10:30 -0700 Subject: [PATCH] Publish RSS before posts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The rss project also creates and updates the ‘index.org’ file that the posts project uses to export the index of blog posts. --- publish.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish.el b/publish.el index e06b0f1..c593a5b 100644 --- a/publish.el +++ b/publish.el @@ -169,7 +169,7 @@ Argument PROPS :base-extension "svg\\|png\\|jpg" :publishing-function org-publish-attachment :publishing-directory "public/") - ("all" :components ("index" "posts" "rss" "assets")))) + ("all" :components ("index" "rss" "posts" "assets")))) (defvar publish-feed-url-format ;"https://gitlab.com/ryuslash/ryuslash.org/-/commits/master/%s?feed_token=Rf8otgpS8YEiYakJN4NR&format=atom"