+
+ ("rss"
+ :base-directory ,my-blog-posts-folder
+ :base-extension "org"
+ :publishing-directory ,(file-name-concat my-blog-target-folder "posts")
+ :publishing-function org-rss-publish-to-rss
+ :with-author t
+ :title "Frederik Vanrenterghem's blog"
+ :html-link-home ,my-blog-target-url
+ :html-link-use-abs-url t
+ :section-numbers nil
+ :exclude ".*"
+ :include ("sitemap.org")
+ :table-of-contents nil
+ )
+
+ ("website" :components ("posts" "rss" "tags" "landing" "assets"))))