-
-
Notifications
You must be signed in to change notification settings - Fork 6
New Episode Workflow
Paul Cutler edited this page Aug 8, 2024
·
1 revision
In the _drafts folder is episode_template.md - this file should be copied as {episode#}.md for the next episode.
There we can jot down any notes, links, or news items for that episode. This file serves as the basis for the show notes.
After recording the episode, to prepare the show notes:
- Create a new branch (we can standardize on a branch name like episode1, 1, or by date)
- Create a new directory in `/content/en/blog/episodes/{episode#}
- In the
_draftsfolder I've created anepisode-template.mdfile. Copy that file as{episode#}.mdinto the new directory. - Copy and paste the content from the episode draft in the
_draftsfolder into the new markdown file. - Copy any photos used in the episode or show notes into the same directory
- Update the front matter and include a featured photo (if any) to display on the Episodes page
- Run
hugo servelocally to check formatting - Push
- PR to main when episode is ready to go live
- Merge will build and auto-deploy site