Add themed board game library at /mygames/
Embed the bggpipe "Game Shelves" export (static/games/) into a themed Hugo page. A small loader (embed.js) fetches each export page, lifts out its <main>, rewrites relative URLs, and rewires game links to ?g=<slug> so the blog chrome stays on every page; embed.css scopes the export's component styling to the embed. The export itself is untouched and stays re-exportable. Adds the menu entry and excludes badges/ from deploy. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
e0e08ba67d
commit
f6611257b3
@@ -0,0 +1,41 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Alice is Missing: Silent Falls · The Game Shelves</title>
|
||||
<meta name="description" content="Alice is Missing: Silent Falls in The Game Shelves">
|
||||
<meta property="og:title" content="Alice is Missing: Silent Falls · The Game Shelves">
|
||||
<meta property="og:image" content="../art/380459-743266.jpg">
|
||||
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🎲</text></svg>">
|
||||
<link rel="stylesheet" href="../style.css">
|
||||
<header class="site"><a href=".././">The Game Shelves</a>
|
||||
<span class="sub">a board game library</span></header>
|
||||
<main>
|
||||
<p><a href="../">← the whole library</a> · <a href="https://rpggeek.com/rpgitem/380459" rel="noopener">view on RPGGeek ↗</a></p>
|
||||
<h1>Alice is Missing: Silent Falls <span class="meta">(2023)</span></h1>
|
||||
<div class="detail">
|
||||
<div class="art"><img src="../art/380459-743266.jpg" alt="box art for Alice is Missing: Silent Falls"></div>
|
||||
<div class="facts"><div class="factrow"><b>BGG rating</b> 7.43</div><div class="factrow"><b>designers</b> <span class="chip">Banana Chan</span> <span class="chip">Spenser Starke</span></div><div class="factrow"><b>artists</b> <span class="chip">Julianne Griepp</span></div><div class="factrow"><b>publishers</b> <span class="chip">Alis Games</span> <span class="chip">Devir</span> <span class="chip">Hunters Entertainment</span> <span class="chip">Origames</span> <span class="chip">Renegade Game Studios</span></div><div class="factrow"><b>categories</b> <span class="chip">Crime (Mystery / Detective / Noir)</span> <span class="chip">Sourcebook (rules/options to enhance play)</span></div><div class="factrow"><b>mechanics</b> <span class="chip">Cards (Specialized)</span> <span class="chip">Description Based (Narrative more so than Dice)</span></div></div>
|
||||
</div>
|
||||
<div class="card"><div class="factrow"><b>my copy</b> Alice ha desaparecido: Expansión Silent Falls · 2024</div><div class="factrow"><b>languages</b> <span class="chip">Spanish</span></div></div>
|
||||
<div class="card desc">Publisher's blurb:
|
||||
|
||||
The Silent Falls expansion allows players to rediscover the game with additional cards that facilitate evocative new stories.
|
||||
|
||||
With the Silent Falls expansion, players are provided an opportunity to explore brand new stories with additional Suspect, Location, Character, Searching, and Clue cards, as well as new Relationship cards that help you to deepen your connections to the other characters.
|
||||
|
||||
Players have the opportunity to explore uncharted locations such as the dark, echoing spaces of the Caloma Caves, confront new Suspects like the distant father John Briarwood, and uncover thrilling new conclusions to Alice’s disappearance as they reveal the new 10-minute clue cards.
|
||||
|
||||
The Silent Falls expansion introduces 38 new cards in total, which is more than half the amount of cards in the original Alice is Missing. 4 new playable characters, 2 new Relationship cards with a total of 12 new prompts, 3 new Suspects, 3 new Locations, 4 new Searching cards and 22 new Clue cards (two additional Clue cards for each standard timestamp, as well as three additional 10 minute cards, and a replacement 90 minute card).</div>
|
||||
<footer>
|
||||
<p><a class="pbb" href="https://boardgamegeek.com" rel="noopener"><img src="../art/powered-by-bgg.png" alt="Powered by BGG" height="40"></a></p>
|
||||
<p>The Game Shelves · cataloged from shelf photos by
|
||||
<a href="https://git.kestrelsnest.social/eric/bggpipe"
|
||||
rel="noopener">bggpipe</a></p>
|
||||
<p>Game data and cover images from <a href="https://boardgamegeek.com"
|
||||
rel="noopener">BoardGameGeek</a>. BoardGameGeek and BGG are trademarks of
|
||||
BoardGameGeek, LLC; this page is an independent project, not affiliated
|
||||
with or endorsed by BoardGameGeek.</p>
|
||||
</footer>
|
||||
</main>
|
||||
</html>
|
||||
Reference in New Issue
Block a user