Directory of the Unusable podcast website, including audio assets and podcast feed. Podcast website https://podcast.theunusable.com/ Podcast feed: https://podcast.theunusable.com/podcast.rss
To dev this site locally, you need to have yarn installed.
Install dependencies:
yarn
Start local dev server:
yarn dev
- Create a new branch with the new podcast number
- Add the mp3 file to
/podcasts
- Commit and push, then get url to show Andy (from github) - Add a new markdown file to
/podcasts
, matching the format of existing - Edit text and make sure it makes sense
- Find an image using unsplash and add it to
/podcasts
. Make sure it's a jpg, and named the same as the podcast number - e.g. 018.jpg - Note that images get optimised automatically, no need to worry about its size
- Create a pull request in github to "main" (this is so you can see errors)
- Wait for site to go live
- Check it's legit (should update on the homepage https://podcast.theunusable.com/)
- Check feed is valid with http://castfeedvalidator.com/ & https://validator.w3.org/feed/check.cgi?url=https%3A%2F%2Fpodcast.theunusable.com%2Fpodcast.rss
- Open _data/videos.json
- Add video, keeping to the same format
- Commit & push master