{
  "id": "topics-page",
  "meta": {
    "title": "Topics -- The Brief",
    "description": "Browse The Brief by topic. Engineering, Design, AI, Product, Culture."
  },
  "slug": "topics",
  "sections": [
    {
      "id": "topics-hero",
      "data": {
        "title": "Topics",
        "eyebrow": "Browse",
        "subtitle": "Find articles by subject. Every topic has a dedicated feed with full search and filtering.",
        "breadcrumbs": [
          {
            "id": "bc-home-t",
            "href": "/",
            "label": "Home"
          },
          {
            "id": "bc-topics",
            "label": "Topics"
          }
        ]
      },
      "type": "page-hero",
      "settings": {}
    },
    {
      "id": "topics-tag-index",
      "data": {
        "tags": {
          "$ref": "../collections/tags/tags.json"
        },
        "label": "All Topics",
        "posts": {
          "$ref": "../collections/posts/posts.json"
        },
        "title": "What do you want to learn?",
        "postsPageSize": 100
      },
      "type": "tag-index",
      "settings": {}
    },
    {
      "id": "topics-newsletter",
      "data": {
        "title": "One newsletter. All topics.",
        "eyebrow": "All Topics",
        "ctaLabel": "Subscribe",
        "subtitle": "Subscribe to The Brief and get everything in your inbox.",
        "disclaimer": "No spam. Unsubscribe at any time.",
        "placeholder": "your@email.com"
      },
      "type": "newsletter-cta",
      "settings": {}
    }
  ]
}
