Alex Dunmow 9955f5f002 fix(gotham): publish scope @themes, consistent with sibling themes
Captain's decision: gotham publishes at @themes/gotham (the pre-existing
public registry row), not @ninja. Version stays 1.0.0; categories kept.
(Commit created by ninja plugin publish's auto-commit; message amended to
reflect the actual diff — the scope flip in plugin.mod.)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-05 07:36:21 +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%