I have a site that was working fine a couple months ago, but when I went back today to make some updates it no longer loads the static directory correctly. At least, that is my understanding.
This is a very simple one-page site with no theme, just sass files. I’m updating it locally on Linux.
When I run Hugo Server, I see:
WARN 2021/06/09 16:41:46 found no layout file for "HTML" for kind "page": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2021/06/09 16:41:46 found no layout file for "HTML" for kind "page": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2021/06/09 16:41:46 found no layout file for "HTML" for kind "page": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2021/06/09 16:41:46 found no layout file for "HTML" for kind "page": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2021/06/09 16:41:46 found no layout file for "HTML" for kind "page": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2021/06/09 16:41:46 found no layout file for "HTML" for kind "section": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2021/06/09 16:41:46 found no layout file for "HTML" for kind "page": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2021/06/09 16:41:46 found no layout file for "HTML" for kind "taxonomy": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2021/06/09 16:41:46 found no layout file for "HTML" for kind "taxonomy": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
Total in 14 ms
Error: Error copying static files: decorate: lstat /home/local/Sites/embedded-stream-page/static/sites: no such file or directory
This is the content of my config.toml:
baseURL = ""
languageCode = "en-us"
title = "Live Stream"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true