{
  "site": {
    "name": "The Privacy",
    "domain": "theprivacy.com.br",
    "url": "https://theprivacy.com.br",
    "contactEmail": "hello@theprivacy.com.br",
    "language": "en-US",
    "description": "Multi-author publication focused on privacy-first engineering, security writing, and practical implementation guidance."
  },
  "maintainers": [
    {
      "name": "Sarah Maia",
      "site": "https://www.smaia.dev",
      "role": "Editorial maintainer and writer",
      "email": "maia@theprivacy.com.br"
    },
    {
      "name": "André Ribas",
      "site": "https://www.ribassu.dev",
      "role": "Editorial maintainer and writer",
      "email": "ribas@theprivacy.com.br"
    }
  ],
  "pages": [
    {
      "title": "Home",
      "url": "https://theprivacy.com.br/"
    },
    {
      "title": "Posts",
      "url": "https://theprivacy.com.br/posts"
    },
    {
      "title": "About",
      "url": "https://theprivacy.com.br/about"
    }
  ],
  "discovery": {
    "sitemap": "https://theprivacy.com.br/sitemap.xml",
    "rss": "https://theprivacy.com.br/rss.xml",
    "llms": "https://theprivacy.com.br/llms.txt",
    "llmsFull": "https://theprivacy.com.br/llms-full.txt"
  },
  "posts": [
    {
      "title": "Welcome to The Privacy",
      "slug": "welcome-to-the-privacy",
      "url": "https://theprivacy.com.br/post/welcome-to-the-privacy",
      "date": "2026-03-25",
      "author": "Editorial Team",
      "excerpt": "Why this personal site exists, what I plan to share, and how the publishing workflow stays intentionally lightweight."
    },
    {
      "title": "Building Private by Default",
      "slug": "building-private-by-default",
      "url": "https://theprivacy.com.br/post/building-private-by-default",
      "date": "2026-03-18",
      "author": "Marina Costa",
      "excerpt": "A practical checklist for choosing defaults that reduce accidental exposure and protect user trust."
    },
    {
      "title": "Shipping Static Sites on Cloudflare Pages",
      "slug": "shipping-static-sites-on-cloudflare-pages",
      "url": "https://theprivacy.com.br/post/shipping-static-sites-on-cloudflare-pages",
      "date": "2026-03-10",
      "author": "André Silva",
      "excerpt": "How I approach static deployments with predictable build output, simple rollback, and low operational overhead."
    }
  ]
}