Selections from the WFMT collection of Terkel’s radio interviews, delivered several times each week. An unofficial feed compiled by Ben Welsh.
Subscribe: studs.show
Clone the repostory and install the Python tools.
pipenv install
Spin up the development site.
make serve
Freeze the site to static files.
make freeze
Commit the frozen files to the ./docs/ folder and push to the main branch.
git commit -am "Updated site"
git push origin main
Changes will show up shortly at studs.show.