chore: update default example feeds 5d851cd3
Steve Simkins · 2026-07-07 22:36 1 file(s) · +13 −3
static/app.js +13 −3
5 5
// site's /favicon.ico.
6 6
const EXAMPLE_FEEDS = [
7 7
  {
8 -
    title: "NYT Top Stories",
9 -
    url: "https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml",
10 -
    favicon: "https://www.nytimes.com/favicon.ico",
8 +
    title: "Kagi News",
9 +
    url: "https://news.kagi.com/world.xml",
10 +
    favicon: "https://news.kagi.com/favicon.svg",
11 11
  },
12 12
  {
13 13
    title: "NPR",
15 15
    favicon: "https://media.npr.org/chrome/favicon/favicon-180x180.png"
16 16
  },
17 17
  {
18 +
    title: "Quanta",
19 +
    url: "https://www.quantamagazine.org/feed/",
20 +
    favicon: "https://www.quantamagazine.org/wp-content/themes/quanta2024/frontend/images/favicon.png"
21 +
  },
22 +
  {
18 23
    title: "Hacker News",
19 24
    url: "https://news.ycombinator.com/rss",
20 25
    favicon: "https://news.ycombinator.com/y18.svg",
23 28
    title: "NASA Images",
24 29
    url: "https://www.nasa.gov/feeds/iotd-feed/",
25 30
    favicon: "https://www.nasa.gov/wp-content/plugins/nasa-hds-core-setup/assets/favicons/apple-touch-icon-57x57.png"
31 +
  },
32 +
  {
33 +
    title: "Colossal",
34 +
    url: "https://www.thisiscolossal.com/feed/",
35 +
    favicon: "https://www.thisiscolossal.com/wp-content/uploads/2024/08/icon-crow-150x150.png"
26 36
  },
27 37
  {
28 38
    title: "Bubbles",