I wanted a clean way to organize my self-hosted podcast xml. Jekyll to the rescue!
- Install Jekyll
- Clone this repo
- Update the config file with your podcast info. The info that doesn't really change from episode to episode.
- Edit the
_episodes/001-hello-world.yml
file, duplicate and fill it out for each episode of your podcast. - Run
jekyll build
in your directory. - A new file is generated in the
_upload-this
folder. Upload that xml file to the root of your server where your podcast is being hosted. - Submit it to iTunes, or not. I don't care.