You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following warnings are issued when serving locally (I'm using Hugo v0.82.0+extended), and this seems to cause Hugo to repeatedly rebuild the site, even w/o changes to the underlying files:
WARN 2021/04/26 10:18:38 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/04/26 10:18:38 found no layout file for "redirects" for kind "home": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
We aren't using taxonomy per se in our site any longer as we instituted a blog search instead of using tags/categories. Is this something we should keep and create a template or remove it?
I don't know what the redirects would be used for.
We aren't using taxonomy per se in our site any longer
Ok, I can clean that out if you'd like.
I don't know what the redirects would be used for.
The problem is that the config file declares that there is a redirects file, but there is no layout for it. #640 adds the necessary layout file. (I could have removed the config entries to avoid having a redirects file altogether, but Netlify redirects are very useful and convenient -- and they'll be necessary if/when we clean out taxonomies.
The following warnings are issued when serving locally (I'm using Hugo v0.82.0+extended), and this seems to cause Hugo to repeatedly rebuild the site, even w/o changes to the underlying files:
The text was updated successfully, but these errors were encountered: