Skip to content

Files

Latest commit

6d68f79 · Jun 16, 2022

History

History
18 lines (14 loc) · 661 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 661 Bytes

Unnamed Reverse Engineering Podcast

Site Generator

If you are adding a new episode, look at the PODCASTING.md for details.

Installation (run once)

From root directory:

pipenv install --three

Generate site

  1. Add episode and publish on Libsyn
  2. Content->Previously Published.
  3. Click on the Link/Embed link for the episode
  4. Copy the last number in the "Libsyn Directory URL"
  5. Add it to _sitegen/directory_ids.csv with the episode number in front.
  6. Run pipenv run _sitegen/generate.py Note: if this isn't working for you, try using python3 _sitegen/generate.py
  7. Review changes with git diff or equivalent. Commit. Push.