Which parameters in config.toml
or which files in /layouts
control the generation of index.xml
?
When I valida
baseURL
in config.toml
(see Section 2.2 of the blogdown book);public/
directory build locally on your computer. Build it on the server side instead. If you must build your site locally, every time before you publish the public/
folder, make sure that you run blogdown::hugo_build()
(Section 1.7).For the reason why your RSS feed contains relative URLs, see Appendix D.3 (short answer: baseurl = "/"
).