{"id":1160,"date":"2025-10-05T14:22:37","date_gmt":"2025-10-05T21:22:37","guid":{"rendered":"https:\/\/brianbaker.net\/blog\/?p=1160"},"modified":"2025-10-05T14:22:38","modified_gmt":"2025-10-05T21:22:38","slug":"vintage-thred-the-blog","status":"publish","type":"post","link":"https:\/\/brianbaker.net\/blog\/2025\/10\/05\/vintage-thred-the-blog\/","title":{"rendered":"Vintage Thred the blog"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"utf-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width,initial-scale=1\" \/>\n  <title>Vintage Thred \u2014 AI Newsletter Gallery<\/title>\n  <meta name=\"description\" content=\"A living gallery of HTML newsletters generated by custom GPT tools.\" \/>\n  <style>\n    \/* ===== Base \/ Tokens ===== *\/\n    :root{\n      --bg:#0e0f12;\n      --card:#151821;\n      --muted:#9aa3b2;\n      --text:#f5f7fb;\n      --accent:#7c5cff; \/* tweak to your brand later *\/\n      --accent-2:#21e6b6;\n      --ring:rgba(124,92,255,.35);\n      --radius:18px;\n      --gap:24px;\n      --shadow:0 10px 30px rgba(0,0,0,.25);\n      --max:1200px;\n    }\n    *{box-sizing:border-box}\n    html,body{height:100%}\n    body{\n      margin:0;\n      font:16px\/1.55 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;\n      background: radial-gradient(1200px 800px at 10% -10%, rgba(124,92,255,.12), transparent 60%),\n                  radial-gradient(1200px 800px at 90% 0%, rgba(33,230,182,.10), transparent 60%), var(--bg);\n      color:var(--text);\n      -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale;\n    }\n    a{color:inherit;text-decoration:none}\n    img{max-width:100%;display:block;border-radius:12px}\n    .container{max-width:var(--max);margin:0 auto;padding:32px 20px}\n    .chip{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.08);border-radius:999px;padding:6px 12px;color:var(--muted);background:rgba(255,255,255,.02)}\n    .btn{display:inline-block;padding:12px 18px;border-radius:12px;font-weight:600}\n    .btn-primary{background:linear-gradient(90deg,var(--accent),var(--accent-2));color:#0b0c10;box-shadow:0 6px 20px var(--ring)}\n    .btn-ghost{border:1px solid rgba(255,255,255,.16);color:var(--text);background:transparent}\n    .section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin:0 0 14px}\n    .section-title h2{margin:0;font-size:clamp(20px,2vw,26px)}\n    .section-title a{color:var(--muted);font-size:14px}\n    .grid{display:grid;gap:var(--gap)}\n    .grid.cards{grid-template-columns:repeat(12,1fr)}\n    .card{\n      background:linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01));\n      border:1px solid rgba(255,255,255,.08);\n      border-radius:var(--radius);\n      padding:14px; box-shadow:var(--shadow);\n      transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;\n    }\n    .card:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(0,0,0,.35);border-color:rgba(255,255,255,.16)}\n    .card .meta{display:flex;gap:10px;align-items:center;color:var(--muted);font-size:12px;margin-top:10px}\n    .card .title{font-size:18px;margin:10px 0 6px;line-height:1.35}\n    .card .excerpt{color:#cfd5e1;font-size:14px}\n    .row-4 > *{grid-column:span 3}\n    .row-3 > *{grid-column:span 4}\n    @media (max-width:980px){\n      .row-4 > *{grid-column:span 6}\n      .row-3 > *{grid-column:span 6}\n    }\n    @media (max-width:640px){\n      .row-4 > *,.row-3 > *{grid-column:1\/-1}\n      .container{padding:28px 16px}\n    }\n    .pill{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;font-size:12px;background:rgba(124,92,255,.14);border:1px solid rgba(124,92,255,.35);color:#dcd7ff}\n    .sub{color:var(--muted)}\n    .header{position:sticky;top:0;z-index:50;background:rgba(14,15,18,.65);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.08)}\n    .nav{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 20px;max-width:var(--max);margin:0 auto}\n    .brand{display:flex;align-items:center;gap:10px;font-weight:800;letter-spacing:.3px}\n    .brand .dot{width:10px;height:10px;border-radius:999px;background:linear-gradient(90deg,var(--accent),var(--accent-2))}\n    .nav a{color:#eaf0ff}\n    .nav .links{display:flex;gap:18px;align-items:center}\n    .hero{padding:42px 0}\n    .hero .lead{font-size:clamp(28px,4vw,44px);font-weight:900;line-height:1.05;margin:6px 0}\n    .hero p{max-width:760px}\n    .hero .actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px}\n    .feature{\n      display:grid;grid-template-columns:1.3fr 1fr;gap:var(--gap);\n      background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,0));\n      border:1px solid rgba(255,255,255,.10);padding:18px;border-radius:var(--radius)\n    }\n    @media (max-width:900px){.feature{grid-template-columns:1fr}}\n    .feature .cover{border-radius:14px;overflow:hidden}\n    .filters{display:flex;flex-wrap:wrap;gap:10px}\n    .subscribe{\n      background:linear-gradient(180deg, rgba(33,230,182,.08), rgba(124,92,255,.08));\n      border:1px solid rgba(255,255,255,.12);border-radius:var(--radius);padding:24px\n    }\n    .subscribe form{display:flex;gap:10px;flex-wrap:wrap}\n    .subscribe input[type=\"email\"]{\n      flex:1 1 280px;border-radius:12px;border:1px solid rgba(255,255,255,.18);\n      background:#0d0f14;color:#e9efff;padding:12px 14px;outline:none\n    }\n    footer{color:var(--muted);padding:30px 0;border-top:1px solid rgba(255,255,255,.08)}\n  <\/style>\n<\/head>\n<body>\n\n  <!-- =========================================================\n       SECTION: Header \/ Global Nav (COPY FROM HERE)\n       ========================================================= -->\n  <header class=\"header\" role=\"banner\">\n    <div class=\"nav\" aria-label=\"Primary\">\n      <a class=\"brand\" href=\"\/\">\n        <span class=\"dot\" aria-hidden=\"true\"><\/span>\n        <span>Vintage Thred<\/span>\n      <\/a>\n      <nav class=\"links\" role=\"navigation\">\n        <a href=\"#categories\">Categories<\/a>\n        <a href=\"#all-issues\">All Issues<\/a>\n        <a href=\"#subscribe\">Subscribe<\/a>\n        <a class=\"pill\" href=\"#about\">About<\/a>\n      <\/nav>\n    <\/div>\n  <\/header>\n  <!-- =========================================================\n       END SECTION: Header \/ Global Nav\n       ========================================================= -->\n\n  <main id=\"main\">\n\n    <!-- =========================================================\n         SECTION: Hero (COPY)\n         ========================================================= -->\n    <section class=\"hero\">\n      <div class=\"container\">\n        <div class=\"chip\">AI-Made Newsletter Gallery<\/div>\n        <h1 class=\"lead\">Publish your <span style=\"background:linear-gradient(90deg,var(--accent),var(--accent-2));-webkit-background-clip:text;background-clip:text;color:transparent\">GPT-generated HTML newsletters<\/span> in beautiful, browsable series.<\/h1>\n        <p class=\"sub\">Each category below is powered by a different GPT\u2014Bible Storyteller, History Dispatcher, Hobby Explorer, Postal Pulse, and more. Click any issue to read the full HTML version exactly as it appears in email.<\/p>\n        <div class=\"actions\">\n          <a class=\"btn btn-primary\" href=\"#featured\">Read the Featured Issue<\/a>\n          <a class=\"btn btn-ghost\" href=\"#categories\">Browse by Category<\/a>\n        <\/div>\n      <\/div>\n    <\/section>\n    <!-- =========================================================\n         END SECTION: Hero\n         ========================================================= -->\n\n    <!-- =========================================================\n         SECTION: Featured Issue (COPY)\n         ========================================================= -->\n    <section id=\"featured\" class=\"container\">\n      <div class=\"section-title\">\n        <h2>Featured Issue<\/h2>\n        <a href=\"#all-issues\" aria-label=\"View all issues\">View all \u2192<\/a>\n      <\/div>\n\n      <article class=\"feature\">\n        <div class=\"cover\">\n          <img decoding=\"async\" src=\"https:\/\/via.placeholder.com\/1200x700.png?text=Featured+Issue+Cover\" alt=\"Cover image for the featured newsletter issue\">\n        <\/div>\n        <div>\n          <div class=\"filters\" style=\"margin-bottom:10px;\">\n            <span class=\"chip\">Bible Storyteller<\/span>\n            <span class=\"chip\">Devotional<\/span>\n            <span class=\"chip\">~6 min read<\/span>\n          <\/div>\n          <h3 style=\"margin:6px 0 8px;font-size:28px\">Genesis, Re-told: A Narrative Walk Through Creation<\/h3>\n          <p class=\"sub\" style=\"max-width:60ch\">An immersive, fully-styled devotional newsletter generated by the Bible Storyteller GPT\u2014complete with inline art, section anchors, and a plain-text fallback.<\/p>\n          <div class=\"actions\" style=\"margin-top:14px\">\n            <a class=\"btn btn-primary\" href=\"\/bible-storyteller\/genesis-retold\">Read Now<\/a>\n            <a class=\"btn btn-ghost\" href=\"\/category\/bible-storyteller\">More from this series<\/a>\n          <\/div>\n        <\/div>\n      <\/article>\n    <\/section>\n    <!-- =========================================================\n         END SECTION: Featured Issue\n         ========================================================= -->\n\n    <!-- =========================================================\n         SECTION: Category Row \u2014 Bible Storyteller (COPY)\n         ========================================================= -->\n    <section id=\"categories\" class=\"container\" aria-labelledby=\"cat-bible\">\n      <div class=\"section-title\">\n        <h2 id=\"cat-bible\">Bible Storyteller<\/h2>\n        <a href=\"\/category\/bible-storyteller\">View all \u2192<\/a>\n      <\/div>\n\n      <div class=\"grid cards row-4\">\n        <!-- Card 1 -->\n        <a class=\"card\" href=\"\/bible-storyteller\/genesis-retold\">\n          <img decoding=\"async\" src=\"https:\/\/via.placeholder.com\/800x480.png?text=Genesis+Issue\" alt=\"Cover for Genesis issue\">\n          <div class=\"title\">Genesis, Re-told: A Narrative Walk<\/div>\n          <div class=\"excerpt\">Creation in seven scenes with reflections, prayers, and artwork.<\/div>\n          <div class=\"meta\"><span>Sep 20, 2025<\/span> \u00b7 <span>6 min<\/span><\/div>\n        <\/a>\n\n        <!-- Card 2 -->\n        <a class=\"card\" href=\"\/bible-storyteller\/exodus-pilgrimage\">\n          <img decoding=\"async\" src=\"https:\/\/via.placeholder.com\/800x480.png?text=Exodus+Issue\" alt=\"Cover for Exodus issue\">\n          <div class=\"title\">Exodus: The Pilgrimage of Promise<\/div>\n          <div class=\"excerpt\">Wilderness lessons for modern detours and delays.<\/div>\n          <div class=\"meta\"><span>Sep 12, 2025<\/span> \u00b7 <span>7 min<\/span><\/div>\n        <\/a>\n\n        <!-- Card 3 -->\n        <a class=\"card\" href=\"\/bible-storyteller\/psalms-night-watch\">\n          <img decoding=\"async\" src=\"https:\/\/via.placeholder.com\/800x480.png?text=Psalms+Issue\" alt=\"Cover for Psalms issue\">\n          <div class=\"title\">Psalms for the Night Watch<\/div>\n          <div class=\"excerpt\">Three mini-liturgies for late-hour rest and resilience.<\/div>\n          <div class=\"meta\"><span>Aug 29, 2025<\/span> \u00b7 <span>5 min<\/span><\/div>\n        <\/a>\n\n        <!-- Card 4 -->\n        <a class=\"card\" href=\"\/bible-storyteller\/beatitudes-blueprint\">\n          <img decoding=\"async\" src=\"https:\/\/via.placeholder.com\/800x480.png?text=Beatitudes+Issue\" alt=\"Cover for Beatitudes issue\">\n          <div class=\"title\">The Beatitudes Blueprint<\/div>\n          <div class=\"excerpt\">A builder\u2019s guide to blessing in everyday work.<\/div>\n          <div class=\"meta\"><span>Aug 15, 2025<\/span> \u00b7 <span>6 min<\/span><\/div>\n        <\/a>\n      <\/div>\n    <\/section>\n    <!-- =========================================================\n         END SECTION: Category Row \u2014 Bible Storyteller\n         ========================================================= -->\n\n    <!-- =========================================================\n         SECTION: Category Row \u2014 History Dispatcher (COPY)\n         ========================================================= -->\n    <section class=\"container\" aria-labelledby=\"cat-history\">\n      <div class=\"section-title\">\n        <h2 id=\"cat-history\">History Dispatcher<\/h2>\n        <a href=\"\/category\/history-dispatcher\">View all \u2192<\/a>\n      <\/div>\n\n      <div class=\"grid cards row-4\">\n        <a class=\"card\" href=\"\/history-dispatcher\/silk-road\">\n          <img decoding=\"async\" src=\"https:\/\/via.placeholder.com\/800x480.png?text=Silk+Road\" alt=\"Cover for Silk Road dispatch\">\n          <div class=\"title\">Signals from the Silk Road<\/div>\n          <div class=\"excerpt\">Trade winds, tea, and the birth of globalization.<\/div>\n          <div class=\"meta\"><span>Sep 27, 2025<\/span> \u00b7 <span>6 min<\/span><\/div>\n        <\/a>\n        <a class=\"card\" href=\"\/history-dispatcher\/printing-press\">\n          <img decoding=\"async\" src=\"https:\/\/via.placeholder.com\/800x480.png?text=Printing+Press\" alt=\"Cover for Printing Press dispatch\">\n          <div class=\"title\">The Press that Rewired Minds<\/div>\n          <div class=\"excerpt\">Gutenberg\u2019s lessons for content creators today.<\/div>\n          <div class=\"meta\"><span>Sep 06, 2025<\/span> \u00b7 <span>5 min<\/span><\/div>\n        <\/a>\n        <a class=\"card\" href=\"\/history-dispatcher\/transcontinental\">\n          <img decoding=\"async\" src=\"https:\/\/via.placeholder.com\/800x480.png?text=Rail+Lines\" alt=\"Cover for Transcontinental railroad\">\n          <div class=\"title\">When the Rails Met the Sea<\/div>\n          <div class=\"excerpt\">How logistics changed the shape of nations.<\/div>\n          <div class=\"meta\"><span>Aug 23, 2025<\/span> \u00b7 <span>7 min<\/span><\/div>\n        <\/a>\n        <a class=\"card\" href=\"\/history-dispatcher\/roman-post\">\n          <img decoding=\"async\" src=\"https:\/\/via.placeholder.com\/800x480.png?text=Cursus+Publicus\" alt=\"Cover for Roman post\">\n          <div class=\"title\">Rome\u2019s Postal Playbook<\/div>\n          <div class=\"excerpt\">Ancient SLAs and why they still work.<\/div>\n          <div class=\"meta\"><span>Aug 02, 2025<\/span> \u00b7 <span>5 min<\/span><\/div>\n        <\/a>\n      <\/div>\n    <\/section>\n    <!-- =========================================================\n         END SECTION: Category Row \u2014 History Dispatcher\n         ========================================================= -->\n\n    <!-- =========================================================\n         SECTION: Category Row \u2014 Hobby Explorer (COPY)\n         ========================================================= -->\n    <section class=\"container\" aria-labelledby=\"cat-hobby\">\n      <div class=\"section-title\">\n        <h2 id=\"cat-hobby\">Hobby Explorer<\/h2>\n        <a href=\"\/category\/hobby-explorer\">View all \u2192<\/a>\n      <\/div>\n\n      <div class=\"grid cards row-4\">\n        <a class=\"card\" href=\"\/hobby-explorer\/whale-watching-pacifica\">\n          <img decoding=\"async\" src=\"https:\/\/via.placeholder.com\/800x480.png?text=Whale+Watching\" alt=\"Cover for Whale Watching in Pacifica\">\n          <div class=\"title\">Whale Watching in Pacifica<\/div>\n          <div class=\"excerpt\">Best seasons, local guides, and shore spots.<\/div>\n          <div class=\"meta\"><span>Sep 18, 2025<\/span> \u00b7 <span>4 min<\/span><\/div>\n        <\/a>\n        <a class=\"card\" href=\"\/hobby-explorer\/urban-foraging\">\n          <img decoding=\"async\" src=\"https:\/\/via.placeholder.com\/800x480.png?text=Urban+Foraging\" alt=\"Cover for Urban Foraging\">\n          <div class=\"title\">Urban Foraging 101<\/div>\n          <div class=\"excerpt\">Safety, maps, and starter recipes.<\/div>\n          <div class=\"meta\"><span>Sep 01, 2025<\/span> \u00b7 <span>6 min<\/span><\/div>\n        <\/a>\n        <a class=\"card\" href=\"\/hobby-explorer\/film-photography\">\n          <img decoding=\"async\" src=\"https:\/\/via.placeholder.com\/800x480.png?text=Film+Photography\" alt=\"Cover for Film Photography\">\n          <div class=\"title\">Film Photography Comeback<\/div>\n          <div class=\"excerpt\">Budget gear and lab workflows.<\/div>\n          <div class=\"meta\"><span>Aug 21, 2025<\/span> \u00b7 <span>5 min<\/span><\/div>\n        <\/a>\n        <a class=\"card\" href=\"\/hobby-explorer\/sourdough-science\">\n          <img decoding=\"async\" src=\"https:\/\/via.placeholder.com\/800x480.png?text=Sourdough\" alt=\"Cover for Sourdough Science\">\n          <div class=\"title\">Sourdough: The Science<\/div>\n          <div class=\"excerpt\">Starter health, hydration, and crumb.<\/div>\n          <div class=\"meta\"><span>Aug 09, 2025<\/span> \u00b7 <span>6 min<\/span><\/div>\n        <\/a>\n      <\/div>\n    <\/section>\n    <!-- =========================================================\n         END SECTION: Category Row \u2014 Hobby Explorer\n         ========================================================= -->\n\n    <!-- =========================================================\n         SECTION: Category Row \u2014 Postal Pulse (COPY)\n         ========================================================= -->\n    <section class=\"container\" aria-labelledby=\"cat-postal\">\n      <div class=\"section-title\">\n        <h2 id=\"cat-postal\">Postal Pulse<\/h2>\n        <a href=\"\/category\/postal-pulse\">View all \u2192<\/a>\n      <\/div>\n\n      <div class=\"grid cards row-3\">\n        <a class=\"card\" href=\"\/postal-pulse\/peak-planning\">\n          <img decoding=\"async\" src=\"https:\/\/via.placeholder.com\/800x480.png?text=Peak+Planning\" alt=\"Cover for Peak Planning\">\n          <div class=\"title\">Peak Season Playbook<\/div>\n          <div class=\"excerpt\">Network capacity, SLAs, and contingency paths.<\/div>\n          <div class=\"meta\"><span>Sep 26, 2025<\/span> \u00b7 <span>5 min<\/span><\/div>\n        <\/a>\n        <a class=\"card\" href=\"\/postal-pulse\/rate-strategy\">\n          <img decoding=\"async\" src=\"https:\/\/via.placeholder.com\/800x480.png?text=Rate+Strategy\" alt=\"Cover for Rate Strategy\">\n          <div class=\"title\">Rates &#038; Retention<\/div>\n          <div class=\"excerpt\">How to steer contracts through change.<\/div>\n          <div class=\"meta\"><span>Sep 10, 2025<\/span> \u00b7 <span>6 min<\/span><\/div>\n        <\/a>\n        <a class=\"card\" href=\"\/postal-pulse\/returns-rewired\">\n          <img decoding=\"async\" src=\"https:\/\/via.placeholder.com\/800x480.png?text=Returns\" alt=\"Cover for Returns\">\n          <div class=\"title\">Returns, Rewired<\/div>\n          <div class=\"excerpt\">Frictionless CX for DTC and marketplaces.<\/div>\n          <div class=\"meta\"><span>Aug 28, 2025<\/span> \u00b7 <span>5 min<\/span><\/div>\n        <\/a>\n      <\/div>\n    <\/section>\n    <!-- =========================================================\n         END SECTION: Category Row \u2014 Postal Pulse\n         ========================================================= -->\n\n    <!-- =========================================================\n         SECTION: Explore \/ Filters (COPY)\n         ========================================================= -->\n    <section id=\"all-issues\" class=\"container\">\n      <div class=\"section-title\">\n        <h2>Explore Everything<\/h2>\n        <a href=\"\/issues\">See full index \u2192<\/a>\n      <\/div>\n\n      <div class=\"filters\" style=\"margin-bottom:16px\">\n        <span class=\"chip\">All<\/span>\n        <span class=\"chip\">Devotional<\/span>\n        <span class=\"chip\">History<\/span>\n        <span class=\"chip\">Hobbies<\/span>\n        <span class=\"chip\">USPS<\/span>\n        <span class=\"chip\">Fremont, CA<\/span>\n        <span class=\"chip\">Pop Culture<\/span>\n      <\/div>\n\n      <div class=\"subscribe\" id=\"subscribe\">\n        <h3 style=\"margin:0 0 6px\">Subscribe for New Issues<\/h3>\n        <p class=\"sub\" style=\"margin:0 0 14px;max-width:62ch\">Get the latest GPT-generated newsletters delivered to your inbox. Choose \u201cglobal\u201d or subscribe per category on each series page.<\/p>\n        <form action=\"#\" method=\"post\" aria-label=\"Subscribe form\">\n          <input type=\"email\" name=\"email\" placeholder=\"you@example.com\" aria-label=\"Email address\" required>\n          <button class=\"btn btn-primary\" type=\"submit\">Subscribe<\/button>\n          <a class=\"btn btn-ghost\" href=\"\/rss.xml\" aria-label=\"Open global RSS feed\">RSS<\/a>\n        <\/form>\n      <\/div>\n    <\/section>\n    <!-- =========================================================\n         END SECTION: Explore \/ Filters\n         ========================================================= -->\n\n    <!-- =========================================================\n         SECTION: About \/ Colophon (COPY)\n         ========================================================= -->\n    <section id=\"about\" class=\"container\">\n      <div class=\"section-title\">\n        <h2>About Vintage Thred<\/h2>\n        <a href=\"\/colophon\">Colophon \u2192<\/a>\n      <\/div>\n      <div class=\"grid\" style=\"grid-template-columns:2fr 1fr;gap:var(--gap)\">\n        <div class=\"card\">\n          <p class=\"sub\" style=\"margin:0\">\n            Vintage Thred is a home for AI-made newsletters\u2014fully styled HTML issues generated by custom GPT tools.\n            Posts are grouped into series (categories) so you can binge your favorites or subscribe to a single feed.\n            Everything here aims to be fast, accessible, and faithful to the original email design.\n          <\/p>\n        <\/div>\n        <div class=\"card\">\n          <ul style=\"list-style:none;padding:0;margin:0;color:#cfd5e1\">\n            <li>\u2022 Fast, static-friendly layout<\/li>\n            <li>\u2022 Category RSS feeds<\/li>\n            <li>\u2022 Plain-text fallbacks<\/li>\n            <li>\u2022 Copy-paste friendly sections<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n    <\/section>\n    <!-- =========================================================\n         END SECTION: About \/ Colophon\n         ========================================================= -->\n\n  <\/main>\n\n  <!-- =========================================================\n       SECTION: Footer (COPY)\n       ========================================================= -->\n  <footer role=\"contentinfo\">\n    <div class=\"container\">\n      <div class=\"grid\" style=\"grid-template-columns:2fr 1fr 1fr;gap:var(--gap)\">\n        <div>\n          <div class=\"brand\" style=\"margin-bottom:10px\">\n            <span class=\"dot\" aria-hidden=\"true\"><\/span><span>Vintage Thred<\/span>\n          <\/div>\n          <div class=\"sub\">\u00a9 <span id=\"y\"><\/span> Vintage Thred. All rights reserved.<\/div>\n        <\/div>\n        <div>\n          <div class=\"sub\" style=\"margin-bottom:8px\">Categories<\/div>\n          <nav class=\"links\" aria-label=\"Footer categories\" style=\"display:flex;flex-direction:column;gap:8px\">\n            <a href=\"\/category\/bible-storyteller\">Bible Storyteller<\/a>\n            <a href=\"\/category\/history-dispatcher\">History Dispatcher<\/a>\n            <a href=\"\/category\/hobby-explorer\">Hobby Explorer<\/a>\n            <a href=\"\/category\/postal-pulse\">Postal Pulse<\/a>\n          <\/nav>\n        <\/div>\n        <div>\n          <div class=\"sub\" style=\"margin-bottom:8px\">Follow<\/div>\n          <nav class=\"links\" aria-label=\"Footer links\" style=\"display:flex;flex-direction:column;gap:8px\">\n            <a href=\"\/rss.xml\">Global RSS<\/a>\n            <a href=\"\/contact\">Contact<\/a>\n            <a href=\"\/privacy\">Privacy<\/a>\n          <\/nav>\n        <\/div>\n      <\/div>\n    <\/div>\n    <script>document.getElementById('y').textContent = new Date().getFullYear()<\/script>\n  <\/footer>\n  <!-- =========================================================\n       END SECTION: Footer\n       ========================================================= -->\n\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>Vintage Thred \u2014 AI Newsletter Gallery Vintage Thred Categories All Issues Subscribe About AI-Made Newsletter Gallery Publish your GPT-generated HTML newsletters in beautiful, browsable series. Each category below is powered by a different GPT\u2014Bible Storyteller, History Dispatcher, Hobby Explorer, Postal Pulse, and more. Click any issue to read the full HTML version exactly as it [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"nf_dc_page":"","footnotes":""},"categories":[1],"tags":[],"class_list":["post-1160","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/brianbaker.net\/blog\/wp-json\/wp\/v2\/posts\/1160","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/brianbaker.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/brianbaker.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/brianbaker.net\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/brianbaker.net\/blog\/wp-json\/wp\/v2\/comments?post=1160"}],"version-history":[{"count":1,"href":"https:\/\/brianbaker.net\/blog\/wp-json\/wp\/v2\/posts\/1160\/revisions"}],"predecessor-version":[{"id":1161,"href":"https:\/\/brianbaker.net\/blog\/wp-json\/wp\/v2\/posts\/1160\/revisions\/1161"}],"wp:attachment":[{"href":"https:\/\/brianbaker.net\/blog\/wp-json\/wp\/v2\/media?parent=1160"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/brianbaker.net\/blog\/wp-json\/wp\/v2\/categories?post=1160"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/brianbaker.net\/blog\/wp-json\/wp\/v2\/tags?post=1160"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}