{
  "id": "blog-page",
  "meta": {
    "title": "Blog -- The Brief",
    "description": "All articles from The Brief. Filter by topic, search by title, sort by date."
  },
  "slug": "blog",
  "sections": [
    {
      "id": "blog-page-hero",
      "data": {
        "title": "All Posts",
        "eyebrow": "The Archive",
        "subtitle": "Everything we have published. Filter by topic or search by title.",
        "breadcrumbs": [
          {
            "id": "bc-home",
            "href": "/",
            "label": "Home"
          },
          {
            "id": "bc-blog",
            "label": "Blog"
          }
        ]
      },
      "type": "page-hero",
      "settings": {}
    },
    {
      "id": "blog-full-feed",
      "data": {
        "posts": {
          "$ref": "../collections/posts/posts.json",
          "$sliceSort": {
            "field": "date",
            "direction": "desc"
          }
        },
        "pageSize": 6,
        "showFilters": true
      },
      "type": "post-feed",
      "settings": {}
    }
  ]
}
