Skip to content

Repository files navigation

wanderingreferee.com

Source for wanderingreferee.com — a personal blog about board games, tabletop RPGs, and related hobbies.

Stack

Local Development

Requires Node.js 22.12 or newer.

npm install
npm run dev

The development server runs at http://localhost:4321. Other useful commands:

npm test          # run the Vitest suite
npx astro check   # type-check the site
npm run build     # build Astro and the Pagefind index
npm run preview   # preview the production build

Cloudflare Pages runs build.sh, which builds the site into dist.

Content Structure

Posts live in src/content/posts/YYYY/slug.md or, when they have co-located images, in src/content/posts/YYYY/slug/index.md. URLs are /posts/slug/; the year is not part of the URL.

Each post needs this frontmatter:

---
title: My Post
date: 2026-08-30
---

Optional fields include description, tags, draft, image, externalUrl, and subtitle. Use externalUrl for a link post; it keeps a local permalink while sending readers to the external destination.

Configuration

The content collection schema lives in src/content.config.ts. See CLAUDE.md for the full project reference, including post presentation and redirect conventions.

About

Hugo blog for wanderingreferee.com — tabletop games, RPGs, and miniature painting

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages