~martijnbraam/fathub

Add microwave omelet recipe v1 PROPOSED

Sotiris Papatheodorou: 1
 Add microwave omelet recipe

 1 files changed, 66 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~martijnbraam/fathub/patches/21900/mbox | git am -3
Learn more about email & git

[PATCH] Add microwave omelet recipe Export this patch

---
 recipes/sotirisp/microwave_omelet.yml | 66 +++++++++++++++++++++++++++
 1 file changed, 66 insertions(+)
 create mode 100644 recipes/sotirisp/microwave_omelet.yml

diff --git a/recipes/sotirisp/microwave_omelet.yml b/recipes/sotirisp/microwave_omelet.yml
new file mode 100644
index 0000000..3ed7288
--- /dev/null
+++ b/recipes/sotirisp/microwave_omelet.yml
@@ -0,0 +1,66 @@
name: Microwave omelet
author: Sotiris Papatheodorou <sotirisp@protonmail.com>
created: 2021-04-08
description: Minimal effort microwave omelet in a cup
cuisine: Your choice
course: breakfast
preptime: 5
cooktime: 2
serves: 1

ingredients:
  - id: microwave
    label: Microwave oven
    amount: 1
  - id: cup
    label: Cup
    amount: 1
    unit: cup
  - id: oil
    label: Oil (preferably olive oil)
    amount: some
  - id: mix/egg
    label: Egg
    amount: 1
    unit: egg
  - id: mix/oats
    label: Oats
    amount: 1.5
    unit: tablespoons
  - id: mix/milk
    label: Milk
    amount: 2
    unit: tablespoons
  - id: toppings/cheese
    label: Grated cheese
    amount: some
  - id: toppings/pepper
    label: Red pepper
    amount: 0.5
    unit: pepper
  - id: toppings/salt
    label: Salt
    amount: some
  - id: toppings/spices
    label: Any spices you have/want
    amount: some

stages:
  - id: cooking
    text: Preparation

instructions:
  - stage: cooking
    text: Cover the inside of the [cup] with the [oil].
  - stage: cooking
    text: Add the [mix/*] to the [cup] and mix.
  - stage: cooking
    text: Chop the [toppings/pepper] into small pieces.
  - stage: cooking
    text: Add the [toppings/*] to the [cup] and mix.
  - stage: cooking
    text: Put the [cup] in the [microwave] and leave on high heat for around 2 minutes. The omelet is ready once it starts increasing in volume.

tips:
  - You can replace the [toppings/*] with anything you have, provided it doesn't need proper cooking to be edible.

--
2.20.1