Home page styles in _pages.scss; retire widget home.html (#22)

Companion to sow-nodebb-plugin-pages PR #2. Adds the home blocks to _pages.scss (art hero, two-server status strip with unknown/online/offline dot states, pitch prose, four-up steps grid) and deletes the superseded paste-into-widget home.html + preview. Docs/comments updated to point at the plugin template. Merge together with the plugin PR.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Reviewed-on: #22
Reviewed-by: xtul <mpiasecki720@protonmail.com>
Co-authored-by: vickydotbat <vickydotbat@tutamail.com>
Co-committed-by: vickydotbat <vickydotbat@tutamail.com>
This commit was merged in pull request #22.
This commit is contained in:
2026-07-14 19:01:37 +00:00
committed by archvillainette
parent ec5a9ce903
commit 5bbe22320e
5 changed files with 209 additions and 296 deletions
@@ -8,9 +8,10 @@ not in ACP widgets:
- **Gallery** — a player-upload screenshot category rendered as a masonry grid.
- **Top bar** — global header partial that replaces the left sidebar.
The two static pages (Home, Join the Team) are NOT here — they ship as
paste-ready HTML widgets in `westgate-pages/home.html` and
`westgate-pages/join-the-team.html`.
The static pages are NOT here. Home now lives in the
`nodebb-plugin-westgate-pages` repo as `templates/home.tpl` (sow-* classes,
styled by `scss/westgate/_pages.scss`); Join the Team still ships as the
paste-ready HTML widget `westgate-pages/join-the-team.html`.
---