Update recipe for Caldo Verde

This commit is contained in:
Andrew Miner
2019-08-11 13:25:34 -06:00
parent ea15bb294b
commit 092c48cdb3
3 changed files with 52 additions and 99 deletions
+51
View File
@@ -0,0 +1,51 @@
module.exports = require("../helpers")({
title: "Caldo Verde",
timings: {
prep: "15 min",
cook: "45 min",
},
icons: ["gluten-free"],
servings: 8,
description: "This spicy spanish soup packs a full meal (greens, carbs, and protein) into a single bowl.",
steps: [{
ingredients: [
{ amount: 2, unit: "tbsp", item: "olive oil" },
{ amount: 1+1/2, unit: "lb", item: "chorizo sausage" },
],
directions: "Add olive oil to a skillet on medium-high heat, and cook the chorizo until browned (about " +
"165°F inside) and set aside in a bowl."
}, {
ingredients: [
{ amount: 2, unit: "", item: "onions (yellow, chopped)" },
{ amount: 8, unit: "clovese", item: "garlic" },
{ amount: 1/2, unit: "tsp", item: "red pepper flakes" },
{ amount: 1, unit: "tsp", item: "black pepper" },
],
directions: "Reduce the heat to medium, and, in the same skillet, add the onion, garlic, salt, red pepper " +
"flakes, and black pepper. Cook until the onion is golden and translucent. Set the skillet aside."
}, {
ingredients: [
{ amount: 8, unit: "cups", item: "water" },
{ amount: 8, unit: "cups", item: "chicken broth" },
{ amount: 4, unit: "lbs", item: "potatoes (cubed)" },
],
directions: "In a large stock pot, add the water and broth. Bring to a boil, add the potatoes, and cook " +
"until they start to turn tender. Then reduce to a simmer and cook until soft."
}, {
directions: "Add the onion mix to the stock pot, and mix. Transfer 1½ cups of solids and another 1½ cups of " +
"liquids to a blender and set aside."
}, {
ingredients: [
{ amount: 2, unit: "lbs", item: "collard greens" },
],
directions: "Slice the chorizo into bite-sized pieces and add to the stock pot. Add the collard greens and " +
"continue to simmer until the greens are soft and limp."
}, {
ingredients: [
{ amount: 1/3, unit: "cup", item: "olive oil" },
{ amount: 4, unit: "tsp", item: "white wine vinegar" },
],
directions: "Add the oil to the blender and purée. Turn off the heat, and add the purée and vinegar to the " +
"stock pot."
}]
})
-97
View File
@@ -1,97 +0,0 @@
doctype html
html
head
link(href="../style.css" rel="stylesheet" type="text/css")
meta(charset="UTF-8")
meta(name="viewport" content="user-scalable=no, width=device-width")
body.recipe
h1 Caldo Verde
section.ingredients
.image
img(src="large.png")
.list
table
tr
td ½ cup
td olive oil
tr
td 24 oz
td spanish chorizo sausage
tr
td 2
td onions (chopped fine)
tr
td 8 cloves
td garlic
tr
td ½ tsp
td red pepper flakes
tr
td 4 lbs
td potatoes (yukon gold)
tr
td 8 cups
td chicken broth
tr
td 8 cups
td water
tr
td 2 lbs
td collard greens
tr
td 4 tsp
td white wine vinegar
tr
td  
td salt & pepper
section.directions
table
tr
td 1
td Heat 1 tsp olive oil in a large stock pot over medium-high heat.
td 2 min
tr
td 2
td Add chorizo and cook until lightly browned.
td 5 min
tr
td 3
td Transfer the chorizo to a bowl and set aside.
td 1 min
tr
td 4
td
| Reduce heat and add onion, garlic, 2½ tsp salt, red pepper flakes, and black pepper.
| Cook until onion is translucent.
td 5 min
tr
td 5
td Add potatoes, broth, water and bring to a boil.
td 10 min
tr
td 6
td Reduce heat and simmer until potatoes and just tender.
td 8-10 min
tr
td 7
td Transfer 1½ cups of solids and 1½ cups of liquid to a blender and purée.
td 5 min
tr
td 8
td Add collard greens and simmer.
td 10 min
tr
td 9
td Stir in chorizo an dsimmer until greens are soft.
td 8-10 min
tr
td 9
td Add remaining oil to the blender and purée
td 1 min
tr
td 10
td Turn off the heat and add both the purée and vinegar.
td 1 min