reorganized seasons, updated podcast feed

This commit is contained in:
2024-11-20 17:09:33 -06:00
parent 0e28ef7a3a
commit 19ce5934b7
30 changed files with 145 additions and 60 deletions

View File

@@ -0,0 +1,13 @@
module.exports = {
"season": 1,
"tags": [
"crew-of-the-kahuna", "season:1"
],
"stylesheets": ["/css/s04.css"],
"eleventyComputed": {
"podcast": (data)=>({
"title": `E${data.episode}: ${data.title}`
})
}
}