Add recipe for Chicken Marsala Florentine

This commit is contained in:
Andrew Miner
2019-03-30 17:39:51 -06:00
parent e0096c4b54
commit 05591a3bff
7 changed files with 54 additions and 2 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ function run-watch {
start-server
echo "Watching. Press ^C to cancel"
while true; do
fswatch src -i 'js$' -i 'png$' -i 'scss$' -i 'pug$' -e '.*' | while read FILE; do
run-build
sleep 2
done
@@ -0,0 +1 @@
<!DOCTYPE html><html><head><link href="../style2.css" rel="stylesheet" type="text/css"><meta charset="UTF-8"><meta name="viewport" content="user-scalable=no, width=device-width"></head><body class="recipe"><section class="header"><div class="image" style="background-image: url('./large.png');"></div><div class="about"><h1>Chicken Marsala Florentine</h1><div class="timing">prep 10 min,&nbsp;cook 30 min</div><div class="icons"><div class="icon serving"></div>× 4</div><div class="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!</div></div></section><section class="instructions"><div class="step"><h3>1</h3><div class="ingredients"><ul><li><div class="amount">4 </div><div class="item">chicken breasts</div></li></ul></div><div class="detail">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.</div></div><div class="step"><h3>2</h3><div class="ingredients"><ul><li><div class="amount">¼ cup</div><div class="item">flour (white, all-purpose)</div></li><li><div class="amount">1 tbsp</div><div class="item">oregano (dried)</div></li><li><div class="amount"> </div><div class="item">salt &amp; pepper (to taste)</div></li></ul></div><div class="detail">Combine the flour and spices in a shallow dish, and dredge the chicken through the mixture so that each piece is completely covered.</div></div><div class="step"><h3>3</h3><div class="ingredients"><ul><li><div class="amount">4 tbsp</div><div class="item">olive oil</div></li></ul></div><div class="detail">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.</div></div><div class="step"><h3>4</h3><div class="ingredients"><ul><li><div class="amount">¾ cup</div><div class="item">butter</div></li><li><div class="amount">1 cup</div><div class="item">marsala wine</div></li><li><div class="amount">3 cups</div><div class="item">mushrooms (brown)</div></li><li><div class="amount">¾ cups</div><div class="item">sun-dried tomatoes</div></li><li><div class="amount">½ cup</div><div class="item">spinach</div></li></ul></div><div class="detail">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.</div></div></section><section class="credits">SHANOU,&nbsp;<a href="https://www.allrecipes.com/recipe/47688/chicken-marsala-florentine">https://www.allrecipes.com/recipe/47688/chicken-marsala-florentine</a></section><section class="navigation"><a href="..">« Back</a></section></body></html>
Binary file not shown.

After

Width:  |  Height:  |  Size: 172 KiB

+1 -1
View File
File diff suppressed because one or more lines are too long
+47
View File
@@ -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

+4
View File
@@ -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