12 Commits

Author SHA1 Message Date
Alex Dunmow
517ca93b01 fix(corporate-modernist): unbreak contact-form template register (Wave B blocker)
The mobile inline <style> emitted '@media (min-width:640px){#contact-form-...'
— the '{#' before the ID selector is the ninjatpl comment-open token, so
the lexer read the rest of the line as a single-line comment and failed
on the trailing newline ('Newline not permitted in a single-line comment').
Strict full re-register (theme hot-swap / InstallFromRegistry) 500s on it,
blocking every theme upgrade; the /contact page is also broken. Insert a
space ('){ #contact-form') — valid CSS, breaks the token. Only occurrence
across all templates. make build/verify don't lex templates, so it slipped.

bump to 0.4.2

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-06 15:48:03 +08:00
Alex Dunmow
df486e06bd fix(corporate-modernist): SVG geometry guard on <use> icons (Wave B 4d)
Add explicit width/height to the 4 <use> icon SVGs (author-bio-hero
social x3 = 20x20, sidebar-nav = 16x16). The theme's cm-icon class has
no CSS sizing, so an unsized <use> SVG balloons to the SVG default box;
explicit presentation attributes pin the geometry regardless of the
host Tailwind JIT. Matches the art-deco pattern.

bump to 0.4.1

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-06 15:44:33 +08:00
Alex Dunmow
68c52394fd fix(corporate-modernist): brand wordmark + article depth (Wave B remediation)
Header wordmark leaked the gallery instance name ('Gallery
corporate-modernist') because the navbar master-page block set no
logoText, so it fell through to context.site.title (= the instance
name). Every correctly-rendering theme (art-deco, kindergarten,
terminal, gotham, noir) sets logoType/logoText on its navbar; this
theme was the only one that did not. Add logoText 'Meridian Advisory'
to both navbar master blocks (default + landing).

Seed: switch settings key to the fleet-standard companyName and add
settings.override.title so a consented customer install also sets the
real site title (SEO/meta/RSS/email); the gallery relies on the
master-page wordmark since demo-install override is grant-gated.

Expand the captured /blog/operations-reset article to 10 substantive
management-consulting paragraphs (was 2, stranding a dead band above
the footer); bring the other two articles to 5 paragraphs each.

bump to 0.4.0

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-06 10:44:41 +08:00
Alex Dunmow
ef4c8c3519 bump to 0.3.0 2026-07-06 09:19:11 +08:00
Alex Dunmow
c0d9fd5420 bump to 0.2.1 2026-07-05 16:44:47 +08:00
Alex Dunmow
3207394c38 feat: convert to codeless .bnp — templates + manifest, Go/templ deleted (WO-WZ-021)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-04 15:26:48 +08:00
Alex Dunmow
69494940c1 chore: repo hygiene for the wasm era (WO-WZ-015 fix round)
Replace the retired .so Makefile with the wasm/.bnp convention (build /
verify / archive-check / publish via ninja plugin build), gitignore *.so
and *.bnp artifacts, and refresh the stale [compatibility] block_core
constraint to the v0.15 era.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-04 00:14:21 +08:00
Alex Dunmow
e1de3fab6a bump to 0.1.2 2026-07-03 22:09:28 +08:00
Alex Dunmow
80deffad47 chore: declare templates category (themes carry categories) 2026-06-26 21:47:01 +08:00
Alex Dunmow
a0fa8d908e bump to 0.1.1 2026-06-26 00:47:39 +08:00
Alex Dunmow
4bf39493e2 Add plugin.mod 2026-06-25 15:10:56 +08:00
Alex Dunmow
4713787bbd initial: theme plugin corporate-modernist
Bootstrapped during the 2026-06-06 BlockNinja consolidation. Was previously
an unversioned directory inside ~/src/blockninja-themes/corporate-modernist.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-06 14:11:24 +08:00