Update recipe for Pommes Purée

This commit is contained in:
Andrew Miner
2017-11-16 19:53:27 -08:00
parent 760bed522c
commit ce28dbdb26
4 changed files with 40 additions and 71 deletions
+1 -3
View File
@@ -1,3 +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>Pommes Purée</h1><section class="ingredients"><div class="image"><img src="final.png"></div><div class="list"><table><tr><td>2 lb</td><td>Yukon Gold potatoes</td></tr><tr><td>20 tbsp</td><td>butter (unsalted)</td></tr><tr><td>1⅓ cups</td><td>whole milk (+ a little extra)</td></tr><tr><td>2 tsp</td><td>salt</td></tr></table></div></section><section class="directions"><table><tr><td>1</td><td>Peel and chop potatoes into 1" cubes. Rinse and set aside to drain.</td><td>10 min</td></tr><tr><td>2</td><td>Heat the butter, milk, and salt in a large saucepan over medium heat until the butter is melted.</td><td>5 min</td></tr><tr><td>3</td><td>Add the potatoes and increase the heat to a very low simmer. Cover, and allow the potatoes
to cook until very soft all the way through.</td><td>20 min</td></tr><tr><td>4</td><td>Drain the potatoes while retaining the liquid.</td><td>1 min</td></tr><tr><td>5</td><td>Clean the saucepan to remove any scum from cooking.</td><td>1 min</td></tr><tr><td>6</td><td>Return the liquid to the saucepan over very low heat.</td><td>1 min</td></tr><tr><td>7</td><td>Using the purée blade in a food processor, process all the solid potato chunks.</td><td>3 min</td></tr><tr><td>8</td><td>Recombine the puréed potatoes with the warm liquid in the saucepan adding just enough milk to
create make them <i>almost</i> pourable (like thick pudding) and bring back to temperature.</td><td>5 min</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>Pommes Purée</h1><div class="timing">prep 25 min,&nbsp;cook 20 min</div><div class="icons"><div class="icon gluten-free"></div><div class="icon vegetarian"></div><div class="icon serving"></div>× 6</div><div class="description">These are the most superb mashed potatoes I've ever experienced. Completely smooth, indescribably rich, and perfectly creamy, these potatoes are well worth pulling the food processor out of the cupboard.</div></div></section><section class="instructions"><div class="step"><h3>1</h3><div class="ingredients"><ul><li><div class="amount">2 lb</div><div class="item">yukon potatoes</div></li></ul></div><div class="detail">Peel and chop the potatoes into 1” cubes. Rise and set aside to drain.</div></div><div class="step"><h3>2</h3><div class="ingredients"><ul><li><div class="amount">1⅓ cups</div><div class="item">whole milk (+ a little extra)</div></li><li><div class="amount">20 tbsp</div><div class="item">butter</div></li><li><div class="amount">2 tsp</div><div class="item">salt</div></li></ul></div><div class="detail">In a stock pot, melt the butter over medium heat. Once completely melted, add the milk and salt and continue to heat until steaming. Finally, add the potatoes and simmer over very low heat until the potatoes are soft. (about 20 min)</div></div><div class="step"><h3>3</h3><div class="ingredients"><ul></ul></div><div class="detail">Drain the potatoes while retaining the liquid. Clean out the stock pot and return the liquid. Using the purée blade on a food processor, purée the potato pieces and return them to the stock pot as well.</div></div><div class="step"><h3>4</h3><div class="ingredients"><ul></ul></div><div class="detail">Re-combine thoroughly, adding just enough milk to make them <i>almost</i> pourable (like a thick pudding), and bring back to temperature.</div></div></section><section class="credits">Joël Robuchon,&nbsp;<a href="http://www.foodandwine.com/recipes/pommes-puree">http://www.foodandwine.com/recipes/pommes-puree</a></section></body></html>
+37
View File
@@ -0,0 +1,37 @@
module.exports = require("../helpers")({
title: "Pommes Purée",
timings: {
prep: "25 min",
cook: "20 min",
},
icons: ["gluten-free", "vegetarian"],
servings: 6,
description: "These are the most superb mashed potatoes I've ever experienced. Completely smooth, indescribably " +
"rich, and perfectly creamy, these potatoes are well worth pulling the food processor out of the cupboard.",
steps: [{
ingredients: [
{ amount: 2, unit: "lb", item: "yukon potatoes" },
],
directions: "Peel and chop the potatoes into 1” cubes. Rise and set aside to drain."
}, {
ingredients: [
{ amount: 1+1/3, unit: "cups", item: "whole milk (+ a little extra)" },
{ amount: 20, unit: "tbsp", item: "butter" },
{ amount: 2, unit: "tsp", item: "salt" },
],
directions: "In a stock pot, melt the butter over medium heat. Once completely melted, add the milk and " +
"salt and continue to heat until steaming. Finally, add the potatoes and simmer over very low heat " +
"until the potatoes are soft. (about 20 min)"
}, {
directions: "Drain the potatoes while retaining the liquid. Clean out the stock pot and return the liquid. " +
"Using the purée blade on a food processor, purée the potato pieces and return them to the stock pot as " +
"well."
}, {
directions: "Re-combine thoroughly, adding just enough milk to make them <i>almost</i> pourable (like a " +
"thick pudding), and bring back to temperature."
}],
credit: {
name: "Joël Robuchon",
url: "http://www.foodandwine.com/recipes/pommes-puree"
}
})
-66
View File
@@ -1,66 +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 Pommes Purée
section.ingredients
.image
img(src="final.png")
.list
table
tr
td 2 lb
td Yukon Gold potatoes
tr
td 20 tbsp
td butter (unsalted)
tr
td 1⅓ cups
td whole milk (+ a little extra)
tr
td 2 tsp
td salt
section.directions
table
tr
td 1
td Peel and chop potatoes into 1" cubes. Rinse and set aside to drain.
td 10 min
tr
td 2
td Heat the butter, milk, and salt in a large saucepan over medium heat until the butter is melted.
td 5 min
tr
td 3
td
| Add the potatoes and increase the heat to a very low simmer. Cover, and allow the potatoes
| to cook until very soft all the way through.
td 20 min
tr
td 4
td Drain the potatoes while retaining the liquid.
td 1 min
tr
td 5
td Clean the saucepan to remove any scum from cooking.
td 1 min
tr
td 6
td Return the liquid to the saucepan over very low heat.
td 1 min
tr
td 7
td Using the purée blade in a food processor, process all the solid potato chunks.
td 3 min
tr
td 8
td
| Recombine the puréed potatoes with the warm liquid in the saucepan adding just enough milk to
| create make them <i>almost</i> pourable (like thick pudding) and bring back to temperature.
td 5 min
+2 -2
View File
@@ -49,6 +49,6 @@ html
if credit.name
| #{credit.name}
if credit.name && credit.url
| ,
| ,&nbsp;
if credit.url
a(href=credit.url) credit.url
a(href=credit.url) #{credit.url}