what
This commit is contained in:
parent
864544624c
commit
a3e82f34b5
246 changed files with 4433 additions and 2 deletions
134
acl.cool/serve/writings/amar/index.html
Normal file
134
acl.cool/serve/writings/amar/index.html
Normal file
|
@ -0,0 +1,134 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>
|
||||
Amarettis (Chewy Almond Cookies)
|
||||
</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="/css/index.css">
|
||||
<link rel="icon" type="image/png" href="/assets/favicon.png">
|
||||
<script>
|
||||
const class_ = `font-${window.devicePixelRatio >= 1.3 ? 'hidpi' : 'lodpi'}`;
|
||||
document.documentElement.className = class_;
|
||||
</script>
|
||||
<meta name="generator" content="soupault">
|
||||
</head>
|
||||
<body>
|
||||
<main class="container">
|
||||
<section id="Amarettis-Chewy-Almond-Cookies">
|
||||
<h1>
|
||||
Amarettis (Chewy Almond Cookies)
|
||||
</h1>
|
||||
<p>
|
||||
These are genuinely excellent and surprisingly undemanding to make, particularly if you don’t beat the egg whites by hand. From start to finish, the process should take less than an hour.
|
||||
</p>
|
||||
<p>
|
||||
Keep in mind that the ideal crispy-outside chewy-inside texture forms over time while the cookies are cool. They <em>taste</em> right immediately after coming out of the oven, but for the best texture, let them cool completely and rest in a sealed container for several hours before consuming.
|
||||
</p>
|
||||
<p>
|
||||
Total caloric content of this recipe is 2840 kilocalories, or 109.6 kcal per cookie.
|
||||
</p>
|
||||
<section id="Ingredients">
|
||||
<h2>
|
||||
Ingredients
|
||||
</h2>
|
||||
<ul>
|
||||
<li>
|
||||
1/2 cup white granulated sugar
|
||||
</li>
|
||||
<li>
|
||||
1/2 cup demerara sugar (Florida Crystals or similar)
|
||||
</li>
|
||||
<li>
|
||||
280 grams blanched almond flour
|
||||
</li>
|
||||
<li>
|
||||
1/2 teaspoon kosher salt
|
||||
</li>
|
||||
<li>
|
||||
3 extra large eggs
|
||||
</li>
|
||||
<li>
|
||||
1/2 teaspoon vanilla extract
|
||||
</li>
|
||||
<li>
|
||||
1 ounce (weight) Lazzaroni Amaretto
|
||||
</li>
|
||||
<li>
|
||||
1 cup powdered sugar
|
||||
</li>
|
||||
<li>
|
||||
25 whole, roasted almonds
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="Equipment">
|
||||
<h2>
|
||||
Equipment
|
||||
</h2>
|
||||
<ul>
|
||||
<li>
|
||||
A medium mixing bowl (for dry ingredients)
|
||||
</li>
|
||||
<li>
|
||||
A small mixing bowl (for beating egg whites)
|
||||
</li>
|
||||
<li>
|
||||
A whisk or mixer
|
||||
</li>
|
||||
<li>
|
||||
A standard set of measuring spoons
|
||||
</li>
|
||||
<li>
|
||||
A kitchen scale
|
||||
</li>
|
||||
<li>
|
||||
A medium cookie sheet
|
||||
</li>
|
||||
<li>
|
||||
A silicone sheet-pan liner
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="Process">
|
||||
<h2>
|
||||
Process
|
||||
</h2>
|
||||
<ol>
|
||||
<li>
|
||||
Preheat the oven to 325°F.
|
||||
</li>
|
||||
<li>
|
||||
Mix the flour and sugars into a medium bowl.
|
||||
</li>
|
||||
<li>
|
||||
Separate three egg whites into another bowl and discard the yolks.
|
||||
</li>
|
||||
<li>
|
||||
Beat the egg whites until peaks are stiff.
|
||||
</li>
|
||||
<li>
|
||||
Add the vanilla extract and amaretto to the bowl of dry ingredients.
|
||||
</li>
|
||||
<li>
|
||||
Add the beaten egg whites to the dries and fold gently until a paste forms.
|
||||
</li>
|
||||
<li>
|
||||
Form small balls of the dough and coat them completely in powdered sugar.
|
||||
</li>
|
||||
<li>
|
||||
Gently press the dough balls onto a sheet-pan with a silicone mat, flattening them slightly.
|
||||
</li>
|
||||
<li>
|
||||
Press an almond into the top of each cookie so that the dough will hold it when baked.
|
||||
</li>
|
||||
<li>
|
||||
Place the pan (with cookies) in the oven for 25 minutes then remove it and let them cool.
|
||||
</li>
|
||||
</ol>
|
||||
</section>
|
||||
</section>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue