Topics — Planning
What This Is
Aggregator pages for subject areas — links to related episodes, articles, and tools.
URL Pattern
/topics/{slug}
Source
Content authored in Obsidian at Content/Topics/ in the vault. Build script reads these files and generates static HTML.
Content Frontmatter
---
title: "Page Title"
slug: "url-slug"
description: "Meta description"
date: "2026-01-15" # optional
---
Workflow
- Write or edit Markdown in Obsidian
- Sync vault to GitHub (Obsidian Git)
- Run
deploy.shfrom Mac - Page live within ~2 minutes