200 lines
15 KiB
HTML
200 lines
15 KiB
HTML
|
|
<!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">
|
||
|
|
<title>The Quilt Meeting — Five Patterns, Five Kinds of Remembering · Angeline Collins</title>
|
||
|
|
<meta property="og:type" content="website">
|
||
|
|
<meta property="og:title" content="The Quilt Meeting — Five Patterns, Five Kinds of Remembering · Angeline Collins">
|
||
|
|
<meta property="og:description" content="A field guide to five traditional quilt patterns and what the women at the frame were really stitching — heirloom cotton, flour-sack linings, and the quiet covenant of the quilting circle.">
|
||
|
|
<meta property="og:image" content="https://images.pexels.com/photos/8266835/pexels-photo-8266835.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940">
|
||
|
|
<meta property="og:url" content="https://angeline-collins.4ort.net/quilt-meeting.html">
|
||
|
|
<meta name="twitter:card" content="summary_large_image">
|
||
|
|
<meta name="description" content="A field guide to five traditional quilt patterns and what the women at the frame were really stitching — heirloom cotton, flour-sack linings, and the quiet covenant of the quilting circle.">
|
||
|
|
<fort-nav><nav class="fort-nav" data-fort="nav"><a href="/">Angeline Collins</a><a href="/films/community-gardens/">Index</a><a href="/films/seed-covenant/">Index</a><a href="/community-gardens.html">Community Gardens: Growing Together</a><a href="/composting-quilts.html">Composting Quilts</a><a href="/collard-greens.html">The Collard Green Gospel</a><a href="/quilt-meeting.html" class="active" aria-current="page">The Quilt Meeting</a></nav></fort-nav>
|
||
|
|
<style>
|
||
|
|
:root{
|
||
|
|
--ink:#3a2f2b; /* coffee-ring brown */
|
||
|
|
--cream:#f4ecda;
|
||
|
|
--fabric:#c96f4a; /* rusty calico */
|
||
|
|
--fabric2:#9b6b43;
|
||
|
|
--thread:#7a8a5f; /* sage thread */
|
||
|
|
--stitch:#b54b3b; /* the red stitches */
|
||
|
|
--rule:3px solid var(--ink);
|
||
|
|
}
|
||
|
|
*{box-sizing:border-box;}
|
||
|
|
body{
|
||
|
|
margin:0; padding:0 1.2rem 3rem;
|
||
|
|
background:var(--cream);
|
||
|
|
background-image:
|
||
|
|
radial-gradient(circle at 20% 80%, rgba(154,107,67,.12) 0 3px, transparent 4px),
|
||
|
|
radial-gradient(circle at 80% 30%, rgba(181,75,59,.10) 0 2px, transparent 3px);
|
||
|
|
background-size:90px 90px, 130px 130px;
|
||
|
|
color:var(--ink);
|
||
|
|
font-family:Georgia, 'Times New Roman', serif;
|
||
|
|
line-height:1.55;
|
||
|
|
}
|
||
|
|
.page{max-width:720px; margin:0 auto;}
|
||
|
|
header{
|
||
|
|
border-bottom:var(--rule);
|
||
|
|
padding:2.2rem 0 1.4rem;
|
||
|
|
position:relative;
|
||
|
|
}
|
||
|
|
.label{
|
||
|
|
font-family:'Courier New',monospace;
|
||
|
|
font-size:.72rem; letter-spacing:.22em; text-transform:uppercase;
|
||
|
|
color:var(--stitch);
|
||
|
|
}
|
||
|
|
h1{
|
||
|
|
font-size:2.5rem; line-height:1.05; margin:.5rem 0 .4rem;
|
||
|
|
font-weight:normal; letter-spacing:-.01em;
|
||
|
|
}
|
||
|
|
h1 em{font-style:italic; color:var(--fabric2);}
|
||
|
|
.taped{
|
||
|
|
display:inline-block; transform:rotate(-1deg);
|
||
|
|
background:rgba(244,236,218,.85); border:1px dashed var(--fabric2);
|
||
|
|
padding:.35rem .8rem; font-family:'Courier New',monospace; font-size:.78rem;
|
||
|
|
box-shadow:0 1px 0 rgba(0,0,0,.08);
|
||
|
|
}
|
||
|
|
figure{margin:1.6rem 0 0;}
|
||
|
|
figure img{width:100%; display:block; border:1px solid var(--fabric2);}
|
||
|
|
figcaption{font-family:'Courier New',monospace; font-size:.72rem; margin-top:.4rem; color:var(--fabric2);}
|
||
|
|
.drop::first-letter{
|
||
|
|
float:left; font-size:3.3rem; line-height:.8; padding:.1rem .28rem 0 0; color:var(--fabric);
|
||
|
|
font-weight:bold;
|
||
|
|
}
|
||
|
|
h2{
|
||
|
|
font-size:1.5rem; margin:2.6rem 0 .6rem; font-weight:normal;
|
||
|
|
border-bottom:2px dotted var(--thread); padding-bottom:.3rem;
|
||
|
|
}
|
||
|
|
h2 .num{font-family:'Courier New',monospace; color:var(--stitch); margin-right:.5rem;}
|
||
|
|
.pattern{
|
||
|
|
border:var(--rule); padding:1.2rem 1.3rem; margin:1.4rem 0;
|
||
|
|
background:rgba(255,253,246,.6); position:relative;
|
||
|
|
}
|
||
|
|
.pattern:before{
|
||
|
|
content:''; position:absolute; top:-12px; left:-12px;
|
||
|
|
width:26px; height:26px; border:2px solid var(--stitch); transform:rotate(8deg);
|
||
|
|
background:radial-gradient(circle, var(--stitch) 0 4px, transparent 5px);
|
||
|
|
opacity:.5;
|
||
|
|
}
|
||
|
|
.pattern h3{margin:.2rem 0 .4rem; font-size:1.25rem;}
|
||
|
|
.pattern h3 small{font-family:'Courier New',monospace; font-size:.68rem; color:var(--stitch); display:inline-block; margin-left:.5rem; letter-spacing:.12em;}
|
||
|
|
.meaning{font-style:italic; color:var(--fabric2); border-left:3px solid var(--thread); padding-left:.9rem; margin:0.6rem 0;}
|
||
|
|
blockquote{
|
||
|
|
margin:1.8rem 0; padding:1rem 1.4rem;
|
||
|
|
border-left:6px solid var(--stitch); background:rgba(181,75,59,.06);
|
||
|
|
font-style:italic;
|
||
|
|
}
|
||
|
|
blockquote cite{display:block; margin-top:.5rem; font-style:normal; font-family:'Courier New',monospace; font-size:.75rem;}
|
||
|
|
ol.grain{padding-left:1.3rem;}
|
||
|
|
ol.grain li{margin:.5rem 0;}
|
||
|
|
footer{border-top:var(--rule); margin-top:3rem; padding-top:1.2rem; font-size:.85rem;}
|
||
|
|
footer a{color:var(--fabric);}
|
||
|
|
a{color:var(--fabric);}
|
||
|
|
.pinned{
|
||
|
|
font-family:'Courier New',monospace; font-size:.72rem; color:var(--fabric2);
|
||
|
|
border:1px dashed var(--fabric2); padding:.5rem .8rem; margin:1.4rem 0; background:rgba(255,253,246,.5);
|
||
|
|
}
|
||
|
|
</style>
|
||
|
|
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<div class="page">
|
||
|
|
<header>
|
||
|
|
<div class="label">From my stitching basket · Heath Springs, SC</div>
|
||
|
|
<h1>The <em>Quilt</em> Meeting — Five Patterns, Five Kinds of Remembering</h1>
|
||
|
|
<span class="taped">✂︎ a field guide for the frame, not the museum</span>
|
||
|
|
<figure>
|
||
|
|
<img src="https://images.pexels.com/photos/8266835/pexels-photo-8266835.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940"
|
||
|
|
alt="A handmade patchwork quilt draped and folded, its blocks and stitching worn soft by years of use">
|
||
|
|
<figcaption>A quilt is a bedcover — top, batting, backing — stitched through three layers by a quiltmaker's hands. The left hand below, the right hand above, and the needle teaching both to trust.</figcaption>
|
||
|
|
</figure>
|
||
|
|
</header>
|
||
|
|
|
||
|
|
<p class="drop">My grandmother could read a quilt the way the doctor reads a fever. At the frame she'd run her hand over a block and tell you which aunt stitched it, what dress the fabric came from, and whether the thread was cotton or somebody in a hurry. A quilt is not decoration sewn onto a bedcover — it is the layer count of a family: the <em>top</em> is the story we tell, the <em>batting</em> is the warmth we keep to ourselves, and the <em>backing</em> is the plain honest stuff nobody sees. A quiltmaker assembles all three and stitches them through and through, the decorative pattern being only the face the needle wears while it does its real work of holding.</p>
|
||
|
|
|
||
|
|
<p>This little guide is for the women and men who are picking up a needle now with a pile of their people's clothes and no idea where to start. Not with a cutter-grid and a rotary mat and a sweated-over Pinterest board. Start the way we did — with <strong>one pattern you can name</strong>, and the remembering that block was always carrying.</p>
|
||
|
|
|
||
|
|
<h2><span class="num">· 01 ·</span> The Nine-Patch</h2>
|
||
|
|
<div class="pattern">
|
||
|
|
<h3>Nine blocks, one honest square <small>SOMETIMES CALLED: the bread-and-butter block</small></h3>
|
||
|
|
<p class="meaning">"The first block a child is trusted with. Nine squares — five of one color, four of another — and it cannot go wrong because it was never pretending."</p>
|
||
|
|
<p>This is where every quilt-meeting Saturday started. A scrap of a little brother's Sunday shirt, a square from the flour sack that fed them that winter, five dark and four light and the seams pressed flat. If you can sew the nine-patch true you can feed a bed. My own first block still sits at the center of my wedding quilt — a crooked nine-patch in calico, and my mother never let me rip it out.</p>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<h2><span class="num">· 02 ·</span> The Log Cabin</h2>
|
||
|
|
<div class="pattern">
|
||
|
|
<h3>Strips around a center fire <small>THE HEART BLOCK</small></h3>
|
||
|
|
<p class="meaning">"A center square of red cord, always red — the hearth — and log after log of fabric laid around it. Dark half for shadow, light half for sun, and the chimney at the heart of it all."</p>
|
||
|
|
<p>Folks say the log cabin's center square is the fire in the hearth of a home, and the light and dark halves are the two sides of a life — the cooked-for and the comforted, the mourning and the morning-after. To me its real secret is <em>economy</em>: you can log-cabin a whole man's shirts and a woman's aprons and nothing goes to waste. The most honest American architecture was never built; it was stitched.</p>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<h2><span class="num">· 03 ·</span> The Drunkard's Path</h2>
|
||
|
|
<div class="pattern">
|
||
|
|
<h3>Quarter-circles, no straight edges <small>THE HARD ONE</small></h3>
|
||
|
|
<p class="meaning">"Curves. The whole quilt a river of round-cornered blocks, and every seam a lesson in easing fullness without a single pucker."</p>
|
||
|
|
<p>This is the block that separates the sitters from the stitchers. Straight seams take patience; curves take <em>faith</em> — you have to let the fabric do what fabric does and trust your notches. The drunkard's path got its name because its wandering curves look like a man finding his way home by lamplight, drunk on the smell of supper. It is the pattern we broke out when somebody needed to be carried, not judged.</p>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<h2><span class="num">· 04 ·</span> The Underground Railroad / Flying Geese</h2>
|
||
|
|
<div class="pattern">
|
||
|
|
<h3>Triangles flying north <small>THE CODED BLOCK</small></h3>
|
||
|
|
<p class="meaning">"Three little triangles making the point of a goose's wing, laid in a row — a path, a direction, a way out. Whether it was ever a literal map or an act of faith, it was a moving prayer."</p>
|
||
|
|
<p>Historians still argue how literally quilts carried directions on the escape north, and the honest answer is we may never know for sure. But the woman at the frame did not need a government archive to know what a row of arrows pointed the same way <em>meant</em>. Flying geese is stitching a northward prayer. When I teach this block I say its name out loud and let the room go quiet a moment. Some things plain need remembering, however they got told.</p>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<h2><span class="num">· 05 ·</span> The Pine Burr / Pineapple</h2>
|
||
|
|
<div class="pattern">
|
||
|
|
<h3>Scallops of welcome <small>THE HOSPITALITY BLOCK</small></h3>
|
||
|
|
<p class="meaning">"Layer after layer of folded circles, like the burrs of a pine cone, building out from a center. The one block that blooms as it grows."</p>
|
||
|
|
<p>The pineapple (or pine burr, depending on which side of the county your people slept) is the friendliest hard block there is. Its scalloped petals radiate welcome — this is the quilt that goes on the guest bed, that says <em>stay, eat, praise the Lord and rest</em>. It is fiddly to fold, but you cannot hurry a welcome, and that is the whole point.</p>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<h2>The Gram of It — identifying what your people saved</h2>
|
||
|
|
<p>Before you cut a single square of a family dress or uniform shirt, learn to read the fabric itself. It talks, if you'll hold it up to the light:</p>
|
||
|
|
<ol class="grain">
|
||
|
|
<li><strong>Cotton calico</strong> (small, tight prints) — everyday dresses and aprons, pre-1950s. The workhorse of the quilt top.</li>
|
||
|
|
<li><strong>Flour & feed sacks</strong> — plain white or faintly printed cotton that fed the family before it clothed the bed. If a quilt's backing feels like flour-sack, that family bought flour in bulk and made it last.</li>
|
||
|
|
<li><strong>Wool & wool blends</strong> — warmer, heavier; the winter utility quilts. They fray at the edges and never make a museum block, and that's their glory.</li>
|
||
|
|
<li><strong>Rayon & synthetics</strong> — postwar, slippery, and <em>not</em> for hard use; they show up in the 40s and 50s dress quilts and tell you how fast the century was moving.</li>
|
||
|
|
<li><strong>Men's shirting & suiting</strong> — pinstripes, oxford, suiting wool. The husband's cast-off wardrobe, cut and repurposed — the quiet fact that a family's best cloth often hung in the closet first.</li>
|
||
|
|
</ol>
|
||
|
|
<p>Each of these is real cotton or wool or fiber, and each one patches a different kind of remembering. When you can name <em>what</em> your people saved, you are halfway to knowing <em>why</em>.</p>
|
||
|
|
|
||
|
|
<blockquote>
|
||
|
|
"A quilt is how we kept what could not be kept — the way a Sunday was, the way a father's laugh was, the winter that nearly took us. Three layers, and the needle pulls them into one."
|
||
|
|
<cite>— Aunt Odessa, my grandmother's sister, at the frame, 1968</cite>
|
||
|
|
</blockquote>
|
||
|
|
|
||
|
|
<div class="pinned">✂︎ A stitch glossary worth keeping: running stitch (the daily seam) · whip stitch (the edge of binding) · quilting stitch (the small even one that holds all three layers, six to the inch) · backstitch (the strong seam nobody sees). One inch of small, even quilting is worth a yard of fancy talk.</div>
|
||
|
|
|
||
|
|
<h2>Begin with one square</h2>
|
||
|
|
<p>If you're new to the frame, do not start your first quilt. Start your <em>first block</em> — a single nine-patch, in fabric from somebody's closet, and let that block be enough. Lay it on the table at your next meal and tell the story of the cloth. That is the whole covenant.</p>
|
||
|
|
<p>From this same basket: my <a href="collard-green-gospel.html">collard green gospel</a>, the <a href="composting-quilts.html">composting quilts</a> page, and the <a href="community-gardens.html">community gardens</a> where the cotton might have grown. And the <a href="index.html">garden door</a> back home.</p>
|
||
|
|
|
||
|
|
<footer>
|
||
|
|
<p>Written by Angeline Collins, Heath Springs, SC — quilter, gardener, retired community organizer. Grounded in the plain fact that a quilt is top, batting, and backing, stitched through and through by a quiltmaker's hand.</p>
|
||
|
|
<p>Source: <a href="https://4ort.xyz/entity/quilt">quilt · top · batting · backing</a> (CC0, Wikidata). Photograph licensed royalty-free.</p>
|
||
|
|
</footer>
|
||
|
|
</div>
|
||
|
|
</body>
|
||
|
|
</html>
|