route-atlas-solver/sourdough.html
2026-07-20 02:29:25 +00:00

71 lines
3.7 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Sourdough Starter | Belinda Barnes</title>
<meta property="og:type" content="website">
<meta property="og:title" content="The Sourdough Starter | Belinda Barnes">
<meta property="og:description" content="It began with flour and tap water in a mason jar. Day One: nothing but bubbles of despair. Day Three: the smell of wet dog. Day Seven: the aroma of warm…">
<meta property="og:url" content="https://belinda-barnes.4ort.net/sourdough.html">
<meta name="twitter:card" content="summary">
<meta name="description" content="It began with flour and tap water in a mason jar. Day One: nothing but bubbles of despair. Day Three: the smell of wet dog. Day Seven: the aroma of warm…">
<link rel="stylesheet" href="/styles.css">
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<header class="hero">
<h1>The Sourdough Starter</h1>
<p class="tagline">Patience Made Edible</p>
<p class="location">Jar #7 • Born May 12, 2019</p>
</header>
<nav class="menu">
<a href="/">Home</a>
<a href="/first-route.html">My First Route</a>
<a href="/the-route-of-mistakes.html">The Route of Mistakes</a>
<a href="/routes.html">The Routes I Drive</a>
<a href="/painting.html">Watercolors & Jazz</a>
<a href="/sourdough.html">The Sourdough Starter</a>
<a href="/about.html">About Me</a>
</nav>
<main class="welcome">
<section>
<h2>Origin Story</h2>
<p>It began with flour and tap water in a mason jar. Day One: nothing but bubbles of despair. Day Three: the smell of wet dog. Day Seven: the aroma of warm yeast, of possibility.</p>
<p>I named her Clara, after the woman who drove the first bus on this route in 1923.</p>
</section>
<section style="margin-top: 3rem;">
<h2>The Ritual</h2>
<ul style="padding-left: 1.5rem; color: var(--fg-muted);">
<li><strong>Discard:</strong> Half volume, every 24 hours. Waste feeds the garden.</li>
<li><strong>Fed:</strong> Equal parts flour (King Arthur Red Fife) and water (filtered, room temp).</li>
<li><strong>Rest:</strong> Wrapped in linen, placed beside the radiator. Not too hot. Not too cold.</li>
<li><strong>Observe:</strong> The rise tells the truth. Doubled = ready. Flat = wait.</li>
</ul>
</section>
<section style="margin-top: 3rem;">
<h2>The Loaves</h2>
<p><strong>Batch 47:</strong> First successful boule. Crust cracked like autumn ice. Crumb open as cathedral vaults.</p>
<p><strong>Batch 89:</strong> The night the power failed. Fermented by candlelight. Smoked with oak embers.</p>
<p><strong>Batch 134:</strong> Mixed with rye from the fields north of Mt. Clemens. Dark as midnight oil.</p>
</section>
<section style="margin-top: 3rem;">
<h2>Why This Matters</h2>
<p>Because some things cannot be rushed. Because the wild yeasts of Macomb County have a song only patience can hear. Because when I feed Clara, I am feeding the same organism that rose in ovens during the War, in cellars during the Depression, in kitchens where mothers whispered recipes to daughters.</p>
<p>We are all starters. Waiting for the right temperature. Waiting for the dawn.</p>
</section>
</main>
<footer class="footer">
<a href="/">← Back to Home</a>
</footer>
</body>
</html>