Convert recipe for chicken pot pie
This commit is contained in:
@@ -1 +1 @@
|
||||
<!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"></head><body class="recipe"><h1>Chicken Pot Pie</h1><section class="ingredients"><div class="image"><img src="large.png"></div><div class="list"><table><tr><td>4 tbsp</td><td>butter</td></tr><tr><td>1</td><td>onion (chopped fine)</td></tr><tr><td>2</td><td>carrots (sliced thin)</td></tr><tr><td>1</td><td>celery stalk (diced)</td></tr><tr><td>1 tsp</td><td>tomato paste</td></tr><tr><td>1 tsp</td><td>thyme (fresh, diced)</td></tr><tr><td>⅓ cup</td><td>flour</td></tr><tr><td>2 cup</td><td>chicken broth</td></tr><tr><td>1½ lbs</td><td>chicken thighs (skinless, diced)</td></tr><tr><td>½ cup</td><td>peas (frozen)</td></tr><tr><td>¼ cup</td><td>heavy cream</td></tr><tr><td>3 tbsp</td><td>parsley (fresh, minced)</td></tr><tr><td>1 tbsp</td><td>sherry (dry)</td></tr></table></div></section><section class="directions"><table><tr><td>1</td><td>Melt the butter in a large cast-iron pan.</td><td>2 min</td></tr><tr><td>2</td><td>Add onions, carrots, celery, salt, and pepper; cook until soft.</td><td>8 min</td></tr><tr><td>3</td><td>Stir in the tomato paste and thyme; cook until browned.</td><td>2 min</td></tr><tr><td>4</td><td>Stir in the flour and cook until golden.</td><td>1 min</td></tr><tr><td>5</td><td>Slowly whisk in the chicken broth until smooth.</td><td>2 min</td></tr><tr><td>6</td><td>Add the chicken and cover; simmer until the chicken is cooked all the way through.</td><td>10 min</td></tr><tr><td>7</td><td>Stir in the peas, heavy cream, and sherry.</td><td>1 min</td></tr><tr><td>8</td><td>(optional) Serve by pouring over biscuits or in a pie crust.</td><td></td></tr></table></section></body></html>
|
||||
<!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 Pot Pie</h1><div class="timing">prep 25 min, cook 10 min</div><div class="icons"><div class="icon gluten-free"></div><div class="icon serving"></div>× 4</div><div class="description">This recipe produce a sumptous filling for a chicken pot pie, delightfully tinged with dry sherry for a unique flavor.</div></div></section><section class="instructions"><div class="step"><h3>1</h3><div class="ingredients"><ul><li><div class="amount">4 tbsp</div><div class="item">butter</div></li><li><div class="amount">1 </div><div class="item">onion (yellow, diced)</div></li><li><div class="amount">1 </div><div class="item">celery stalk (diced)</div></li><li><div class="amount">2 </div><div class="item">carrots (thinly sliced)</div></li></ul></div><div class="detail">Melt the butter in a large cast-iron pan. Then add the vegetables, salt and pepper and cook until soft.</div></div><div class="step"><h3>2</h3><div class="ingredients"><ul><li><div class="amount">1 tsp</div><div class="item">tomato paste</div></li><li><div class="amount">1 tsp</div><div class="item">thyme (dried)</div></li></ul></div><div class="detail">Stir in the tomato paste and thyme and cook until browned.</div></div><div class="step"><h3>3</h3><div class="ingredients"><ul><li><div class="amount">⅓ cup</div><div class="item">gluten-free flour</div></li></ul></div><div class="detail">Stir in the flour and cook until golden.</div></div><div class="step"><h3>4</h3><div class="ingredients"><ul><li><div class="amount">2 cup</div><div class="item">chicken broth (or bouillon)</div></li></ul></div><div class="detail">Slowly whisk in the chicken broth and continue to mix until a smooth sauce has formed.</div></div><div class="step"><h3>5</h3><div class="ingredients"><ul><li><div class="amount">1½ lbs</div><div class="item">chicken thighs (chopped)</div></li></ul></div><div class="detail">Add the chicken and cook covered until the chicken is cooked all the way through (about 10 min).</div></div><div class="step"><h3>6</h3><div class="ingredients"><ul><li><div class="amount">½ cup</div><div class="item">peas (frozen)</div></li><li><div class="amount">¼ cup</div><div class="item">heavy cream</div></li><li><div class="amount">3 tbsp</div><div class="item">parsley (fresh, minced)</div></li><li><div class="amount">1 tbsp</div><div class="item">sherry (dry)</div></li></ul></div><div class="detail">Stir in the peas, heavy cream, and sherry. Cook until heated through and simmering again. Serve either in bowls as it is, or poured over biscuits, or baked into a pie crust.</div></div></section><section class="navigation"><a href="..">« Back</a></section></body></html>
|
||||
@@ -0,0 +1,51 @@
|
||||
module.exports = require("../helpers")({
|
||||
title: "Chicken Pot Pie",
|
||||
timings: {
|
||||
prep: "25 min",
|
||||
cook: "10 min",
|
||||
},
|
||||
icons: ["gluten-free"],
|
||||
servings: 4,
|
||||
description: "This recipe produce a sumptous filling for a chicken pot pie, delightfully tinged with dry sherry " +
|
||||
"for a unique flavor.",
|
||||
steps: [{
|
||||
ingredients: [
|
||||
{ amount: 4, unit: "tbsp", item: "butter" },
|
||||
{ amount: 1, unit: "", item: "onion (yellow, diced)" },
|
||||
{ amount: 1, unit: "", item: "celery stalk (diced)" },
|
||||
{ amount: 2, unit: "", item: "carrots (thinly sliced)" },
|
||||
],
|
||||
directions: "Melt the butter in a large cast-iron pan. Then add the vegetables, salt and pepper and cook " +
|
||||
"until soft."
|
||||
}, {
|
||||
ingredients: [
|
||||
{ amount: 1, unit: "tsp", item: "tomato paste" },
|
||||
{ amount: 1, unit: "tsp", item: "thyme (dried)" },
|
||||
],
|
||||
directions: "Stir in the tomato paste and thyme and cook until browned."
|
||||
}, {
|
||||
ingredients: [
|
||||
{ amount: 1/3, unit: "cup", item: "gluten-free flour" },
|
||||
],
|
||||
directions: "Stir in the flour and cook until golden."
|
||||
}, {
|
||||
ingredients: [
|
||||
{ amount: 2, unit: "cup", item: "chicken broth (or bouillon)" },
|
||||
],
|
||||
directions: "Slowly whisk in the chicken broth and continue to mix until a smooth sauce has formed."
|
||||
}, {
|
||||
ingredients: [
|
||||
{ amount: 1+1/2, unit: "lbs", item: "chicken thighs (chopped)" },
|
||||
],
|
||||
directions: "Add the chicken and cook covered until the chicken is cooked all the way through (about 10 min)."
|
||||
}, {
|
||||
ingredients: [
|
||||
{ amount: 1/2, unit: "cup", item: "peas (frozen)" },
|
||||
{ amount: 1/4, unit: "cup", item: "heavy cream" },
|
||||
{ amount: 3, unit: "tbsp", item: "parsley (fresh, minced)" },
|
||||
{ amount: 1, unit: "tbsp", item: "sherry (dry)" },
|
||||
],
|
||||
directions: "Stir in the peas, heavy cream, and sherry. Cook until heated through and simmering again. " +
|
||||
"Serve either in bowls as it is, or poured over biscuits, or baked into a pie crust."
|
||||
}]
|
||||
})
|
||||
@@ -1,89 +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 Chicken Pot Pie
|
||||
|
||||
section.ingredients
|
||||
.image
|
||||
img(src="large.png")
|
||||
.list
|
||||
table
|
||||
tr
|
||||
td 4 tbsp
|
||||
td butter
|
||||
tr
|
||||
td 1
|
||||
td onion (chopped fine)
|
||||
tr
|
||||
td 2
|
||||
td carrots (sliced thin)
|
||||
tr
|
||||
td 1
|
||||
td celery stalk (diced)
|
||||
tr
|
||||
td 1 tsp
|
||||
td tomato paste
|
||||
tr
|
||||
td 1 tsp
|
||||
td thyme (fresh, diced)
|
||||
tr
|
||||
td ⅓ cup
|
||||
td flour
|
||||
tr
|
||||
td 2 cup
|
||||
td chicken broth
|
||||
tr
|
||||
td 1½ lbs
|
||||
td chicken thighs (skinless, diced)
|
||||
tr
|
||||
td ½ cup
|
||||
td peas (frozen)
|
||||
tr
|
||||
td ¼ cup
|
||||
td heavy cream
|
||||
tr
|
||||
td 3 tbsp
|
||||
td parsley (fresh, minced)
|
||||
tr
|
||||
td 1 tbsp
|
||||
td sherry (dry)
|
||||
|
||||
section.directions
|
||||
table
|
||||
tr
|
||||
td 1
|
||||
td Melt the butter in a large cast-iron pan.
|
||||
td 2 min
|
||||
tr
|
||||
td 2
|
||||
td Add onions, carrots, celery, salt, and pepper; cook until soft.
|
||||
td 8 min
|
||||
tr
|
||||
td 3
|
||||
td Stir in the tomato paste and thyme; cook until browned.
|
||||
td 2 min
|
||||
tr
|
||||
td 4
|
||||
td Stir in the flour and cook until golden.
|
||||
td 1 min
|
||||
tr
|
||||
td 5
|
||||
td Slowly whisk in the chicken broth until smooth.
|
||||
td 2 min
|
||||
tr
|
||||
td 6
|
||||
td Add the chicken and cover; simmer until the chicken is cooked all the way through.
|
||||
td 10 min
|
||||
tr
|
||||
td 7
|
||||
td Stir in the peas, heavy cream, and sherry.
|
||||
td 1 min
|
||||
tr
|
||||
td 8
|
||||
td (optional) Serve by pouring over biscuits or in a pie crust.
|
||||
td
|
||||
Reference in New Issue
Block a user