Hey all?
I’d like to create multiple RSS feeds for a podcast because I’d like to customize each one for a series of distribution platforms (eg Spotify, iTunes, Stitcher, etc…) Some platforms have unique fields and we’d like to use some fields in different ways in different platforms.
Is there any way to create multiple customized xml files for the same section? I’m not seeing it but I may be missing something. Thanks!
They’d all be fed from the same list items on https://www.example.com but I’d create individual xml files, each of which I’ve configured with different parameters.
Few years later I comment this topic because I have exactly the same question and I found a way for producing multiple RSS feeds with custom names/URLs:
Use case
I want to produce a custom RSS for a big part of my posts (range in different sections), his name is atom.xml.
I also want to produce another custom RSS for a particular section (now section), his name is now.xml.
The result I want:
├── now
│ └── ...
├── now.xml
└── atom.xml
Outputs
I have to describe which outputs I want:
[outputs]
home = ["HTML", "atom"]
section = ["HTML", "now"]