Trigger warning that wasnβt in previous versions
WARN found no layout file for "imagessitemap" for kind "home": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
With 0.115.0, if you override the root output format definition for a particular language, you need to specify all of the configuration keys, not just the one you want to change.
If you donβt have a matching template for the home page (e.g., home.imagessitemap.xml or index.imagessitemap.xml) then it should emit a warning. So, this is behaving as expected.
git clone --single-branch -b hugo-forum-topic-45103 https://github.com/jmooring/hugo-testing hugo-forum-topic-45103
cd hugo-forum-topic-45103
rm -rf public/ && hugo && tree public
Hi @jmooring could you do me a favour in relation to this issue.
On macOS everything working fine but when deployg to Netlify it returning error. I currently donβt have access to Ubuntu hence struggling to debug in other system.
Error: failed to create config from result: failed to decode config for language pl: unknown config key outputformats
ps. added you as a collaborator on my private repo.