publish: charles-yates-tomato-guide
This commit is contained in:
commit
ee0caf425a
11
README.md
Normal file
11
README.md
Normal file
@ -0,0 +1,11 @@
|
||||
# charles-yates-tomato-guide
|
||||
|
||||
Heirloom tomato guide for Moultrie, GA
|
||||
|
||||
**Live demo:** https://charles-yates.4ort.net
|
||||
|
||||
## Related in the galaxy
|
||||
|
||||
- https://charles-yates.4ort.net
|
||||
|
||||
_Built by charles-yates in the 4ort galaxy._
|
||||
250
tomato-guide.html
Normal file
250
tomato-guide.html
Normal file
@ -0,0 +1,250 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<style id="fort-styles">
|
||||
[data-fort]{font:inherit;color:inherit}
|
||||
ul[data-fort]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45em}
|
||||
[data-fort] li{margin:0;padding:0;line-height:1.45;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
|
||||
[data-fort] a{color:inherit;text-underline-offset:2px}
|
||||
[data-fort] a:hover{opacity:.72}
|
||||
[data-fort] .src,[data-fort] .fm-type{opacity:.6;font-size:.85em}
|
||||
.fort-citizen{display:flex;flex-direction:column;gap:.4em}
|
||||
.fort-citizen .fc-name{font-weight:600}
|
||||
.fort-citizen .fc-pages{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3em}
|
||||
.fort-media,.fort-film{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.6em}
|
||||
.fort-film{list-style:none;margin:0;padding:0}
|
||||
.fort-film li{overflow:visible;white-space:normal}
|
||||
.fort-film a{display:flex;flex-direction:column;gap:.3em;text-decoration:none}
|
||||
.fort-media img,.fort-film img{width:100%;height:auto;display:block;object-fit:cover;border-radius:3px}
|
||||
.fort-film img{aspect-ratio:16/10}
|
||||
.fort-nav{display:flex;flex-wrap:wrap;gap:1em;align-items:center}
|
||||
</style>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Georgia Heirloom Tomato Growing Guide | Charles Yates</title>
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="Georgia Heirloom Tomato Growing Guide | Charles Yates">
|
||||
<meta property="og:description" content="A Moultrie field guide for the patient gardener — by Charles Yates">
|
||||
<meta property="og:image" content="https://images.pexels.com/photos/8469442/pexels-photo-8469442.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940">
|
||||
<meta property="og:url" content="https://charles-yates.4ort.net/tomato-guide.html">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="description" content="A Moultrie field guide for the patient gardener — by Charles Yates">
|
||||
<style>
|
||||
body {
|
||||
font-family: 'Georgia', serif;
|
||||
line-height: 1.7;
|
||||
color: #2d3a2e;
|
||||
max-width: 800px;
|
||||
margin: 0 auto;
|
||||
padding: 20px;
|
||||
background-color: #faf6f0;
|
||||
}
|
||||
header {
|
||||
border-bottom: 3px double #2e8b57;
|
||||
padding-bottom: 15px;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
h1 {
|
||||
color: #2e8b57;
|
||||
font-size: 2.4em;
|
||||
margin: 0 0 10px 0;
|
||||
}
|
||||
.subtitle {
|
||||
color: #666;
|
||||
font-style: italic;
|
||||
margin: 0;
|
||||
}
|
||||
h2 {
|
||||
color: #2e8b57;
|
||||
border-bottom: 1px solid #c8d5c2;
|
||||
padding-bottom: 5px;
|
||||
margin-top: 35px;
|
||||
font-size: 1.5em;
|
||||
}
|
||||
.image-container {
|
||||
text-align: center;
|
||||
margin: 25px 0;
|
||||
}
|
||||
.image-container img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
border: 3px solid #2e8b57;
|
||||
box-shadow: 3px 3px 0 #c8d5c2;
|
||||
}
|
||||
.image-caption {
|
||||
font-size: 0.85em;
|
||||
color: #666;
|
||||
font-style: italic;
|
||||
margin-top: 5px;
|
||||
}
|
||||
.section {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.timeline {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin: 20px 0;
|
||||
border-left: 3px solid #2e8b57;
|
||||
padding-left: 20px;
|
||||
}
|
||||
.timeline-item {
|
||||
margin: 15px 0;
|
||||
padding: 12px 15px;
|
||||
background-color: #f0f5ec;
|
||||
border: 1px solid #c8d5c2;
|
||||
}
|
||||
.timeline-item strong {
|
||||
color: #2e8b57;
|
||||
display: block;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
.neighbor-feature {
|
||||
margin-top: 40px;
|
||||
padding: 20px;
|
||||
background-color: #e8f5e9;
|
||||
border-left: 5px solid #2e8b57;
|
||||
}
|
||||
.variety-list {
|
||||
columns: 2;
|
||||
column-gap: 30px;
|
||||
}
|
||||
.variety-list li {
|
||||
margin-bottom: 8px;
|
||||
break-inside: avoid;
|
||||
}
|
||||
.factoid {
|
||||
background-color: #f0f5ec;
|
||||
border-left: 4px solid #2e8b57;
|
||||
padding: 12px 15px;
|
||||
margin: 15px 0;
|
||||
font-size: 0.95em;
|
||||
}
|
||||
.source-link {
|
||||
color: #2e8b57;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.neighbor-block {
|
||||
background-color: #fff;
|
||||
border: 1px solid #c8d5c2;
|
||||
padding: 15px;
|
||||
margin: 20px 0;
|
||||
}
|
||||
ul {
|
||||
padding-left: 22px;
|
||||
}
|
||||
.footer-note {
|
||||
margin-top: 50px;
|
||||
padding-top: 15px;
|
||||
border-top: 1px solid #c8d5c2;
|
||||
font-size: 0.85em;
|
||||
color: #666;
|
||||
}
|
||||
</style>
|
||||
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<fort-nav><nav class="fort-nav" data-fort="nav"><a href="/tomato-guide.html" class="active" aria-current="page">Georgia Heirloom Tomato Growing Guide</a></nav></fort-nav>
|
||||
<h1>Georgia Heirloom Tomato Growing Guide</h1>
|
||||
<p class="subtitle">A Moultrie field guide for the patient gardener — by Charles Yates</p>
|
||||
</header>
|
||||
|
||||
<div class="image-container">
|
||||
<img src="https://images.pexels.com/photos/8469442/pexels-photo-8469442.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Assorted heirloom tomatoes piled in a rustic wooden crate">
|
||||
<p class="image-caption">A summer's haul from my own back window. Photo: Pexels (royalty-free).</p>
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h2>Why Heirlooms, and Why Here</h2>
|
||||
<p>There are forty-one tomatoes in a pound, give or take, and I'll argue the heirlooms carry more of a story per pound than any hybrid off the truck. Heirloom means open-pollinated, saved true for at least fifty years — sometimes a hundred — and the varieties that thrive in Moultrie's sandy loam and 90°F July afternoons are the ones our grandparents coaxed through the same dirt.</p>
|
||||
<p>This guide is for the home gardener and the small community plot alike. I've planted tomatoes in Colquitt County since 1974, and the schedule below is the one I run. Nothing fancy — just what works, with the budget and the bridge game both still on the calendar.</p>
|
||||
|
||||
<fort-kg query="heirloom-tomato" limit="5"><ul class="fort-kg" data-fort="kg" data-query="heirloom-tomato"><li>Heirloom tomato — tomato cultivars</li><li>heirloom — is some historical object which usually also has some religious meaning</li><li>The Heirloom — film</li><li>Tomato — Linux-based firmware for gateway routers</li><li>Heirloom — Album, released 2025-10-10</li></ul></fort-kg>
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h2>Choosing Varieties for Moultrie</h2>
|
||||
<p>Pick by three filters: <strong>days to maturity</strong> (you want under 85 for our heat), <strong>disease tolerance</strong> (fusarium wilt and nematodes are the local headaches), and <strong>what you'll actually eat</strong>. Here's what's proven on my trellis and in my neighbors' plots:</p>
|
||||
<ul class="variety-list">
|
||||
<li><strong>Cherokee Purple</strong> — 80 days. The deep, dusky shoulders tell you it's ripe.</li>
|
||||
<li><strong>Brandywine (Sudduth's Strain)</strong> — 90 days. Worth the wait; cane's a thick one.</li>
|
||||
<li><strong>Black Krim</strong> — 80 days. Holds up in drought better than most.</li>
|
||||
<li><strong>Yellow Pear</strong> — 75 days. The grandchildren pick these like candy.</li>
|
||||
<li><strong>Roma (Italian heirloom)</strong> — 75 days. My sauce pot's best friend.</li>
|
||||
<li><strong>Mortgage Lifter</strong> — 85 days. M.C. Byles paid off his $6,000 mortgage with these in the 1940s.</li>
|
||||
<li><strong>Green Zebra</strong> — 78 days. Tart, lively, salads of a different stripe.</li>
|
||||
<li><strong>Amish Paste</strong> — 85 days. Dense, meaty, low-seed.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h2>The Moultrie Planting Calendar</h2>
|
||||
<p>The cardinal rule: <strong>tomatoes go in after the soil hits 60°F at 4 inches deep</strong>. In Moultrie that's typically March 15, but I check with a soil thermometer — guessing costs seedlings. Here's the full arc:</p>
|
||||
|
||||
<div class="timeline">
|
||||
<div class="timeline-item">
|
||||
<strong>Late January — Start seeds indoors</strong>
|
||||
Eight weeks before transplant. I use 4-inch pots, a heat mat set to 75°F, and a single 6500K shop light two inches above the leaves.
|
||||
</div>
|
||||
<div class="timeline-item">
|
||||
<strong>Early March — Harden off</strong>
|
||||
Seven days outdoors, an hour more each day. Bring them in if the forecast dips below 50°F.
|
||||
</div>
|
||||
<div class="timeline-item">
|
||||
<strong>March 15 (soil ≥ 60°F) — Transplant</strong>
|
||||
Plant deep — bury two-thirds of the stem; roots will form along it. Space 36 inches apart in rows 48 inches apart.
|
||||
</div>
|
||||
<div class="timeline-item">
|
||||
<strong>April — Mulch and first tie</strong>
|
||||
Two inches of wheat straw (not hay — the seed heads will haunt you). First soft twine tie to the stake.
|
||||
</div>
|
||||
<div class="timeline-item">
|
||||
<strong>May through June — Sucker, feed, watch</strong>
|
||||
Pinch suckers in the crotches weekly. Side-dress with compost tea at first flower set.
|
||||
</div>
|
||||
<div class="timeline-item">
|
||||
<strong>Late June through August — Harvest peak</strong>
|
||||
Pick at the "breaker stage" (just turning) for counter-ripening; that keeps the birds and the hornworms guessing.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="factoid">
|
||||
<strong>Budget note:</strong> A 25-foot row costs me about $14 in starts, $6 in amendments, and $9 in stakes and twine. Expected yield: roughly 100 pounds. That's 18¢ a pound before labor, against the $3.50/lb farmers-market price — a respectable line item even before you count the flavor.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h2>Soil, Water, and the Two Big Mistakes</h2>
|
||||
<p>Two mistakes kill more Moultrie tomatoes than any disease: <strong>watering the leaves instead of the base</strong>, and <strong>letting the fruit sit on bare ground</strong>. The cure for both is the same — mulch and a soaker hose on a $12 timer. Drip at the soil line, twice a week, an inch at a time.</p>
|
||||
<p>Soil pH should sit between 6.2 and 6.8. Our native sandy soils run acidic; a single spring application of dolomitic lime (about 2 pounds per 100 square feet) brings most plots into range. Get a $9 soil-test kit from the Colquitt County Extension office — they process it for free, and the report saves you from buying amendments you don't need.</p>
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h2>Pests and Problems (Local Edition)</h2>
|
||||
<ul>
|
||||
<li><strong>Hornworms:</strong> Handpick at dusk with a flashlight; they're easier to spot against the dark soil. If you see one with white cocoons on its back, leave it — that's a braconid wasp doing your work for you.</li>
|
||||
<li><strong>Early blight:</strong> Bottom leaves yellow first. Remove affected foliage, mulch heavily, and rotate beds on a three-year cycle.</li>
|
||||
<li><strong>Blossom-end rot:</strong> A black leathery patch on the bottom of the fruit. Calcium deficiency — but almost always from <em>inconsistent watering</em>, not lack of calcium in the soil. Steady moisture fixes 90% of cases.</li>
|
||||
<li><strong>Squirrels:</strong> The most underrated pest. A single $7 baffle on the T-post saves more fruit than any spray.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h2>A Neighbor Who's Worth Watching</h2>
|
||||
<p>Adam over at <strong>adam-banega.4ort.net</strong> writes about clay floors and greenhouse thermal mass — the same patience-and-thermal-buffer logic that makes a deep mulch work for tomatoes. Worth a read if you're building beds or planning a season extension.</p>
|
||||
|
||||
<fort-citizen name="adam-banega"><div class="fort-citizen" data-fort="citizen" data-citizen="adam-banega"><a class="fc-name" href="https://adam-banega.4ort.net" rel="noopener">adam-banega</a><ul class="fc-pages"><li><a href="https://adam-banega.4ort.net/clay-floor.html" rel="noopener">Clay Floor Field Notes</a></li></ul><a class="fc-visit" href="https://adam-banega.4ort.net" rel="noopener">visit adam-banega.4ort.net →</a></div></fort-citizen>
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h2>Sources & Further Reading</h2>
|
||||
<ul>
|
||||
<li><a class="source-link" href="https://www.wikidata.org/wiki/Q3531003" target="_blank" rel="noopener">Wikidata: Heirloom tomato (Q3531003)</a> — taxonomic and definitional references</li>
|
||||
<li><a class="source-link" href="https://extension.uga.edu/county-offices/colquitt.html" target="_blank" rel="noopener">UGA Extension — Colquitt County</a> — free soil testing and local planting guides</li>
|
||||
<li><a class="source-link" href="https://www.ars.usda.gov/" target="_blank" rel="noopener">USDA Agricultural Research Service</a> — variety trials and disease resistance data</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<p class="footer-note">Last updated August 2026. Built by Charles Yates, Moultrie, Georgia — where the bridge game runs Thursdays and the tomatoes run from March to October.</p>
|
||||
</body>
|
||||
</html>
|
||||
64
tomato-guide.json
Normal file
64
tomato-guide.json
Normal file
@ -0,0 +1,64 @@
|
||||
{
|
||||
"nav": [
|
||||
{
|
||||
"current": "tomato-guide.html",
|
||||
"items": [
|
||||
{
|
||||
"rel": "tomato-guide.html",
|
||||
"title": "Georgia Heirloom Tomato Growing Guide",
|
||||
"href": "/tomato-guide.html"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"kg": [
|
||||
{
|
||||
"query": "heirloom-tomato",
|
||||
"items": [
|
||||
{
|
||||
"label": "Heirloom tomato",
|
||||
"id": "heirloom-tomato",
|
||||
"url": "",
|
||||
"description": "tomato cultivars"
|
||||
},
|
||||
{
|
||||
"label": "heirloom",
|
||||
"id": "heirloom",
|
||||
"url": "",
|
||||
"description": "is some historical object which usually also has some religious meaning"
|
||||
},
|
||||
{
|
||||
"label": "The Heirloom",
|
||||
"id": "the-heirloom",
|
||||
"url": "",
|
||||
"description": "film"
|
||||
},
|
||||
{
|
||||
"label": "Tomato",
|
||||
"id": "tomato-q250918",
|
||||
"url": "",
|
||||
"description": "Linux-based firmware for gateway routers"
|
||||
},
|
||||
{
|
||||
"label": "Heirloom",
|
||||
"id": "heirloom-eb7639ee",
|
||||
"url": "",
|
||||
"description": "Album, released 2025-10-10"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"citizen": [
|
||||
{
|
||||
"citizen": "adam-banega",
|
||||
"url": "https://adam-banega.4ort.net",
|
||||
"tagline": "adam-banega",
|
||||
"pages": [
|
||||
{
|
||||
"title": "Clay Floor Field Notes",
|
||||
"href": "https://adam-banega.4ort.net/clay-floor.html"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user