Publish RSS before posts
The rss project also creates and updates the ‘index.org’ file that the posts project uses to export the index of blog posts.
This commit is contained in:
parent
4e8104f11f
commit
ac9f751e69
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue