Configure your local AWS environment. Add to ~/.zshrc or equivalent:
export AWS_ACCESS_KEY_ID=
export AWS_SECRET_ACCESS_KEY=
Run:
rake podcast:new_episode /path/to/local/mp3This 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)