Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 643 Bytes

File metadata and controls

29 lines (21 loc) · 643 Bytes

Authoring Podcast Episodes

Setup

Configure your local AWS environment. Add to ~/.zshrc or equivalent:

export AWS_ACCESS_KEY_ID=
export AWS_SECRET_ACCESS_KEY=

Adding an Episode

Run:

rake podcast:new_episode /path/to/local/mp3

This adds required YAML to _config.yml. Fill in the remaining fields:

- title: Name of your episode
  date: (generated by Rake task)
  description: A paragraph-long description of the episode.
  podcast_url: (generated by Rake task)
  file_byte_length: (generated by Rake task)
  duration: (generated by Rake task)