- Audio filies are hosted on Mi-Video: https://seas.mivideo.it.umich.edu/channel/Podcast%3A+It%27s+Hot+in+Here/321422382
- Blog posts embed a player from Mi-Video (Kaltura) and use an
articleIDin the front matter of each post to source the appropriate audio file. - The archive was converted from a backup of the old Wordpress site and runs on 11ty, using eleventy-base-blog v9.
- Older episodes are available at https://archive.org/details/SNREHotInHere and appear as embeds on their individual posts. (These still need to be fixed!)
- Even older episodes (2008-2010) are archived here: https://archive.org/details/hotinhere
- Clone this repository
npm installnpx @11ty/eleventy --serve
- pagefind needs to run in order to do the search indexing:
npx @11ty/eleventy && npx pagefind --site _site - otherwise, follow the official 11ty instructions https://www.11ty.dev/docs/deployment/
The date has been appended the the folders in the migration from Wordpress. This allows easier navigation of the content folder, but breaks existing links to hoinhere.us. node scripts/generate-redirects.js will generate redirects in the `_redirects' file. You shouldn't need to run this, since it only impacts the existing posts. Right now this is configured for Cloudflare pages. Different hosts may want the file in a different folder or use a different redirect system.