{
  "path": "/hello-world-exxz48c",
  "site": "at://did:plc:og5t4xeyapx5fwjx5hnr2c56/site.standard.publication/3mjimbfegzz73",
  "tags": [],
  "$type": "site.standard.document",
  "title": "Hello world",
  "content": {
    "$type": "blog.pckt.content",
    "items": [
      {
        "$type": "blog.pckt.block.text",
        "plaintext": "This is my second attempt at a blog post. "
      },
      {
        "$type": "blog.pckt.block.codeBlock",
        "attrs": {
          "language": "go"
        },
        "plaintext": "func getFoo(x string) string {\n  return \"foo\"+x\n}"
      },
      {
        "$type": "blog.pckt.block.blockquote",
        "content": [
          {
            "$type": "blog.pckt.block.text",
            "plaintext": "Pretty cool stuff going on here."
          }
        ]
      },
      {
        "$type": "blog.pckt.block.text",
        "plaintext": ""
      }
    ]
  },
  "updatedAt": "2026-04-25T12:28:09+00:00",
  "description": "This is my second attempt at a blog post.",
  "publishedAt": "2026-04-25T12:24:10+00:00",
  "textContent": "This is my second attempt at a blog post. \nfunc getFoo(x string) string {\n  return \"foo\"+x\n}\nPretty cool stuff going on here."
}