Goal: Bring a blogdown (Hugo) blog on r-bloggers.
There is plenty Information on that topic, suggesting that the rss.xml file has to be modified, see
- How do I get my blogdown blog on R-Bloggers?
- http://thug-r.life/post/2018-02-07-hugo-to-rbloggers/
- https://gohugo.io/templates/rss/
However, when i create a blog, i am missing that file.
> dir.create("blogdown")
> setwd("blogdown/")
> blogdown::new_site()
> list.files(pattern = "rss.xml", recursive = TRUE)
character(0)