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,35 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Evolution: The Beginning · The Game Shelves</title>
|
||||
<meta name="description" content="Evolution: The Beginning in The Game Shelves">
|
||||
<meta property="og:title" content="Evolution: The Beginning · The Game Shelves">
|
||||
<meta property="og:image" content="../art/201248.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://boardgamegeek.com/boardgame/201248" rel="noopener">view on BGG ↗</a></p>
|
||||
<h1>Evolution: The Beginning <span class="meta">(2016)</span></h1>
|
||||
<div class="detail">
|
||||
<div class="art"><img src="../art/201248.jpg" alt="box art for Evolution: The Beginning"></div>
|
||||
<div class="facts"><div class="factrow"><b>players</b> 2–5 players (best at 2)</div><div class="factrow"><b>playing time</b> 30 min</div><div class="factrow"><b>ages</b> 8+</div><div class="factrow"><b>weight</b> 1.80 / 5</div><div class="factrow"><b>BGG rank</b> 3113</div><div class="factrow"><b>BGG rating</b> 6.56</div><div class="factrow"><b>designers</b> <span class="chip">Dominic Crapuchettes</span></div><div class="factrow"><b>artists</b> <span class="chip">Ben Goldman</span> <span class="chip">Catherine Hamilton</span></div><div class="factrow"><b>publishers</b> <span class="chip">Gameland 游戏大陆</span> <span class="chip">North Star Games, LLC</span> <span class="chip">Rightgames RBG SIA</span> <span class="chip">Schmidt Spiele</span> <span class="chip">TWOPLUS Games</span></div><div class="factrow"><b>categories</b> <span class="chip">Animals</span> <span class="chip">Card Game</span> <span class="chip">Educational</span> <span class="chip">Environmental</span> <span class="chip">Prehistoric</span></div><div class="factrow"><b>mechanics</b> <span class="chip">Hand Management</span> <span class="chip">Simulation</span></div></div>
|
||||
</div>
|
||||
|
||||
<div class="card desc">In Evolution: The Beginning, you'll adapt your species to succeed in a dynamic ecosystem where food is scarce and predators roam. Traits like Flight and Horns will protect your species from Carnivores while a Long Neck will help them get food that others cannot reach. With hundreds of ways to evolve your species, every game unfolds in a beautifully unique way.
|
||||
|
||||
Evolution: The Beginning borrows ideas and concepts from other games in the Evolution branded product line, but it is a stand-alone game that is not compatible with anything else in the Evolution product line. It is the most casual and quick playing adaptation of the Evolution concept, but it is highly strategic as a two-player game.</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