web/ponderings/peanut-butter/index.html

166 lines
5.5 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<title>Peanut Butter Recipe | Paul&#x27;s Site of Stuff</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<meta name="robots" content="noodp"/>
<link rel="stylesheet" href="https://paulwilde.uk/style.css">
<link rel="stylesheet" href="https://paulwilde.uk/color/orange.css">
<link rel="stylesheet" href="https://paulwilde.uk/color/background_blue.css">
<link rel="stylesheet" href="https://paulwilde.uk/font-hack-subset.css">
<meta name="description" content="The easiest, greatest, peanut butter you'll have ever tasted.">
<meta property="og:description" content="The easiest, greatest, peanut butter you'll have ever tasted.">
<meta property="og:title" content="Peanut Butter Recipe | Paul's Site of Stuff">
<meta property="og:type" content="article">
<meta property="og:url" content="https://paulwilde.uk/ponderings/peanut-butter/">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:description" content="The easiest, greatest, peanut butter you'll have ever tasted.">
<meta name="twitter:title" content="Peanut Butter Recipe | Paul's Site of Stuff">
<meta property="twitter:domain" content="paulwilde.uk">
<meta property="twitter:url" content="https://paulwilde.uk/ponderings/peanut-butter/">
<link rel="alternate" type="application/atom+xml" title="RSS" href="https://paulwilde.uk/atom.xml">
</head>
<body class="">
<div class="container">
<header class="header">
<div class="header__inner">
<div class="header__logo">
<a href="/" style="text-decoration: none;">
<div class="logo">
Hello, I&#x27;m Paul
</div>
</a>
</div>
</div>
<nav class="menu">
<ul class="menu__inner">
<li><a href="/">home</a></li>
<li><a href="/aboutme">about me</a></li>
<li><a href="/ponderings">ponderings</a></li>
<li><a href="/iuse">i use ...</a></li>
<li><a href="/tags">tags</a></li>
<li><a href="/rss">atom.xml</a></li>
</ul>
</nav>
</header>
<div class="home-content">
<div class="post">
<h1 class="post-title"><a href="https://paulwilde.uk/ponderings/peanut-butter/">Peanut Butter Recipe</a></h1>
<div class="post-meta-inline">
<span class="post-date">
2021-11-13
</span>
</div>
<span class="post-tags-inline">
:: tags:&nbsp;
<a class="post-tag" href="https://paulwilde.uk/tags/recipe/">#recipe</a></span>
<div class="post-content">
<p>This is the easiest thing in the world.</p>
<span id="continue-reading"></span>
<blockquote>
<h3 id="ingredients">ingredients</h3>
<p>Raw Peanuts - as many as you like (400g will make about 250ml of Peanut Butter)</p>
</blockquote>
<ol>
<li>Dry-fry (no oil etc.) the peanuts in the large frying pan for about 10 mins or for as long as it takes for the peanuts to become golden brown.
<ul>
<li>This will encourage the oils in the peanuts to release - which is exactly what we want!</li>
</ul>
</li>
<li>Put the now-roasted peanuts into the blender and blend.
<ul>
<li>Blend, blend, blend and blend some more. </li>
<li>There will be a point when you think nothings happening and the small bits of peanut are just moving around the blender, or just stuck in place. Give the stuck pieces a nudge with a spatula and get back to blending. </li>
<li>Blend, blend, blend even more until, eventually, the mixture starts to bind together and turn into a thick solid mass. </li>
<li>Keep blending and the mixture will loosen up become a lovely, smooth, peanut butter.</li>
</ul>
</li>
<li>Spoon out into a suitable container and allow to cool (or just eat it there and then, I wont judge you).</li>
</ol>
<p>Top Tips =</p>
<ul>
<li>If you prefer a chunky peanut butter, save some of the roasted peanuts back and only put them into the blended mixture at the end with a bit of a stir - lovely!</li>
</ul>
</div>
<div class="pagination">
<div class="pagination__title">
<span class="pagination__title-h">Thanks for reading! Read other posts?</span>
<hr />
</div>
<div class="pagination__buttons">
<span class="button previous">
<a href="https://paulwilde.uk/ponderings/mailautoconf/">
<span class="button__icon"></span>&nbsp;
<span class="button__text">Mailautoconf</span>
</a>
</span>
<span class="button next">
<a href="https://paulwilde.uk/ponderings/thisisnotmyemail/">
<span class="button__text">thisisnotmy.email</span>&nbsp;
<span class="button__icon"></span>
</a>
</span>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="footer__inner">
<div class="copyright copyright--user">Paul Wilde 2024 :: Theme&nbsp;<a href="https://github.com/pawroman/zola-theme-terminimal/">Terminimal</a></div>
</div>
</footer>
</div>
</body>
</html>