The family list knows the hall: about panels link to gamehall.kestrelsnest.social, and a new game gets a card there

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Jm2auWk6RP71CjaAb4FMoG
This commit is contained in:
Eric Wagoner
2026-09-23 21:04:28 -04:00
co-authored by Claude Fable 5.1
parent 2d78ab6b3f
commit bce01a013a
7 changed files with 52 additions and 15 deletions
+11 -5
View File
@@ -71,8 +71,14 @@ interruptions, Wiz-War's shape, does not fit and keeps its own server.
## The family
`family.json` lists every game of Kestrel's Hall: slug, name, address,
one-line pitch, player count and origin. Each game ships a copy as
`static/family.json` (the deploy script takes the kit's latest when the kit
is beside the game) and its about panel lists the others under *More games
in Kestrel's Hall*. Add a game here, then deploy the games; nothing
else needs to know.
one-line pitch, player count and origin, plus `hall`, the address of the
family's landing page. Each game ships a copy as `static/family.json` (the
deploy script takes the kit's latest when the kit is beside the game) and
its about panel lists the others under *More games in Kestrel's Hall*, the
heading linking to the family's landing page. Add a game here, then
deploy the games.
That landing page, https://gamehall.kestrelsnest.social, is one static page
in the blog repo (`~/Sites/blog/static/gamehall/index.html`) with a card
per game, written by hand, and it deploys with the blog. A new game is not
in the family until it has its card there too.