From 2714e4e570b46c96a818f69c996c725b0db44318 Mon Sep 17 00:00:00 2001 From: Santiago Sempere-Llagostera Date: Fri, 20 Mar 2020 12:06:26 +0000 Subject: [PATCH 1/8] Bolognesa recipe added! --- bolognesa.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 bolognesa.md diff --git a/bolognesa.md b/bolognesa.md new file mode 100644 index 0000000..b042e33 --- /dev/null +++ b/bolognesa.md @@ -0,0 +1,3 @@ +1 Tomato +Lots of meat +And onion From 5fc1860128dfd751e03b32e70b33fb62a6240f74 Mon Sep 17 00:00:00 2001 From: MatKie Date: Fri, 20 Mar 2020 12:07:19 +0000 Subject: [PATCH 2/8] Added Pesto Recipe --- pesto.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pesto.md diff --git a/pesto.md b/pesto.md new file mode 100644 index 0000000..f868225 --- /dev/null +++ b/pesto.md @@ -0,0 +1,9 @@ +* Bunch of Basil +* 50g of Pine nuts +* Garlic +* Salt +* Pepper +* Olive oil + +* Mix everything and smash it together +* Season to taste From eeab6e205d4af63e82feeb465f6dc81a71de4304 Mon Sep 17 00:00:00 2001 From: Santiago Sempere-Llagostera Date: Fri, 20 Mar 2020 12:08:17 +0000 Subject: [PATCH 3/8] Readme modified to add Bolognesa --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b42f104..7b0f508 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,4 @@ * [Guacamole](guacamole.md) ## Hot sauces +* [Bolognesa](bolognesa.md) From 789299bac85ae337e87de0cd0c0991a027f9f12b Mon Sep 17 00:00:00 2001 From: Daniel Mehlig Date: Fri, 20 Mar 2020 12:11:18 +0000 Subject: [PATCH 4/8] Add tomato sauce recipe --- Tomato_Sauce.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Tomato_Sauce.md diff --git a/Tomato_Sauce.md b/Tomato_Sauce.md new file mode 100644 index 0000000..04aee07 --- /dev/null +++ b/Tomato_Sauce.md @@ -0,0 +1,11 @@ +# Tomato Sauce +## Ingredients +* Chopped Tomatoes +* Olive Oil +* Onion +* Garlic +* Salt and Pepper +## Method +* Cook onions and garlic in olive oil +* Add tomatoesand cook for 15 minutes +* Salt and pepper to taste From 590335ff16934b95d4d9cb9b6bc97cc2d2a87b3e Mon Sep 17 00:00:00 2001 From: MatKie Date: Fri, 20 Mar 2020 12:12:57 +0000 Subject: [PATCH 5/8] Updated Recipe --- pesto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pesto.md b/pesto.md index f868225..dd4cefa 100644 --- a/pesto.md +++ b/pesto.md @@ -5,5 +5,5 @@ * Pepper * Olive oil -* Mix everything and smash it together +* Mix everything except salt and pepper and smash it together * Season to taste From ea0966fb5c034c74f36a8fe980acea5c38184762 Mon Sep 17 00:00:00 2001 From: Allan Date: Fri, 20 Mar 2020 12:13:38 +0000 Subject: [PATCH 6/8] Adding fried rice ingredients and instructions --- fried_rice_ingredients.txt | 10 ++++++++++ fried_rice_instructions.txt | 9 +++++++++ 2 files changed, 19 insertions(+) create mode 100644 fried_rice_ingredients.txt create mode 100644 fried_rice_instructions.txt diff --git a/fried_rice_ingredients.txt b/fried_rice_ingredients.txt new file mode 100644 index 0000000..e5595e1 --- /dev/null +++ b/fried_rice_ingredients.txt @@ -0,0 +1,10 @@ +3 tbsp. sesame oil +3 large eggs +Salt +2 carrots, diced +3 spring onions, thinly sliced, white and green parts divided +3 cloves garlic, crushed +1 tbsp. peeled and crushed ginger (from a 2.5cm piece) +800 g cooked long grain rice (preferably leftover) +115 g frozen peas +3 tbsp. low-sodium soy sauce \ No newline at end of file diff --git a/fried_rice_instructions.txt b/fried_rice_instructions.txt new file mode 100644 index 0000000..240a9c4 --- /dev/null +++ b/fried_rice_instructions.txt @@ -0,0 +1,9 @@ +Heat a large cast iron skillet over high heat until very hot, about 2 minutes. Add 1 tablespoon oil. + +Beat egg with 2 teaspoons water and a large pinch salt and add to skillet. Cook, stirring to form large soft curds, about 30 seconds. Transfer to a plate. + +Return skillet to high heat and add 2 tablespoons oil, the carrots, and whites of the spring onions. Cook until lightly golden, about 2 minutes. Add garlic and ginger and cook, stirring, until fragrant, 1 minute. + +Add rice, peas, and cooked eggs to skillet. Pour in soy sauce and cook, stirring until heated through, 1 minute. Season with salt and pepper and stir in the remaining spring onions. + +Source: https://www.delish.com/uk/cooking/recipes/a30413128/how-to-make-fried-rice/ \ No newline at end of file From 130bab45749384b3816d5cbf7d6a556483fc948a Mon Sep 17 00:00:00 2001 From: Daniel Mehlig Date: Fri, 20 Mar 2020 12:17:37 +0000 Subject: [PATCH 7/8] Added more olive oil --- Tomato_Sauce.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tomato_Sauce.md b/Tomato_Sauce.md index 04aee07..561beb9 100644 --- a/Tomato_Sauce.md +++ b/Tomato_Sauce.md @@ -1,7 +1,7 @@ # Tomato Sauce ## Ingredients * Chopped Tomatoes -* Olive Oil +* Lots of Extra Virgin Olive Oil * Onion * Garlic * Salt and Pepper From be0f192778463227352c9749359a302c1308e631 Mon Sep 17 00:00:00 2001 From: MatKie Date: Fri, 20 Mar 2020 12:17:54 +0000 Subject: [PATCH 8/8] Increased the amount of pine nuts --- pesto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pesto.md b/pesto.md index dd4cefa..7742bde 100644 --- a/pesto.md +++ b/pesto.md @@ -1,5 +1,5 @@ * Bunch of Basil -* 50g of Pine nuts +* 100g of Pine nuts * Garlic * Salt * Pepper