A simple site to publish findings while cooking. Built with Astro and deployed to Netlify.
nvm use
npm install
npm run dev
npm run build
The static site is output to dist/.
Each post can declare a table: tree in its frontmatter — a Cooking for Engineers-style matrix rendered between the intro and the recipe. Leaves are ingredients; nodes are actions applied to their children; the root is the final step.
table:
action: blend until smooth
from:
- action: finely mince
from:
- 2 garlic cloves
- 1 bunch parsleyAvoid colons inside action or ingredient text (it breaks YAML parsing).