From 61ead98439b04c6bd5e6d4716545118e7af1b072 Mon Sep 17 00:00:00 2001 From: Ian Harris Date: Wed, 10 Mar 2021 22:54:33 -0700 Subject: Fix GitHub url on homepage Previously linked to lukesmithxyz/based.recipes, which does not exist. --- src/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.md b/src/index.md index 1a1b08c..de0fc38 100644 --- a/src/index.md +++ b/src/index.md @@ -39,7 +39,7 @@ Founded to provide a simple online cookbook without ads and obese web design. ### It's easy to contribute! -- Submit new recipes via git via [Github](https://github.com/lukesmithxyz/based.recipes) or [Gitlab](https://gitlab.com/lukesmithxyz/based.cooking). +- Submit new recipes via git via [Github](https://github.com/lukesmithxyz/based.cooking) or [Gitlab](https://gitlab.com/lukesmithxyz/based.cooking). - If a recipe has no image for it, make the recipe as presented and submit a picture above or to [luke@lukesmith.xyz](mailto:luke@lukesmith.xyz). - Donate to the individual people who contribute pages whose names are at the bottom of each page. - Donate Bitcoin to the site's long-term maintenance fund: `bc1q763s4ud0hgfa66ce64gyh6tsss49vyk5cqcm6w` ([QR code](pix/bitcoin-based-cooking.webp)) -- cgit v1.2.3 From a0e215341491319fdee75a67a888f1d14e7f5d23 Mon Sep 17 00:00:00 2001 From: MonAaraj Date: Thu, 11 Mar 2021 10:04:27 +0259 Subject: Fixed typo in src/pasta.md --- src/pasta.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pasta.md b/src/pasta.md index 5ea4d41..228e2f1 100644 --- a/src/pasta.md +++ b/src/pasta.md @@ -24,7 +24,7 @@ Pasta is usually eaten with some kind of [pasta sauce](pasta-sauce.html) or used The often recommended way to cook most pasta is *al dente*, which often means "slightly undercooked," or with a subtle firmness that makes it still substantial. Cooking pasta more than that is no great crime, -but if you keep it in their for *too* long, it'll become mush. +but if you keep it in there for *too* long, it'll become mush. ## Contribution -- cgit v1.2.3 From 41fb5db7d2575c1bb4d576ba404f1fb708f78385 Mon Sep 17 00:00:00 2001 From: Luke Chadwick Date: Thu, 11 Mar 2021 08:54:10 +0000 Subject: Create potato-and-eggplant-curry.md --- src/potato-and-eggplant-curry.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 src/potato-and-eggplant-curry.md diff --git a/src/potato-and-eggplant-curry.md b/src/potato-and-eggplant-curry.md new file mode 100644 index 0000000..e02b21f --- /dev/null +++ b/src/potato-and-eggplant-curry.md @@ -0,0 +1,39 @@ +# Potato and Eggplant (Aubergine) Curry + +A simple and tasty curry that is easy to customise. + +## Ingredients + +- 1 large eggplant (Aubergine) +- 3 tbsp olive oil +- 2 onions (finely sliced) +- 2 garlic cloves (crushed) +- 2 tsp garam masala +- 2 tsp turmeric +- 2 tsp ground coriander +- 400ml can chopped tomatoes +- 400ml can coconut milk +- rice + +### Optional extras +- Carrots +- Red Peppers (Capsicums) +- Paneer + +## Directions + +1. Heat the oven to approximately 200°C (392°F). +2. Cut the Eggplant into 1 cm (1/3 in) slices and place on a tray. Cover with a layer of oil and bake for 20 minutes. +3. Cook the sliced onions with oil until soft on medium (about 5-6 minutes). +4. Add the garlic, garam masala, turmeric and ground coriander and allow to release aroma for a minute or two. +5. Tip in the canned tomatos and coconut milk. Add the Eggplant, and chunks of potato. + - It is possible to add additional vegetables at this step. I have on occasion added carrots and red peppers (capsicums). +7. Cover and simmer for ~15-20 minutes. +8. Boil 2 serves of rice +9. Remove the lid and cook for a further 5 minutes, or until reduced. + - A nice optional addition at this point is Paneer. +10. Serve with the rice + +## Contribution + +- Luke Chadwick - [website](https://lukechadwick.com) -- cgit v1.2.3 From 8fb19f8035080d83ff60e210f92ea62d2592b0f2 Mon Sep 17 00:00:00 2001 From: Luke Chadwick Date: Thu, 11 Mar 2021 08:55:12 +0000 Subject: Update index.md --- src/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.md b/src/index.md index de0fc38..7e547c7 100644 --- a/src/index.md +++ b/src/index.md @@ -17,6 +17,7 @@ Only Based cooking. No ads, no tracking, nothing but based cooking. - [Broiled Trevally](broiled-trevally.html) - [Almeirim Stone Soup](almeirim-stone-soup.html) - [Chicken Wings](chicken-wings.html) +- [Potato and Eggplant Curry](potato-and-eggplant-curry.html) ## Basics -- cgit v1.2.3 From 59cf7bfc3469ed5f0c3d483931f770e95830b5d6 Mon Sep 17 00:00:00 2001 From: Luke Chadwick Date: Thu, 11 Mar 2021 08:55:54 +0000 Subject: Fix missing ingredient in potato and eggplant curry --- src/potato-and-eggplant-curry.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/potato-and-eggplant-curry.md b/src/potato-and-eggplant-curry.md index e02b21f..c6cfa90 100644 --- a/src/potato-and-eggplant-curry.md +++ b/src/potato-and-eggplant-curry.md @@ -5,6 +5,7 @@ A simple and tasty curry that is easy to customise. ## Ingredients - 1 large eggplant (Aubergine) +- 2 medium potatoes - 3 tbsp olive oil - 2 onions (finely sliced) - 2 garlic cloves (crushed) -- cgit v1.2.3 From d25aff8906cba7599aed315d134af8ad32502d4e Mon Sep 17 00:00:00 2001 From: "Anthony J. Bentley" Date: Thu, 11 Mar 2021 02:04:06 -0700 Subject: Fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebc642c..33f4927 100644 --- a/README.md +++ b/README.md @@ -74,5 +74,5 @@ This website and all its content is in the public domain. By submitting text or images or anything else to this repository, you waive any pretense of ownership to it, although you are welcome and recommended to give yourself credit -at the botton of a submitted page for you adding it +at the bottom of a submitted page for you adding it (including personal or donation links). -- cgit v1.2.3 From c75b9582da842fd0d7e7ef379881da2ee02405a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Nied=C5=BAwiedzi=C5=84ski?= Date: Thu, 11 Mar 2021 10:35:42 +0100 Subject: Add dried tomato and plum spread --- src/dried-tomato-plum-spread.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/dried-tomato-plum-spread.md diff --git a/src/dried-tomato-plum-spread.md b/src/dried-tomato-plum-spread.md new file mode 100644 index 0000000..0942e53 --- /dev/null +++ b/src/dried-tomato-plum-spread.md @@ -0,0 +1,22 @@ +# Dried tomato & plum bread spread + +Quick and simple bread spread. + +## Ingredients + +- 10 dried plums +- 1 jar of dried tomatoes +- 1 tsp of smoked paprika +- pinch of dried coriander (optional) +- pinch of chilli (optional, if you like it to be spicy) + +## Directions + +1. Put plums in hot water from kettle for couple of minutes, in order to make them softer. +2. After that put plums (without the water) and rest of the ingredients into blender and mix it until you're satisfied. +3. If you want to make it more liquid you can add water from the plums. + + +## Contribution + +- Patryk Niedźwiedziński - [website](https://niedzwiedzinski.cyou) -- cgit v1.2.3 From c1d989fa5e88cba4f37795e12888a552ebb46dc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Nied=C5=BAwiedzi=C5=84ski?= Date: Thu, 11 Mar 2021 10:40:02 +0100 Subject: Update index --- src/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.md b/src/index.md index de0fc38..fe26bd3 100644 --- a/src/index.md +++ b/src/index.md @@ -17,6 +17,7 @@ Only Based cooking. No ads, no tracking, nothing but based cooking. - [Broiled Trevally](broiled-trevally.html) - [Almeirim Stone Soup](almeirim-stone-soup.html) - [Chicken Wings](chicken-wings.html) +- [Dried Tomato and Plums Bread Spread](dried-tomato-plum-spread.html) ## Basics -- cgit v1.2.3 From 796ad793cb3ff1cf0b45468a6b7497fb10271720 Mon Sep 17 00:00:00 2001 From: Fardin Ahmed Niloy Date: Thu, 11 Mar 2021 16:04:05 +0600 Subject: Fixed typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebc642c..ed3232d 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ several instructional images as absolutely necessary. Do not add stock images you found on the internet. Take a good picture yourself of the actual dish created. -If you see a bad or substandard iamge, you may submit a better one. +If you see a bad or substandard image, you may submit a better one. Images should be in `.webp` format. If you submit an image for say, `chicken-parmesan.md`, it should be added as `pix/chicken-parmesan.webp`. -- cgit v1.2.3 From 414f8bffa1a3ca3c78fda85d69d214bee501a338 Mon Sep 17 00:00:00 2001 From: Aiden Gall Date: Thu, 11 Mar 2021 10:49:58 +0000 Subject: Remove hyperlinks when printing --- src/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/style.css b/src/style.css index d546860..a6961f3 100644 --- a/src/style.css +++ b/src/style.css @@ -34,3 +34,10 @@ img { color: tomato ; } } + +@media print { + a[href] { + text-decoration: none ; + color: black ; + } +} -- cgit v1.2.3 From 28f2aaceb326777b7a0e6a46917c3dc1638f817c Mon Sep 17 00:00:00 2001 From: Marcin Chrzanowski Date: Thu, 11 Mar 2021 13:18:28 +0100 Subject: Remove example page --- src/example.md | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 src/example.md diff --git a/src/example.md b/src/example.md deleted file mode 100644 index f46644b..0000000 --- a/src/example.md +++ /dev/null @@ -1,5 +0,0 @@ -# Example page - -Here is an example page. - -Will this be added. -- cgit v1.2.3 From eb7266b9c3c5af7ef926452dda5b3b520e2352f7 Mon Sep 17 00:00:00 2001 From: Marcin Chrzanowski Date: Thu, 11 Mar 2021 13:18:49 +0100 Subject: Ignore template page --- src/.ssgignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/.ssgignore diff --git a/src/.ssgignore b/src/.ssgignore new file mode 100644 index 0000000..febf952 --- /dev/null +++ b/src/.ssgignore @@ -0,0 +1 @@ +template.md -- cgit v1.2.3 From b83d733ff6cdec94e4249fd376aff049e52015d7 Mon Sep 17 00:00:00 2001 From: Artur Mancha Date: Thu, 11 Mar 2021 13:11:25 +0000 Subject: Story moved to below Directions --- src/almeirim-stone-soup.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/almeirim-stone-soup.md b/src/almeirim-stone-soup.md index ba2f2dc..c285c84 100644 --- a/src/almeirim-stone-soup.md +++ b/src/almeirim-stone-soup.md @@ -2,10 +2,6 @@ It is truly emblematic of Portuguese cuisine, as it uses all of the ingredients available in order to waste no food. -## Story -> A poor friar who was on a pilgrimage stopped in the village of Almeirim and knocked on the door of a house. He was too proud to beg for a bite to eat, so instead, he requested a large pot in which he could make “a delicious and filling…….stone soup”. With arched eyebrows and curious glances, the family invited him into their home and set up a large pot over flickering flames and filled with water. Slowly walking up to the ironclad cauldron, the friar reached into his deep pocket to produce a smooth and well-cleaned stone that he promptly dropped into the boiling water. A little while later he tasted the soup and said that it needed a touch of seasoning. So the wife brought him some salt to add, to which he suggested that maybe a little bit of chouriço (sausage), or pork belly, would be better. Graciously, she obliged and dropped several thick slices into the pot. Then, the friar asked if she might not have a little something to enrich the soup, such as potatoes or beans from a previous meal. With a broad smile, she agreed, and added a healthy portion into the bubbling water. This banter continued back and forth between the family and the friar before he finally announced that he had indeed made a very delicious and filling soup. When the soup was done, the friar fished the stone out of the pot, washed and dried it off, and plopped it back in his pocket for the next time. -> - According to the people of Almeirim - ## Ingredients - well-washed stone @@ -29,6 +25,11 @@ - Once the potatoes are well cooked, you can remove the pot from the heat, add the previously chopped meat back in and stir it well. - Pour into bowls and serve. +## Story + +> A poor friar who was on a pilgrimage stopped in the village of Almeirim and knocked on the door of a house. He was too proud to beg for a bite to eat, so instead, he requested a large pot in which he could make “a delicious and filling…….stone soup”. With arched eyebrows and curious glances, the family invited him into their home and set up a large pot over flickering flames and filled with water. Slowly walking up to the ironclad cauldron, the friar reached into his deep pocket to produce a smooth and well-cleaned stone that he promptly dropped into the boiling water. A little while later he tasted the soup and said that it needed a touch of seasoning. So the wife brought him some salt to add, to which he suggested that maybe a little bit of chouriço (sausage), or pork belly, would be better. Graciously, she obliged and dropped several thick slices into the pot. Then, the friar asked if she might not have a little something to enrich the soup, such as potatoes or beans from a previous meal. With a broad smile, she agreed, and added a healthy portion into the bubbling water. This banter continued back and forth between the family and the friar before he finally announced that he had indeed made a very delicious and filling soup. When the soup was done, the friar fished the stone out of the pot, washed and dried it off, and plopped it back in his pocket for the next time. +> - According to the people of Almeirim + ## Contribution - Artur Mancha -- [Pleroma](https://pleroma.pt/@lisbonjoker) -- cgit v1.2.3