From 8cb2c08a25ad5bce73d40f8cbda5b90e9c75b550 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Sun, 20 Nov 2022 08:54:04 +0100 Subject: Add a simple mayonnaise recipe --- content/recipes/condiments/mayonnaise.md | 41 ++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 content/recipes/condiments/mayonnaise.md diff --git a/content/recipes/condiments/mayonnaise.md b/content/recipes/condiments/mayonnaise.md new file mode 100644 index 0000000..1046558 --- /dev/null +++ b/content/recipes/condiments/mayonnaise.md @@ -0,0 +1,41 @@ +--- +draft: true +title: Mayonnaise +date: 2022-11-20 +preptime: 5 +cooktime: 10 +serves: 5 +tags: +- condiment +- vegetarian + +ingredients: +- label: Egg + amount: 3 +- label: Lemon Juice + amount: 10 + unit: grams +- label: Mustard + amount: 25 + unit: grams +- label: Olive Oil (Mild) + amount: 200 + unit: grams + +stages: +- label: Preparing + steps: + - Seperate the egg whites from the yolks + - Put the yolks into a tall container for easy mixing with a stick blender + - Add the mustard to the container +- label: Mixing + steps: + - Start mixing the ingredients in the tall container + - Slowly add in the oil, ensuring it all gets blended into a thick mass + - Continuously add in the oil until all is used + - Add in the lemon juice + - Mix for another minute or so to ensure the juice is incorporated properly +--- + +A simple sauce to go well with everything, though most popular with french +fries. -- cgit v1.1