Skip to content

Repository files navigation

Netlify Status

Cooking Site

Overview

A simple site to publish findings while cooking. Built with Astro and deployed to Netlify.

Running

nvm use
npm install
npm run dev

Building

npm run build

The static site is output to dist/.

Recipe tables

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 parsley

Avoid colons inside action or ingredient text (it breaks YAML parsing).

About

A simple site to publish findings while cooking.

Resources

Stars

6 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages