{
  "version": "https://jsonfeed.org/version/1",
  "title": "bret.io log",
  "home_page_url": "https://bret.io",
  "feed_url": "https://bret.io/feed.json",
  "description": "A running log of announcements, projects and accomplishments.",
  "next_url": "https://bret.io/2017.json",
  "icon": "https://bret.io/icon-512x512.png",
  "favicon": "https://bret.io/favicon-64x64.png",
  "author": {
   "name": "Bret Comnes",
   "url": "https://bret.io",
   "avatar": "https://gravatar.com/avatar/8d8b82740cb7ca994449cccd1dfdef5f?size=512"
  },
  "items": [
   {
    "date_published": "2018-04-13T22:06:43.000Z",
    "content_text": "ey, no link, nourl",
    "title": "but it has a summary!",
    "id": "a-unique-id",
    "summary": "but it has a summary!"
   },
   {
    "date_published": "2018-04-12T22:06:43.000Z",
    "content_html": "<p>A post with some tags</p>",
    "title": "A post with some tags",
    "url": "https://example.com/tags",
    "tags": [
     "foo",
     "bar"
    ],
    "id": "https://example.com/tags-2018-04-12T22:06:43.000Z"
   },
   {
    "date_published": "2018-04-11T22:06:43.000Z",
    "content_html": "<p>Attachments</p>",
    "title": "Attachments",
    "url": "https://example.com/empty-attatchments",
    "attachments": [
     {
      "url": "https://example.com/attatchments.mp4",
      "mime_type": "audio/mpeg",
      "title": "Hey this is a podcast",
      "duration_in_seconds": 12345
     },
     {
      "url": "https://example.com/attatchments-45.mp4",
      "mime_type": "audio/mpeg",
      "title": "Hey this is another podcast",
      "size_in_bytes": 1234,
      "duration_in_seconds": 12345
     }
    ],
    "id": "https://example.com/empty-attatchments-2018-04-11T22:06:43.000Z"
   },
   {
    "date_published": "2018-04-10T22:06:43.000Z",
    "content_html": "<p>Empty attachments</p>",
    "title": "Empty attachments",
    "url": "https://example.com/empty-attatchments",
    "attachments": [],
    "id": "https://example.com/empty-attatchments-2018-04-10T22:06:43.000Z"
   },
   {
    "date_published": "2018-04-09T22:06:43.000Z",
    "content_html": "<p>A post with no URL!!</p>",
    "title": "A post with no URL!!",
    "external_url": "https://example.com/some-external-link2",
    "id": "https://example.com/some-external-link2-2018-04-09T22:06:43.000Z"
   },
   {
    "date_published": "2018-04-08T22:06:43.000Z",
    "content_html": "<p>A post with an author</p>",
    "title": "A post with an author",
    "url": "https://example.com/some-external-link2rfdsfa",
    "author": {
     "name": "Mr Guy",
     "url": "https://twitter.com/foo",
     "avatar": "https://gravatar.com/avatar/5fcbb4764c8c88f71aa83f4465ce4e0e?size=512"
    },
    "id": "https://example.com/some-external-link2rfdsfa-2018-04-08T22:06:43.000Z"
   },
   {
    "date_published": "2018-04-07T22:06:43.000Z",
    "content_html": "<p>Hello, world!</p>",
    "title": "This is a blog title",
    "url": "https://bret.io/my-blog-post",
    "external_url": "https://example.com/some-external-link",
    "id": "https://bret.io/my-blog-post-2018-04-07T22:06:43.000Z"
   },
   {
    "date_published": "2018-04-07T20:48:02.000Z",
    "content_text": "Wee wooo this is some content. \n Maybe a new paragraph too",
    "title": "Wee wooo this is some content.",
    "url": "https://bret.io/my-text-post",
    "id": "https://bret.io/my-text-post-2018-04-07T20:48:02.000Z"
   }
  ]
 }
