If you are adding a new episode, look at the PODCASTING.md for details.
From root directory:
pipenv install --three
- Add episode and publish on Libsyn
Content->Previously Published
.- Click on the Link/Embed link for the episode
- Copy the last number in the "Libsyn Directory URL"
- Add it to
_sitegen/directory_ids.csv
with the episode number in front. - Run
pipenv run _sitegen/generate.py
Note: if this isn't working for you, try usingpython3 _sitegen/generate.py
- Review changes with
git diff
or equivalent. Commit. Push.