- Added fresh radio show prep HTML (April 18, 2026 broadcast) - Created vanilla cake recipe HTML for web publishing - Removed guru-rmm submodule (migration incomplete, needs gururmm repo) Machine: Mikes-MacBook-Air.local Timestamp: 2026-04-19 08:09:00 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
295 lines
11 KiB
HTML
295 lines
11 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Best Vanilla Cake - Stays Moist 4 Days!</title>
|
|
<style>
|
|
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
body {
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
|
|
line-height: 1.6;
|
|
color: #333;
|
|
background: #f5f5f5;
|
|
padding: 20px;
|
|
}
|
|
|
|
.container {
|
|
max-width: 900px;
|
|
margin: 0 auto;
|
|
background: white;
|
|
padding: 40px;
|
|
border-radius: 8px;
|
|
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
|
|
}
|
|
|
|
h1 {
|
|
color: #2c3e50;
|
|
margin-bottom: 20px;
|
|
font-size: 2.5em;
|
|
border-bottom: 4px solid #3498db;
|
|
padding-bottom: 15px;
|
|
}
|
|
|
|
.rating {
|
|
color: #f39c12;
|
|
font-size: 1.2em;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.intro {
|
|
font-size: 1.1em;
|
|
color: #555;
|
|
margin-bottom: 30px;
|
|
line-height: 1.8;
|
|
}
|
|
|
|
.meta {
|
|
display: flex;
|
|
gap: 30px;
|
|
margin: 30px 0;
|
|
padding: 20px;
|
|
background: #ecf0f1;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.meta-item {
|
|
text-align: center;
|
|
}
|
|
|
|
.meta-label {
|
|
font-weight: bold;
|
|
color: #2c3e50;
|
|
display: block;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
h2 {
|
|
color: #2c3e50;
|
|
margin-top: 40px;
|
|
margin-bottom: 20px;
|
|
font-size: 1.8em;
|
|
border-bottom: 2px solid #3498db;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
h3 {
|
|
color: #34495e;
|
|
margin-top: 25px;
|
|
margin-bottom: 15px;
|
|
font-size: 1.3em;
|
|
}
|
|
|
|
ul, ol {
|
|
margin-left: 25px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
li {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.ingredients {
|
|
background: #f8f9fa;
|
|
padding: 25px;
|
|
border-radius: 5px;
|
|
border-left: 4px solid #3498db;
|
|
}
|
|
|
|
.note {
|
|
background: #fff3cd;
|
|
border-left: 4px solid #ffc107;
|
|
padding: 15px;
|
|
margin: 20px 0;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.note strong {
|
|
color: #856404;
|
|
}
|
|
|
|
.step {
|
|
margin-bottom: 20px;
|
|
padding-left: 15px;
|
|
}
|
|
|
|
.step strong {
|
|
color: #2980b9;
|
|
}
|
|
|
|
.footer {
|
|
margin-top: 40px;
|
|
padding-top: 20px;
|
|
border-top: 2px solid #ecf0f1;
|
|
font-size: 0.9em;
|
|
color: #7f8c8d;
|
|
}
|
|
|
|
@media print {
|
|
body {
|
|
background: white;
|
|
padding: 0;
|
|
}
|
|
|
|
.container {
|
|
box-shadow: none;
|
|
padding: 20px;
|
|
}
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<h1>My Best Vanilla Cake - Stays Moist 4 Days!</h1>
|
|
|
|
<div class="rating">★★★★★ 4.96 from 1468 votes</div>
|
|
|
|
<div class="intro">
|
|
<p>Your classic vanilla butter cake but with Japanese techniques applied for the most plush, soft and moist yellow cake like you've never had before. This <strong>professional bakery style cake stays fresh and moist for 4 days</strong> — that's unheard of!</p>
|
|
<p>This is THE Vanilla Cake recipe for all occasions — from layer cakes to birthday cakes, Victoria Sponge to strawberry shortcake ... the possibilities are endless.</p>
|
|
</div>
|
|
|
|
<div class="meta">
|
|
<div class="meta-item">
|
|
<span class="meta-label">Prep Time</span>
|
|
20 mins
|
|
</div>
|
|
<div class="meta-item">
|
|
<span class="meta-label">Cook Time</span>
|
|
30 mins
|
|
</div>
|
|
<div class="meta-item">
|
|
<span class="meta-label">Cooling</span>
|
|
2 hrs
|
|
</div>
|
|
<div class="meta-item">
|
|
<span class="meta-label">Servings</span>
|
|
10 - 12
|
|
</div>
|
|
<div class="meta-item">
|
|
<span class="meta-label">Calories</span>
|
|
339cal
|
|
</div>
|
|
</div>
|
|
|
|
<h2>Ingredients</h2>
|
|
|
|
<div class="ingredients">
|
|
<h3>Cake</h3>
|
|
<ul>
|
|
<li>2 cups plain / all purpose flour</li>
|
|
<li>2 1/2 teaspoons baking powder</li>
|
|
<li>1/4 tsp cooking salt</li>
|
|
<li>4 large eggs (at room temperature)</li>
|
|
<li>1 1/2 cups caster / superfine sugar</li>
|
|
<li>115g / 1/2 cup unsalted butter</li>
|
|
<li>1 cup milk (full fat)</li>
|
|
<li>3 tsp vanilla extract</li>
|
|
<li>3 tsp vegetable or canola oil</li>
|
|
</ul>
|
|
|
|
<h3>Vanilla Buttercream</h3>
|
|
<ul>
|
|
<li>225g / 2 sticks unsalted butter (softened)</li>
|
|
<li>500g / 1 lb soft icing sugar / powdered sugar (sifted)</li>
|
|
<li>3 tsp vanilla extract</li>
|
|
<li>2 - 4 tbsp milk (to adjust thickness)</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<h2>Instructions</h2>
|
|
|
|
<h3>Preparation</h3>
|
|
<ol>
|
|
<li><strong>Preheat oven</strong> to 180°C/350°F (160°C fan) for 20 minutes before starting the batter. Place shelf in the middle of the oven.</li>
|
|
<li><strong>Grease</strong> 2 x 20cm / 8" cake pans with butter, then line with parchment / baking paper.</li>
|
|
</ol>
|
|
|
|
<h3>Combine Dry Ingredients</h3>
|
|
<ol>
|
|
<li><strong>Whisk</strong> flour, baking powder and salt in a large bowl. Set aside.</li>
|
|
</ol>
|
|
|
|
<h3>Beat Eggs Until Aerated</h3>
|
|
<ol>
|
|
<li><strong>30 sec beat:</strong> Beat eggs for 30 seconds on speed 6 of a Stand Mixer fitted with a whisk attachment, or hand beater.</li>
|
|
<li><strong>Slowly add sugar:</strong> With the beater still going, pour the sugar in over 45 seconds.</li>
|
|
<li><strong>Triple volume:</strong> Then beat for 7 minutes on speed 8, or until tripled in volume and white.</li>
|
|
</ol>
|
|
|
|
<h3>Finish Cake Batter</h3>
|
|
<ol>
|
|
<li><strong>Heat Milk-Butter:</strong> While egg is beating, place butter and milk in a heatproof jug and microwave 2 minutes on high to melt butter (or use stove).</li>
|
|
<li><strong>Gently add flour:</strong> When the egg is whipped, scatter 1/3 flour across surface, then beat on Speed 1 for 5 seconds. Add half remaining flour, then mix on Speed 1 for 5 sec. Add remaining flour, then mix on Speed 1 for 5 - 10 sec until the flour is just mixed in. Once you can't see flour, stop straight away.</li>
|
|
<li><strong>Combine milk, vanilla & oil</strong> - Pour hot milk, vanilla and oil into the now empty flour bowl.</li>
|
|
<li><strong>Lighten with some Egg Batter:</strong> Add about 1 1/2 cups (2 ladles or so) of the Egg Batter into the Milk-Butter. Use a whisk to mix until smooth - you can be vigorous here. Will look foamy.</li>
|
|
<li><strong>Slowly add milk:</strong> Turn beater back on Speed 1 then pour the Milk mixture into the Egg Batter over 15 seconds, then turn beater off.</li>
|
|
<li><strong>Scrape and final mix:</strong> Scrape down sides and base of bowl. Beat on Speed 1 for 10 seconds - batter should now be smooth and pourable.</li>
|
|
</ol>
|
|
|
|
<h3>Bake</h3>
|
|
<ol>
|
|
<li>Pour batter into pans.</li>
|
|
<li><strong>Knock out bubbles:</strong> Bang each cake pan on the counter 3 times to knock out big bubbles.</li>
|
|
<li><strong>Bake</strong> 30 minutes or until golden and toothpick inserted into centre comes out clean.</li>
|
|
</ol>
|
|
|
|
<h3>Cool & Frost</h3>
|
|
<ol>
|
|
<li><strong>Turn out & cool:</strong> Remove from oven. Cool in cake pans for 15 minutes, then gently turn out onto cooling racks. If using as layer cakes, cool upside down - slight dome will flatten perfectly.</li>
|
|
<li><strong>Frost:</strong> Once cake layers are fully cool, top with frosting of choice, or cream and fresh berries or jam.</li>
|
|
</ol>
|
|
|
|
<h3>Vanilla Buttercream</h3>
|
|
<ol>
|
|
<li>Beat butter with paddle attachment in stand mixer for 3 minutes on high until it changes from yellow to almost white, and it becomes fluffy and creamy.</li>
|
|
<li>Add icing sugar / powdered sugar gradually in 3 lots, beating slowly (to avoid a powder storm) then once mostly incorporated, beat on high for a full 3 minutes until fluffy.</li>
|
|
<li>Add vanilla and milk, then beat for a further 30 seconds. Use milk only if needed to make it lovely and soft but still holds its form (eg for piping). Use immediately.</li>
|
|
</ol>
|
|
|
|
<div class="note">
|
|
<strong>To Ensure Success:</strong>
|
|
<ol>
|
|
<li>Read recipe from start to finish before starting</li>
|
|
<li>Make sure your baking powder is not past its expiry</li>
|
|
<li>Fresh eggs make the cake rise properly (old eggs don't aerate as well)</li>
|
|
<li>Work in order of steps per recipe</li>
|
|
<li>Don't incorporate add-ins like funfetti or blueberry (they sink)</li>
|
|
<li>Once you start, keep going until it's in the oven. Do not at any point leave batter sitting around - bubbles will subside!</li>
|
|
</ol>
|
|
</div>
|
|
|
|
<h2>Key Tips</h2>
|
|
|
|
<div class="step">
|
|
<strong>Room Temperature Eggs:</strong> Important for best rise. Quick way to warm up fridge cold eggs - place in a large bowl, cover with warm tap water (just warm, not hot), leave for 5 minutes. Wipe dry, then use.
|
|
</div>
|
|
|
|
<div class="step">
|
|
<strong>Hot Milk:</strong> Must be used hot. Do not let milk bubble and boil (foam is ok). Don't heat ahead and let cool before using.
|
|
</div>
|
|
|
|
<div class="step">
|
|
<strong>Oil:</strong> Just 3 teaspoons makes a noticeable difference to the tenderness of the crumb AND keeps the crumb moist for days.
|
|
</div>
|
|
|
|
<div class="step">
|
|
<strong>Storage:</strong> Frosted or wrapped unfrosted cake keeps perfectly for 4 days (practically like freshly made). Still good on Day 7 but a bit less moist. Keeps better if frosted because it seals the moisture in. Can stay out on counter unless it's hot. Keeps in freezer for 3 months.
|
|
</div>
|
|
|
|
<h2>Nutrition (per slice)</h2>
|
|
<p>Calories: 339cal | Carbohydrates: 51g | Protein: 6g | Fat: 13g | Saturated Fat: 7g | Cholesterol: 91mg | Sodium: 97mg | Potassium: 190mg | Fiber: 1g | Sugar: 31g | Vitamin A: 434IU | Calcium: 90mg | Iron: 2mg</p>
|
|
|
|
<div class="footer">
|
|
<p>Recipe adapted from RecipeTin Eats | Author: Nagi</p>
|
|
<p>Original recipe: <a href="https://www.recipetineats.com/my-best-vanilla-cake-stays-moist-4-days/">recipetineats.com</a></p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|