Example Mini
Overview
This is a placeholder so the /minis route has something to render. It works
exactly like a project write-up: same Markdown, same components, same styling.
Adding a real mini
- Create
src/content/minis/<slug>.md— the filename becomes the URL. - Fill in the frontmatter (
title,completion,created,overview, and optionallythumbnailandcategories). - Put any images in
static/<slug>/and reference them as/<slug>/Fig1.jpg.
The card and the page appear automatically, ordered newest-first by created.
Figures work too
Import the figure components right after the frontmatter and use them exactly as
the full project write-ups do — the prose styling is shared, so headings, lists,
and inline code all match.