logo

Grimgrains

[mirror] Plant-based cooking website <https://grimgrains.com/>
commit: 4fdb564a21e8d3548586e7b2899adbeb2b82f12a
parent 67a20073bc1fc78783702718ad387a00e9c4b8b3
Author: rekkabell <rekkabell@gmail.com>
Date:   Sun, 20 Feb 2022 20:32:00 -0800

*

Diffstat:

Mlinks/rss.xml2+-
Msrc/recipes.c2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/links/rss.xml b/links/rss.xml @@ -784,7 +784,7 @@ <title>bean chili</title> <link>https://grimgrains.com/site/bean_chili.html</link> <guid isPermaLink='false'>bean_chili</guid> - <pubDate>Sat, 19 Feb 2022 00:00:00 +0900</pubDate> + <pubDate>Sun, 20 Feb 2022 00:00:00 +0900</pubDate> <dc:creator><![CDATA[Rekka Bellum]]></dc:creator> <description> <![CDATA[<img src='https://grimgrains.com/media/recipes/bean_chili.jpg' width='600'/> diff --git a/src/recipes.c b/src/recipes.c @@ -71,7 +71,7 @@ add_part(&balsamic_banana_ice_cream, &balsamic_banana_ice_cream_banana_ice_cream // bean chili -Recipe bean_chili = create_recipe("bean chili", maindish, "6 portions", 20220220, 25); +Recipe bean_chili = create_recipe("bean chili", maindish, "6 portions", 20220221, 25); set_description(&bean_chili, "<p>A hearty, warm dish. The above photo is the day-after portion.</p><p>When making chili, we swap vegetables in and out depending on what we have. For instance, we might add only carrots, or two parsnips, or potatoes. Parnips, like carrots, are cheap and plentiful in winter. Celery is common in chili recipes, but we omit it because Devine isn't a fan.<p><p><b>Beans</b>. For beans, we try and use black beans as the bulk of the recipe, but we like to add chickpeas. Chickpeas in chili is not common, but it's a legume that we always have on hand and that we both love (we don't keep pinto, or kidney beans). Swapping chickpeas for lentils would also be delicious.</p><p><b>Canned beans?</b> It is possible to use canned beans, but buying dry beans is cheaper, and means less weight on the boat. For those who insist on using cans, <b>1 drained 425 g (15 oz) can of chickpeas</b> and <b>1 drained 425 g (15 oz) cans of black beans</b> is fine for this recipe.</p><p><b>Beer?</b> Beer provides a great flavorful medium for the beans and vegetables to simmer in, it adds depth of flavor. Dark, stouts and amber beer lend well to chili. You can omit the broth or beer and exchange for <b>350 ml</b> of extra tomatoes and their juices.</p><p><b>Chile powder</b>. This is different than chili powder. Chile powder refers to pure dried, crushed (and sometimes smoked) chipotle, habanero, ancho, guajillo, piri piri, kashmiri, etc. There are no other added ingredients. To make your own, see <a href='chile_powder.html'>this recipe</a>.</p><p><b>Cocoa powder</b>. Adding cocoa powder is a trick we learned from making Japanese curry roux. Japanese cooks like to add chocolate. It pairs well with chili. Like beer, it adds depth to the dish.</a>.</p><p><b>Pressure cooker</b>. We use our pressure cooker to prepare our chili because it helps us save on fuel (our boat uses LPG), and because we prepare beans from dry. Adjust cooking times for your altitude.</p><p><b>Fresh tomatoes</b>. If you have plenty of chopped fresh tomatoes available, or if you can your own, you can use <b>800 g</b> (roughly 10 to 12 whole, although it depends on the kind of tomato, e.g., cherry vs roma) of chopped fresh tomatoes instead of a can.</p>"); RecipePart bean_chili_chili = create_part("chili"); add_instruction(&bean_chili_chili, "Soak <i>125 g (3/4 cup)</i> of <a href='chickpeas.html'>dry chickpeas</a> and <i>125 g (3/4 cup)</i> <a href='black_beans.html'>black beans</a> in water for <u>4-8 hours</u> (I soak them in separate bowls). Drain.");