{
  "version": "https://jsonfeed.org/version/1.1",
  "title": "Neofolio",
  "home_page_url": "https://example.com",
  "feed_url": "https://example.com/feed.json",
  "description": "An AI-readable, opinionated portfolio template for developers in the AI age.",
  "language": "en-US",
  "authors": [
    {
      "name": "Your Name",
      "url": "https://example.com"
    }
  ],
  "items": [
    {
      "id": "https://example.com/articles/ai-readable-html",
      "url": "https://example.com/articles/ai-readable-html",
      "title": "AI-Readable HTML: What the Scrapers Actually See",
      "summary": "A look at the gap between what humans see on a portfolio site and what an AI fetch returns. With receipts.",
      "date_published": "2026-04-08T00:00:00.000Z",
      "tags": [
        "portfolio",
        "ai",
        "seo"
      ],
      "authors": [
        {
          "name": "Your Name"
        }
      ]
    },
    {
      "id": "https://example.com/articles/cloudflare-pages-is-the-call",
      "url": "https://example.com/articles/cloudflare-pages-is-the-call",
      "title": "Why Cloudflare Pages is the Right Call for Almost Every Developer Portfolio",
      "summary": "A technical, opinionated case for choosing Cloudflare Pages over Vercel or Netlify for a developer portfolio in 2026.",
      "date_published": "2026-03-22T00:00:00.000Z",
      "tags": [
        "cloudflare",
        "deploy",
        "portfolio"
      ],
      "authors": [
        {
          "name": "Your Name"
        }
      ]
    },
    {
      "id": "https://example.com/articles/honest-portfolio",
      "url": "https://example.com/articles/honest-portfolio",
      "title": "The Honest Portfolio: What I Learned from My Abandoned Projects",
      "summary": "A post-mortem on two side projects I shipped halfway and walked away from. Sharing the lessons publicly because everyone has them and nobody writes about them.",
      "date_published": "2026-02-14T00:00:00.000Z",
      "tags": [
        "portfolio",
        "meta",
        "post-mortem"
      ],
      "authors": [
        {
          "name": "Your Name"
        }
      ]
    },
    {
      "id": "https://example.com/articles/postgres-debugging",
      "url": "https://example.com/articles/postgres-debugging",
      "title": "Postgres Slow-Query Debugging: A Field Guide",
      "summary": "The set of commands and patterns I reach for when a Postgres query has gone bad in production. Most of this is not in the official docs.",
      "date_published": "2026-01-30T00:00:00.000Z",
      "tags": [
        "postgres",
        "reliability",
        "backend"
      ],
      "authors": [
        {
          "name": "Your Name"
        }
      ]
    },
    {
      "id": "https://example.com/articles/welcome-to-neofolio",
      "url": "https://example.com/articles/welcome-to-neofolio",
      "title": "Welcome to Neofolio",
      "summary": "An opinionated, AI-readable portfolio template for developers. Why it exists and how to use it.",
      "date_published": "2026-01-15T00:00:00.000Z",
      "tags": [
        "meta",
        "announcement"
      ],
      "authors": [
        {
          "name": "Your Name"
        }
      ]
    }
  ]
}