{
  "pages": {
    "one": [
      {
        "filename": "post1",
        "data": {
          "title": "Blog Post #1",
          "gists": ["5898072"]
        },
        "content": "This \"content\" property is optional and would get passed into the `body` tag. But if you only need to pass the page\"s metadata to the layout then the content property is unnecessary."
      },
      {
        "filename": "post2",
        "data": {
          "title": "Blog Post #2",
          "subtitle": "",
          "gists": ["5898077", "5898078"]
        },
        "content": "<h1>{{title}} | {{site.title}}</h1>\n {{> <%= component.one %> }} This project is brought to you by <%= pkg.name %>."
      },
      {
        "filename": "post3",
        "data": {
          "title": "Blog Post #3",
          "gists": ["5909393"]
        }
      }
    ],
    "two": {
      "sweet-blog-post-1": {
        "data": {
          "title": "Sweet Blog Post #1",
          "gists": ["5898072"]
        },
        "content": "This 'content' property is optional and would get passed into the `body` tag. But if you only need to pass the page\"s metadata to the layout then the content property is unnecessary."
      },
      "awesome-blog-post-2": {
        "data": {
          "title": "Awesome Blog Post #2",
          "subtitle": "",
          "gists": ["5898077", "5898078"]
        },
        "content": "<h1>{{title}} | {{site.title}}</h1>\n {{> <%= component.one %> }} This project is brought to you by <%= pkg.name %>."
      },
      "super-sweet-and-awesome-blog-post-3": {
        "data": {
          "title": "Super Sweet and Awesome Blog Post #3",
          "gists": ["5898072"]
        }
      }
    },
    "three": {
      "meta-sweet-blog-post-1": {
        "metadata": {
          "title": "Sweet Blog Post #1",
          "gists": ["5898072"]
        },
        "content": "This 'content' property is optional and would get passed into the `body` tag. But if you only need to pass the page\"s metadata to the layout then the content property is unnecessary."
      },
      "meta-awesome-blog-post-2": {
        "data": {
          "title": "Awesome Blog Post #2",
          "subtitle": "",
          "gists": ["5898077", "5898078"]
        },
        "content": "<h1>{{title}} | {{site.title}}</h1>\n {{> <%= component.one %> }} This project is brought to you by <%= pkg.name %>."
      },
      "meta-super-sweet-and-awesome-blog-post-3": {
        "metadata": {
          "title": "Super Sweet and Awesome Blog Post #3",
          "gists": ["5898072"]
        }
      }
    }
  }
}