Ted Martin
Ted Martin

Reputation: 281

Jekyll Podcast RSS file problems

I'm setting up a podcast with Jekyll and the rss file isn't taking the config.yml files information. site, title, author, etc... Does anyone have any experience with podcasting and Jekyll and setting up an rss feed? Thanks.

Upvotes: 1

Views: 113

Answers (1)

Tom Johnson
Tom Johnson

Reputation: 759

Take a look at the itunes.rss file in this repo. The rendered file is here: http://podcast.writethedocs.org/itunes.rss. This validates fine in http://castfeedvalidator.com/.

Many values for the feed are set in the config file. If your feed isn't taking the values, have you restarted the Jekyll server since you have changed any of the config's values?

Upvotes: 1

Related Questions