84 lines
2.8 KiB
HTML
84 lines
2.8 KiB
HTML
<!doctype html>
|
|
<html lang="en"><head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<link rel="shortcut icon" href="https://nonsense.dymc.win/favicon.ico">
|
|
<link id="stylesheet" rel="stylesheet" href="/css/light.css">
|
|
|
|
<link rel="canonical" href="https://nonsense.dymc.win/bread-dough-for-lazy-boys/" />
|
|
<title>Bread dough for lazy boys</title>
|
|
</head>
|
|
<body><header id="banner">
|
|
<nav class="navbar">
|
|
|
|
<a href="https://nonsense.dymc.win/" class="home">🏠</a>
|
|
|
|
<a
|
|
href="/info/"
|
|
title="👋"
|
|
>👋</a
|
|
><a
|
|
href="/search/"
|
|
title="🔎"
|
|
>🔎</a
|
|
>
|
|
|
|
<button id="toggle-button" class="toggle-button" onclick="toggleTheme()">🌚</button>
|
|
</nav>
|
|
</header>
|
|
<main id="content">
|
|
<article>
|
|
<header id="post-header">
|
|
<h2>Bread dough for lazy boys</h2>
|
|
<div>
|
|
<p>January 22, 2023</p>
|
|
</div>
|
|
</header><h3 id="ingredienti">INGREDIENTI</h3>
|
|
<ul>
|
|
<li>flour (ideally bread flour but if you don’t have it, it’s not the end of the world)</li>
|
|
<li>water</li>
|
|
<li>salt</li>
|
|
<li>yeast (i use the little dried packet stuff)</li>
|
|
</ul>
|
|
<h3 id="ratios">RATIOS</h3>
|
|
<p>To start measure the weight of flour; this is what we’ll work from. You can now work out how much of the other ingredients you need using these ratios:</p>
|
|
<ul>
|
|
<li>65% water</li>
|
|
<li>2% salt</li>
|
|
<li>0.5% yeast (this amount doesn’t particularly matter, as long as it’s in this ballpark)</li>
|
|
</ul>
|
|
<p>So if we used 1kg of flour for example, the recipe would look like this:</p>
|
|
<ul>
|
|
<li>1000g flour</li>
|
|
<li>650g water</li>
|
|
<li>20g salt</li>
|
|
<li>5g yeast</li>
|
|
</ul>
|
|
<h3 id="steps">STEPS</h3>
|
|
<ol>
|
|
<li>Put all the ingredients in a bowl nad mix until the flour is hydrated (you do not need to knead it, just bring it together).</li>
|
|
<li>Put in the fridge to slowly proof for at least a day.</li>
|
|
<li>Remove dough as required from the fridge and place in desired baking vessel (you don’t have to bake it all at once, I sometimes make a big batch and bake multiple things over the cours of a few days).</li>
|
|
<li>Proof in vessel for an additional hour or so at room temperature.</li>
|
|
<li>Bake!</li>
|
|
</ol>
|
|
<h3 id="some-helpful-resources">SOME HELPFUL RESOURCES</h3>
|
|
<ul>
|
|
<li><a href="https://cooking.nytimes.com/recipes/11376-no-knead-bread">Jim Lahey no knead bread</a></li>
|
|
<li><a href="https://www.youtube.com/watch?v=uWbl3Sr2y1Y">Kenji video</a></li>
|
|
<li><a href="https://www.youtube.com/watch?v=o4ABOKdHEUs">Ragusea pizza video</a></li>
|
|
</ul>
|
|
</article>
|
|
</main>
|
|
<footer id="footer">
|
|
<small>
|
|
made with <a href="https://gohugo.io">hugo</a>
|
|
</small>
|
|
|
|
<script src="/js/search.js"></script>
|
|
<script src="/js/toggle.js"></script>
|
|
</footer>
|
|
|
|
</body>
|
|
</html>
|