Add recipe for Chicken Marsala Florentine
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
module.exports = require("../helpers")({
|
||||
title: "Chicken Marsala Florentine",
|
||||
timings: {
|
||||
prep: "10 min",
|
||||
cook: "30 min",
|
||||
},
|
||||
icons: [],
|
||||
servings: 4,
|
||||
description: "This is a gorgeous chicken dish with sun-dried tomatoes, spinach, and mushrooms. The amazing " +
|
||||
"blend of flavors and textures is out of this world!",
|
||||
steps: [{
|
||||
ingredients: [
|
||||
{ amount: 4, item: "chicken breasts" },
|
||||
],
|
||||
directions: "Place chicken breasts between two layers of parchment paper and flatten with a meat mallet " +
|
||||
"until each piece is less than a half inch thick."
|
||||
}, {
|
||||
ingredients: [
|
||||
{ amount: 1/4, unit: "cup", item: "flour (white, all-purpose)" },
|
||||
{ amount: 1, unit: "tbsp", item: "oregano (dried)" },
|
||||
{ item: "salt & pepper (to taste)" },
|
||||
],
|
||||
directions: "Combine the flour and spices in a shallow dish, and dredge the chicken through the mixture so " +
|
||||
"that each piece is completely covered."
|
||||
}, {
|
||||
ingredients: [
|
||||
{ amount: 4, unit: "tbsp", item: "olive oil" },
|
||||
],
|
||||
directions: "Heat the oil on high in a skillet, and fry each piece of chicken until completely cooked and " +
|
||||
"golden on both sides (160°F). Add more oil as needed. Once cooked, set the chicken aside in a warm place."
|
||||
}, {
|
||||
ingredients: [
|
||||
{ amount: 3/4, unit: "cup", item: "butter" },
|
||||
{ amount: 1, unit: "cup", item: "marsala wine" },
|
||||
{ amount: 3, unit: "cups", item: "mushrooms (brown)" },
|
||||
{ amount: 3/4, unit: "cups", item: "sun-dried tomatoes" },
|
||||
{ amount: 1/2, unit: "cup", item: "spinach" },
|
||||
],
|
||||
directions: "Using the same skillet, melt the butter and add in the wine, mushrooms, and tomatoes. Cook " +
|
||||
"until the mushrooms as soft (about 10 min). Add the spinach and cook until the spinach has turned soft " +
|
||||
"(about a minute or two). Serve the vegetables and sauce over the chicken."
|
||||
}],
|
||||
credit: {
|
||||
name: "SHANOU",
|
||||
url: "https://www.allrecipes.com/recipe/47688/chicken-marsala-florentine"
|
||||
}
|
||||
})
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 172 KiB |
@@ -130,6 +130,10 @@ html
|
||||
img(src="chicken-cordon-bleu/large.png")
|
||||
p Chicken Cordon Bleu
|
||||
|
||||
a(href="chicken-marsala-florentine")
|
||||
img(src="chicken-marsala-florentine/large.png")
|
||||
p Chicken Marsala Florentine
|
||||
|
||||
a(href="chicken-parmesan")
|
||||
img(src="chicken-parmesan/large.png")
|
||||
p Chicken Parmesan
|
||||
|
||||
Reference in New Issue
Block a user