themes-gotham/plugin.mod
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

13 lines
362 B
Modula-2

[plugin]
name = "gotham"
display_name = "Gotham"
scope = "@themes"
version = "0.1.4"
description = "Dark, high-contrast BlockNinja theme with bold typography and modern accent panels."
kind = "theme"
categories = ["templates"]
tags = ["dark", "high-contrast", "agency", "blog", "professional", "modern", "serif"]
[compatibility]
block_core = ">=0.15.0 <0.16.0"