Add Finance channel (web-only) with markets/macro feeds

New web-only category mirroring the EU channel: shows in the web UI but
does not post to Matrix. Adds the channel entry, emerald (money green)
theme utilities, and two macro/finance feeds (Naked Capitalism, Wolf
Street) to the example config.
This commit is contained in:
prosolis
2026-06-01 17:05:16 -07:00
parent 8aceb259ca
commit 0b94ce7fe5
4 changed files with 23 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ var channels = []Channel{
{Slug: "anime", Title: "Anime", Theme: "anime", Emoji: "🌸", Blurb: "Series, studios, and the wider world of anime and manga."},
{Slug: "foss", Title: "FOSS", Theme: "foss", Emoji: "🐧", Blurb: "Kernel, distros, and the wider free and open source software world."},
{Slug: "kids", Title: "Kids", Theme: "kids", Emoji: "🧒", Blurb: "World news written for younger readers — short, clear, and curious."},
{Slug: "finance", Title: "Finance", Theme: "finance", Emoji: "💰", Blurb: "Markets, money, and the business of the world. Read-only — these stories don't post to Matrix."},
}
// SourceInfo is the trimmed view of a configured feed for the settings panel.