I use several Custom Outputs in a Hugo website and it works great. But is it possible to specify which name to use for custom outputs?
Following their lookup order, the homepage for instance always looks for index.*
or home.*
.
Because of that requirement I now have index.json
, section.json
, and index.xml
. But these names are not informative; I have to open the actual files to see what they do.
I’d much rather be able to specify my own template names, like search-index.json
and banners.json
.
Is there an option for that?