Hey there. I was updating my website today (no big changes) and at some point the main page stopped rendering. I don't think I changed anything major so I don't know what could I have done.
At first, the blog wasn't rendering at all, but after reinstalling blogdown I get this message:
> blogdown::serve_site()
Building sites … WARN 2020/05/20 11:30:39 Page.Hugo is deprecated and will be removed in a future release. Use the global hugo function.
WARN 2020/05/20 11:30:39 Page.RSSLink is deprecated and will be removed in a future release. Use the Output Format's link, e.g. something like:
{{ with .OutputFormats.Get "RSS" }}{{ .RelPermalink }}{{ end }}
WARN 2020/05/20 11:30:39 Page.URL is deprecated and will be removed in a future release. Use .Permalink or .RelPermalink. If what you want is the front matter URL value, use .Params.url
WARN 2020/05/20 11:30:39 .File.TranslationBaseName on zero object. Wrap it in if or with: {{ with .File }}{{ .TranslationBaseName }}{{ end }}
WARN 2020/05/20 11:30:39 found no layout file for "CSS" for kind "home": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
| EN
-------------------+-------
Pages | 86
Paginator pages | 1
Non-page files | 4
Static files | 2036
Processed images | 0
Aliases | 21
Sitemaps | 1
Cleaned | 0
Total in 1318 ms
To stop the server, run servr::daemon_stop(1) or restart your R session
Serving the directory /Users/brunawundervald/OneDrive - Maynooth University/blog/brunaw at http://127.0.0.1:4321
And the following image for the home page. I can see by the message that there are some issues happening but I don't know how to interpret/fix them. I didn't change anything in the theme folder. Any clue of what's going on?