WO-TF-024. Re-skin from frozen Wave-0 builtins into blueprint/HUD/mono chrome (AI/robotics product persona), preserving every content field, provider field, custom tag, and JS block; button/card legacy field reads reconciled per §4. - 49 mandatory template_overrides + 7 page templates (default, full-width, landing, article, blog-index, contact, auth) with MID-tier motion (JS scroll-reveal + ticking counters + CSS line-draw; reduced-motion + no-JS static fallback). - 4 persona blocks: tech_spec, benchmark_table, telemetry_grid, changelog_console. Deleted 5 builtin-duplicating theme blocks (now overrides). - 4 dual-mode presets (19 tokens, light + dark tuned). - Bundled OFL fonts (Space Grotesk / Inter / JetBrains Mono) + LICENSES. - Email-safe wrapper retuned; master pages + seed demo site (Halcyon Robotics: home, about, blog x3, contact with data-table + row_inserted email workflow, login). - required_icon_packs (lucide, simple-icons) + RECOMMENDED docs. make build exit 0 (codeless .bnp); check-safety exit 0. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
33 lines
1.5 KiB
YAML
33 lines
1.5 KiB
YAML
# Sci-Fi Clean theme — persona block definitions (codeless .bnp).
|
|
# Keys are fully qualified (scifi-clean:<key>): the codeless loader registers
|
|
# definitions verbatim (no PluginBlockRegistry prefixing in the codeless path),
|
|
# and the qualified keys match the data-block attributes + master_pages / seed
|
|
# references. These four are TRUE persona furniture that no builtin covers;
|
|
# every duplicating theme block (footer, hero, stats, status bar, image
|
|
# caption) is now a builtin OVERRIDE under templates/overrides/scifi-clean/.
|
|
blocks:
|
|
- key: scifi-clean:tech_spec
|
|
title: Tech Spec Table
|
|
description: Specification sheet with right-aligned mono numerals, units, and hairline rows.
|
|
category: content
|
|
schema: tech_spec.schema.json
|
|
template: tech_spec.ninjatpl
|
|
- key: scifi-clean:benchmark_table
|
|
title: Benchmark Table
|
|
description: Labelled benchmark bars with mono values and a technical-blue fill track.
|
|
category: content
|
|
schema: benchmark_table.schema.json
|
|
template: benchmark_table.ninjatpl
|
|
- key: scifi-clean:telemetry_grid
|
|
title: Telemetry Grid
|
|
description: Grid of HUD readout tiles with mono figures, units, deltas, and optional ticking counters.
|
|
category: content
|
|
schema: telemetry_grid.schema.json
|
|
template: telemetry_grid.ninjatpl
|
|
- key: scifi-clean:changelog_console
|
|
title: Changelog Console
|
|
description: Terminal-style release log with version, date, and note per entry.
|
|
category: content
|
|
schema: changelog_console.schema.json
|
|
template: changelog_console.ninjatpl
|