~martijnbraam/fathub-data

cd56e2b48a074e516b616d93a7ba66d21fd6bda6 — Martijn Braam 1 year, 6 months ago 9e9b226
Add Miso Soup
2 files changed, 37 insertions(+), 0 deletions(-)

A en/ingredients/spices/miso.md
A en/recipes/japanese/side/miso-soup.toml
A en/ingredients/spices/miso.md => en/ingredients/spices/miso.md +5 -0
@@ 0,0 1,5 @@
title: Fresh miso
specificweight: 0
---

A traditional Japanese seasoning
\ No newline at end of file

A en/recipes/japanese/side/miso-soup.toml => en/recipes/japanese/side/miso-soup.toml +32 -0
@@ 0,0 1,32 @@
name = "Miso Soup"
author =  "Drew Devault"
created = 2020-08-12
cuisine =  "Japanese"
course = "side dish"
preptime = 0
cooktime = 0
serves = 1

[ingredients]
  [ingredients.dashi]
  id = "broth/dashi"
  amount = 1
  unit = "teaspoon"
  [ingredients.miso]
  id = "spices/miso"
  amount = 1
  unit = "teaspoon"
  [ingredients.water]
  id = "water"
  amount = 1
  unit = "cup"



[[instructions]]
    name = "cooking"
    steps = [
        "Boil the [water] and take off the heat",
        "Add the [miso] and [dashi] and mix completely. Serve immediately",
    ]