Alex Dunmow 38cd309b40 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, untrack the committed gotham.so binary, 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:15:03 +08:00

Gotham

Dark, modern BlockNinja theme plugin. Bold typography, high-contrast accents, and a small set of theme-specific blocks (stats, features, footer) plus overrides for the built-in heading and text blocks when the Gotham template is active.

Page templates

  • default — header / main / footer
  • landing — hero / main / cta / footer
  • full-width — edge-to-edge header / main / footer
  • centered — narrow centered content for articles and docs

Blocks

  • gotham:stats — stat row with configurable items
  • gotham:features — feature grid
  • gotham:footer — branded footer with optional signup form

Build

make            # builds gotham.so locally
make rebuild    # rebuilds plugin inside an instance container

Versioning

make bump-patch   # 0.1.0 -> 0.1.1
make bump-minor   # 0.1.0 -> 0.2.0
make bump-major   # 0.1.0 -> 1.0.0

Then git push --tags and ninja plugin publish to release.

Description
No description provided
Readme 32 MiB
Languages
Makefile 84.3%
AMPL 15.7%