37 lines
954 B
Markdown
37 lines
954 B
Markdown
# 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.
|