Files
kestrelsnest-blog/config.toml
T
Eric WagonerandClaude Opus 4.8 f6611257b3 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>
2026-08-06 19:15:26 -04:00

124 lines
3.1 KiB
TOML

baseURL = 'https://blog.kestrelsnest.social'
languageCode = 'en-us'
title = "Kestrel's Nest"
theme = "m10c"
[taxonomies]
tag = "tags"
category = "categories"
series = "series"
[params]
author = "Eric Wagoner"
avatar = "face.jpg"
description = "Links, thoughts, & what-not from Athens, GA."
favicon = "favicon.ico"
images = ["/default-og.png"]
[[params.social]]
icon = "home"
name = "Home"
url = "https://ericwagoner.com"
[[params.social]]
icon = "tv"
name = "My Cooking Show"
url = "https://www.youtube.com/@RandomRecipeProject"
[[params.social]]
icon = "brand-mastodon"
name = "Mastodon"
url = "https://toots.kestrelsnest.social/@eric"
[[params.social]]
icon = "brand-bluesky"
name = "BlueSky"
url = "https://bsky.app/profile/ewagoner.bsky.social"
[[params.social]]
icon = "camera"
name = "Pixelfed"
url = "https://pix.kestrelsnest.social/@eric"
[[params.social]]
icon = "book-open"
name = "Book Reviews"
url = "https://books.kestrelsnest.social/user/eric"
[[params.social]]
icon = "headphones"
name = "My Podcasts"
url = "https://podcasts.kestrelsnest.social"
[[params.social]]
icon = "brand-youtube"
name = "Personal YouTube"
url = "https://youtube.com/ewagoner"
[[params.social]]
icon = "brand-linkedin"
name = "LinkedIn"
url = "https://www.linkedin.com/in/wagonereric/"
[[params.social]]
icon = "brand-github"
name = "Github"
url = "https://github.com/ewagoner"
[[params.social]]
icon = "brand-gitea"
name = "Gitea"
url = "https://git.kestrelsnest.social/eric"
[[params.social]]
icon = "brand-facebook"
name = "Facebook"
url = "https://facebook.com/ewagoner"
[[params.social]]
icon = "mail"
name = "Email"
url = "mailto:eric@ericwagoner.com?subject=Blog"
[menu]
[[menu.main]]
identifier = "home"
name = "Home"
url = "/"
weight = 1
[[menu.main]]
identifier = "tags"
name = "Tags"
url = "/tags/"
weight = 2
[[menu.main]]
identifier = "search"
name = "Search"
url = "/search/"
weight = 3
[[menu.secondary]]
identifier = "then"
name = "Past"
url = "/then/"
weight = 1
[[menu.secondary]]
identifier = "now"
name = "Now"
url = "/now/"
weight = 2
[[menu.secondary]]
identifier = "upcoming"
name = "Future"
url = "/upcoming/"
weight = 3
[[menu.secondary]]
identifier = "weeknotes"
name = "Weeknotes"
url = "/weeknotes/"
weight = 4
[[menu.tertiary]]
identifier = "mygames"
name = "My Boardgames"
url = "/mygames/"
weight = 1
[[menu.tertiary]]
identifier = "mytweets"
name = "Local Tweet Archive"
url = "/mytweets/"
weight = 3
[[menu.featured]]
identifier = "randomrecipeproject"
name = "Random Recipe Project (cooking videos)"
url = "https://www.youtube.com/@RandomRecipeProject"
weight = 1
[[menu.featured]]
identifier = "bggpipe"
name = "bggpipe: My automated boardgame organizer"
url = "https://git.kestrelsnest.social/eric/bggpipe"
weight = 2