Thank you but RSS was just an example of a page generated under all sections sharing the same template.
The question is how I add a page under each section folder. Let’s say i have /movies and /songs, I want to add under both of them a custom.html file. I want to do that on all the taxonomies I defined, not manually. And sharing some layout file, not a static one.
RSS is an example of what I want to do. But it won’t be a different format, just simple HTML pages. The thing in common is that you define a template once, and somehow you get a page generated by that in each taxonomy folder.
So the idea was more: how do I create RSS from scratch? I know how to do that only as a single feed file. But not how to generate a file for each taxonomy.
Thank you. I think that was the correct answer. The wording was confusing but after looking into it I think it’s what I need.
So I add something under outputFormats, and use it under outputs. But that force me to also specific standard things there or they will be not anymore rendered which is slighly annoying.