Add Creamy Ginger Pumpkin Soup
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
module.exports = require("../helpers")({
|
||||
title: "Creamy Ginger Pumpkin Soup",
|
||||
timings: {
|
||||
prep: "10 min",
|
||||
cook: "30 min",
|
||||
},
|
||||
icons: [],
|
||||
servings: 4,
|
||||
description: "This soup combines the zing of ginger with the smooth creaminess of pumpkin in a way which is " +
|
||||
"wonderful to eat on its own, provide a base for a more complex soup, or even just drink straight from the " +
|
||||
"jar.",
|
||||
steps: [{
|
||||
ingredients: [
|
||||
{ amount: 1, unit: "", item: "onion (yellow)" },
|
||||
{ amount: 1, unit: "tbsp", item: "butter" },
|
||||
],
|
||||
directions: "Melt the butter in a large pot, adding in the onions and cooking until they are tender and " +
|
||||
"translucent."
|
||||
}, {
|
||||
ingredients: [
|
||||
{ amount: 14, unit: "oz", item: "pumpkin purée" },
|
||||
{ amount: 2, unit: "cup", item: "chicken broth" },
|
||||
{ amount: 2, unit: "tbsp", item: "ginger (fresh, minced)" },
|
||||
],
|
||||
directions: "Add the broth, pumpkin, and ginger. Bring to a boil, and then reduce to a simmer until all the " +
|
||||
"elements are fully soft (about 20 min)."
|
||||
}, {
|
||||
ingredients: [
|
||||
{ amount: 2, unit: "tsp", item: "garam masala" },
|
||||
{ amount: 1, unit: "tsp", item: "tumeric" },
|
||||
{ amount: 1, unit: "cup", item: "half-n-half" },
|
||||
{ amount: 1/2, unit: "tsp", item: "salt" },
|
||||
],
|
||||
directions: "Purée in batches and return to the soup pot. Add the spices and cream. Bring back to " +
|
||||
"temperature, but do not allow to boil."
|
||||
}],
|
||||
credit: {
|
||||
name: "Deantini",
|
||||
url: "https://www.food.com/recipe/creamy-ginger-pumpkin-soup-383687"
|
||||
}
|
||||
})
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 70 KiB |
@@ -70,6 +70,10 @@ html
|
||||
img(src="cream-of-spinach-soup/large.png")
|
||||
p Cream of Spinach Soup
|
||||
|
||||
a(href="creamy-ginger-pumpkin-soup")
|
||||
img(src="creamy-ginger-pumpkin-soup/large.png")
|
||||
p Creamy Ginger Pumpkin Soup
|
||||
|
||||
a(href="curry-butternut-squash-and-apple-soup")
|
||||
img(src="curry-butternut-squash-and-apple-soup/large.png")
|
||||
p Curry Butternut Squash & Apple Soup
|
||||
|
||||
Reference in New Issue
Block a user