Deliver the full Wave A contract for the editorial theme (personal
essayist / independent newsletter persona).
- 49 mandatory builtin overrides in templates/overrides/editorial/,
re-skinned from the frozen builtins: hairline rules, small-caps labels,
drop caps, narrow reading measure, oxblood accent. All content fields,
provider fields, custom tags ({% img %}/{% form %}/{% signup_form %}),
hx wiring, navbar drawer JS and auth/contact form wiring preserved
verbatim; legacy button/card field reads reconciled (link/style/label,
media/text).
- 7 page templates (default, full-width, landing, article, blog-index,
contact, auth); article is the reading centrepiece with drop-cap opener,
marginalia rail and a CSS-only reading-progress underline. All set the
html.dark class and route body font through var(--font-body).
- Block rework: masthead/byline/pullquote/section_label/colophon deleted
(now overrides of navbar/post-metadata/quote/divider/footer). Persona
blocks: dropcap_intro, marginalia, reading_list, field_notes.
- 4 presets, all mode "both", book-paper light + sepia-on-charcoal dark.
- Bundled Playfair Display + Source Serif 4 (OFL, latin subset) in
assets/fonts with license record; fonts.json populated; every
font-family via var(--font-heading|body|mono, fallback).
- Themed email-safe wrapper (tables, inline styles, literal fonts).
- Master pages + seed demo site (home, about, blog with 3 essays,
contact with form + data table + row_inserted email-admins workflow,
login) in essayist voice.
- required_icon_packs=["lucide"]; RECOMMENDED_FONTS/ICONS updated.
Motion tier: CSS-first (progress underline, marginalia fade-in;
prefers-reduced-motion honored). Verified: make + ninja plugin verify +
check-safety all exit 0. Visual quality UNVERIFIED until Wave B.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
34 lines
1.5 KiB
YAML
34 lines
1.5 KiB
YAML
# Editorial theme block definitions (codeless .bnp, WO-TF-017).
|
|
#
|
|
# These are the theme's TRUE persona blocks — furniture with no builtin
|
|
# equivalent. Everything else the theme used to ship as a block (masthead,
|
|
# byline, pull quote, section label, colophon) is now a re-skin OVERRIDE of a
|
|
# builtin (navbar, post-metadata, quote, divider, footer) and lives in
|
|
# templates/overrides/editorial/. Keys are fully qualified (editorial:<key>)
|
|
# because the codeless loader registers definitions verbatim.
|
|
blocks:
|
|
- key: editorial:dropcap_intro
|
|
title: Drop Cap Intro
|
|
description: Opening paragraph whose first letter renders as an oxblood Playfair drop cap
|
|
category: theme
|
|
schema: dropcap_intro.schema.json
|
|
template: dropcap_intro.ninjatpl
|
|
- key: editorial:marginalia
|
|
title: Marginalia Rail
|
|
description: Right-rail italic notes for longform articles; collapses inline on narrow viewports
|
|
category: theme
|
|
schema: marginalia.schema.json
|
|
template: marginalia.ninjatpl
|
|
- key: editorial:reading_list
|
|
title: Reading List
|
|
description: A curated further-reading list — small-caps heading over hairline-ruled links with notes
|
|
category: theme
|
|
schema: reading_list.schema.json
|
|
template: reading_list.ninjatpl
|
|
- key: editorial:field_notes
|
|
title: Field Notes
|
|
description: Dated notebook entries in small caps, separated by hairline rules
|
|
category: theme
|
|
schema: field_notes.schema.json
|
|
template: field_notes.ninjatpl
|