Update podcast host order and increase RSS limit to 52 (#462)

Co-authored-by: Copilot <copilot@github.com>

Juan Manuel Servera committed Jun 13, 2026 at 20:37 UTC 208c516934270429016a46d8c3b89d0eb95b6a94
2 files changed +6 -6
config/podcast.json
+5 -5
@@ -5,15 +5,15 @@
5 "spoken_site": "www.claracle.com",
6 "ai_voice_disclosure": "Both hosts on this show are AI-generated synthetic voices, not human presenters.",
7 "hosts": [
8 - {
9 - "name": "Joracle",
10 - "voice": "alloy",
11 - "style": "Bright and energetic, british accent. Leads with enthusiasm, connects themes with forward momentum. Presents signal picks with clarity and genuine curiosity."
12 - },
8 {
9 "name": "Clarabel",
10 "voice": "nova",
11 "style": "Lovely and passionate. Pressure-tests claims with specificity. Challenges hype with evidence, not dismissiveness. Lets pauses land."
12 + },
13 + {
14 + "name": "Joracle",
15 + "voice": "alloy",
16 + "style": "Bright and energetic, british accent. Leads with enthusiasm, connects themes with forward momentum. Presents signal picks with clarity and genuine curiosity."
17 }
18 ]
19 },
hugo.toml
+1 -1
@@ -3,7 +3,7 @@ locale = 'en-us'
3 title = 'Claracle — Weekly Tech Trends from GitHub'
4 theme = 'PaperMod'
5 enableRobotsTXT = true
6 -rssLimit = 20
6 +rssLimit = 52
7
8 [pagination]
9 pagerSize = 10