reorganized seasons, updated podcast feed
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
---
|
||||
title: "46:"
|
||||
episode: 46
|
||||
date: 2022-07-08
|
||||
---
|
||||
|
||||
|
||||
13
content/episodes/s01/s01.11tydata.js
Normal file
13
content/episodes/s01/s01.11tydata.js
Normal 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}`
|
||||
})
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
|
||||
{
|
||||
"season": 1,
|
||||
"tags": [
|
||||
"crew-of-the-kahuna"
|
||||
],
|
||||
"stylesheets": ["/css/s04.css"]
|
||||
}
|
||||
@@ -1,7 +1,15 @@
|
||||
---
|
||||
layout: podcast-season
|
||||
season: 1
|
||||
date: 2021-04-26
|
||||
override:tags: ["season"]
|
||||
eleventyExcludeFromCollections: ["episode"]
|
||||
pagination:
|
||||
size: 10
|
||||
alias: "episodes"
|
||||
data: "collections.season:1"
|
||||
generatePageOnEmptyData: true
|
||||
reverse: true
|
||||
---
|
||||
|
||||
Escape from Mos Shuuta, Long Arm of the Hutt
|
||||
Reference in New Issue
Block a user