Add a recipe

Recipes are small markdown files in the recipes/ folder of this site's repository. To add one, open a pull request — or, if git is not your thing, open an issue and a maintainer will commit it for you.

File format

---
title: Your Recipe Title
shortname: your_recipe_shortname
blurb: short description
submitter: Your Name <you@example.com>
date: 2026-01-01
photos: []
---

## Ingredients

- 1 cup flour
- 1 tsp baking soda

## Instructions

Step the first. Step the second.

Put each recipe in recipes/your_recipe/recipe.md. Reci-pop recipes can also include recipe.json, generated assets/, and prompt/debug files in the same folder.