Site Reference

Use this when live AGENTS.md is unavailable. If AGENTS.md exists, read it instead and treat it as newer.

Site shape

Robin's personal site is an Eleventy v2 static site with Tailwind CSS v3. Eleventy reads from the repo root and writes to _site/.

Journal posts live in post/*.md. Directory data in post/post.json supplies the post tag, layouts/post.html, and permalink: post/{slug}/.

New post convention

Create posts as:

text
post/YYYY-MM-DD-title-slug.md

Use front matter:

markdown
---
title: Your Title Here
description: One-line summary used for meta description and social cards.
---

Do not repeat tag, layout, or permalink. The date comes from the filename.

Verification

There is no test suite, linter, or typecheck.

Gotchas