I am creating a web using RStudio and HUGO, by means of the Blogdown package.
When serving the site locally in RStudio, it seems to be rendered properly. All the files are created within the folder /public.
[![enter image description here][1]][1]
However, when I open the file index.html from the /public folder, I get this appearance.
[![enter image description here][2]][2]
I am employing the theme Mainroad with this base URL:
baseurl = "/"
Any idea why when opening the HTML file it is not rendered properly?
[1]: https://i.stack.imgur.com/FPRTM.png
[2]: https://i.stack.imgur.com/VRivh.png