← Back to Minis

Example Mini

  • Example

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

  1. Create src/content/minis/<slug>.md — the filename becomes the URL.
  2. Fill in the frontmatter (title, completion, created, overview, and optionally thumbnail and categories).
  3. 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.