ERROR cascade target path "/intro.md" looks like a path with an extension; since Hugo v0.123.0 this will not match anything, see https://gohugo.io/methods/page/path/
You can suppress this error by adding the following to your site configuration:
ignoreLogs = ['cascade-pattern-with-extension']
ERROR cascade target path "/docs/**/_index.md" looks like a path with an extension; since Hugo v0.123.0 this will not match anything, see https://gohugo.io/methods/page/path/
You can suppress this error by adding the following to your site configuration:
ignoreLogs = ['cascade-pattern-with-extension']
despite the aforementioned ignoreLogs = ['cascade-pattern-with-extension'] actually present in the config.
ERROR cascade target path "/intro.md" looks like a path with an extension; since Hugo v0.123.0 this will not match anything, see https://gohugo.io/methods/page/path/
You can suppress this error by adding the following to your site configuration:
ignoreLogs = ['cascade-pattern-with-extension']
Despite said parameter already being in my config ?
Because of that, I also get that warning WARN found no layout file for "html" for kind "section".
I think the problem is that you have both ignoreErrors and ignoreLogs configured; we effectively renamed ignoreErrors to ignoreLogs, but kept the old one as an alias (which I suspect is now causing issues).