The Beargrass mark
The Almanac is signed by a single identifying glyph: a stem, two curved leaves, a bud arc at the crown, and three bloom dots. This is the publication's mark. Every other ornament on the site is a deliberate partial of it.
All symbols are defined once in the page envelope and referenced inline with <use href>. They render in currentColor, which means they shift with the page mode and can be tuned per context by setting color on the container.
The base mark
The canonical beargrass, upright. Used at the close of every article, and at the first section break inside a long essay. This is the full chord.
The family
Four symbols, one grammar. The base mark is the full statement; the others are partials that step back so the prose carries the page.
How ornaments are placed
An essay of three sections rings four marks across its length:
- Cover flourish, above the headline.
bg-drift, 200 wide, olive. - First section break, between §1 and §2.
bg-markupright between thin rules, 36 square, olive. This is where the base mark does its work. - Second section break, after the pullquote.
bg-budsbetween thin rules, 56 wide, warm. The argument has already turned; the ornament steps back. - Bio divider, below the author note.
bg-markupright, 52 square, olive. The sign-off.
Field notes and photo essays use the canonical mark only at close, above the author bio. The site footer uses bg-drift on every page so the reader ends in the same hand, wherever they are.
Usage
Reference any symbol by id. The symbol's strokes inherit color from the container.
<svg viewBox="0 0 48 48" aria-hidden="true"><use href="#bg-mark"/></svg>
.my-sprig {
width: 48px;
height: 48px;
color: var(--olive);
}
Available ids: bg-mark, bg-drift, bg-buds, bg-stem.
The source definitions live in build/templates/base.html and are inlined once per page, hidden from layout and from assistive tech.