-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Site updated at 2023-12-21 03:48:04 UTC
- Loading branch information
0 parents
commit 32f69ee
Showing
2,402 changed files
with
773,081 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,341 @@ | ||
<!doctype html> | ||
<!-- | ||
Minimal Mistakes Jekyll Theme 4.24.0 by Michael Rose | ||
Copyright 2013-2020 Michael Rose - mademistakes.com | @mmistakes | ||
Free for personal and commercial use under the MIT license | ||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE | ||
--> | ||
<html lang="en" class="no-js"> | ||
<head> | ||
<meta charset="utf-8"> | ||
|
||
<title>Do You Know The Muffin Man?</title> | ||
<meta name="description" content="I like to bake and make desserts in my spare time. This is a journal of my experiments. "> | ||
|
||
|
||
<meta name="author" content="Eric Fung"> | ||
|
||
|
||
<meta property="og:type" content="article"> | ||
<meta property="og:locale" content="en_US"> | ||
<meta property="og:site_name" content="Do You Know The Muffin Man?"> | ||
<meta property="og:title" content="Do You Know The Muffin Man?"> | ||
<meta property="og:url" content="https://www.gnufmuffin.com/2005/04/"> | ||
|
||
|
||
<meta property="og:description" content="I like to bake and make desserts in my spare time. This is a journal of my experiments. "> | ||
|
||
|
||
|
||
|
||
|
||
<meta name="twitter:site" content="@gnufmuffin"> | ||
<meta name="twitter:title" content="Do You Know The Muffin Man?"> | ||
<meta name="twitter:description" content="I like to bake and make desserts in my spare time. This is a journal of my experiments. "> | ||
<meta name="twitter:url" content="https://www.gnufmuffin.com/2005/04/"> | ||
|
||
|
||
<meta name="twitter:card" content="summary"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<meta property="article:published_time" content="2005-04-01T00:00:00-05:00"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<link rel="canonical" href="https://www.gnufmuffin.com/2005/04/"> | ||
|
||
|
||
|
||
|
||
<script type="application/ld+json"> | ||
{ | ||
"@context": "https://schema.org", | ||
|
||
"@type": "Person", | ||
"name": "Eric Fung", | ||
"url": "https://www.gnufmuffin.com/" | ||
|
||
} | ||
</script> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="Do You Know The Muffin Man? Feed"> | ||
|
||
|
||
<!-- https://t.co/dKP3o1e --> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
<script> | ||
document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js '; | ||
</script> | ||
|
||
<!-- For all browsers --> | ||
<link rel="stylesheet" href="/assets/css/main.css"> | ||
<link rel="preload" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'"> | ||
<noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css"></noscript> | ||
|
||
|
||
|
||
<link href="https://fonts.googleapis.com/css?family=Playfair+Display|Source+Sans+Pro" rel="stylesheet"> | ||
|
||
|
||
<meta name="robots" content="noindex"/> | ||
|
||
|
||
</head> | ||
|
||
<body class="layout--month-archive"> | ||
<nav class="skip-links"> | ||
<ul> | ||
<li><a href="#site-nav" class="screen-reader-shortcut">Skip to primary navigation</a></li> | ||
<li><a href="#main" class="screen-reader-shortcut">Skip to content</a></li> | ||
<li><a href="#footer" class="screen-reader-shortcut">Skip to footer</a></li> | ||
</ul> | ||
</nav> | ||
|
||
<!--[if lt IE 9]> | ||
<div class="notice--danger align-center" style="margin: 0;">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience.</div> | ||
<![endif]--> | ||
|
||
|
||
|
||
<div class="masthead"> | ||
<div class="masthead__inner-wrap"> | ||
<div class="masthead__menu"> | ||
<nav id="site-nav" class="greedy-nav"> | ||
|
||
<a class="site-title" href="/"> | ||
Do You Know The Muffin Man? | ||
|
||
</a> | ||
<ul class="visible-links"><li class="masthead__menu-item"> | ||
<a href="/aboutme/">About</a> | ||
</li><li class="masthead__menu-item"> | ||
<a href="/gbc/">Bakery Arts at GBC</a> | ||
</li><li class="masthead__menu-item"> | ||
<a href="/archives/">Archives & Tags</a> | ||
</li></ul> | ||
|
||
<button class="search__toggle" type="button"> | ||
<span class="visually-hidden">Toggle search</span> | ||
<i class="fas fa-search"></i> | ||
</button> | ||
|
||
<button class="greedy-nav__toggle hidden" type="button"> | ||
<span class="visually-hidden">Toggle menu</span> | ||
<div class="navicon"></div> | ||
</button> | ||
<ul class="hidden-links hidden"></ul> | ||
</nav> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
<div class="initial-content"> | ||
|
||
<div id="main" role="main"> | ||
<div class="sidebar sticky"> | ||
<div itemscope itemtype="https://schema.org/Person"> | ||
<div class="author__avatar"> | ||
<img src="https://www.gravatar.com/avatar/877215a85ea128b67b4334142a6df260" alt="Eric Fung" itemprop="image"> | ||
</div> | ||
<div class="author__content"> | ||
<h3 class="author__name" itemprop="name">Eric Fung</h3> | ||
<div class="author__bio" itemprop="description"> | ||
<p>I like to bake and make desserts in my spare time. This is a journal of my experiments.</p> | ||
</div> | ||
</div> | ||
<div class="author__urls-wrapper"> | ||
<button class="btn btn--inverse">Follow</button> | ||
<ul class="author__urls social-icons"> | ||
<li itemprop="homeLocation" itemscope itemtype="https://schema.org/Place"> | ||
<i class="fas fa-fw fa-map-marker-alt" aria-hidden="true"></i> <span itemprop="name">Toronto, Canada</span> | ||
</li> | ||
<li><a href="mailto:efung@acm.org" rel="nofollow noopener noreferrer"><i class="fas fa-fw fa-envelope-square" aria-hidden="true"></i><span class="label">Email</span></a></li> | ||
<li><a href="https://twitter.com/gnufmuffin" rel="nofollow noopener noreferrer"><i class="fab fa-fw fa-twitter-square" aria-hidden="true"></i><span class="label">Twitter</span></a></li> | ||
<li><a href="https://www.flickr.com/photos/gnuf/" rel="nofollow noopener noreferrer"><i class="fab fa-fw fa-flickr" aria-hidden="true"></i><span class="label">Flickr</span></a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="archive"> | ||
<h1>Archive of posts from April 2005</h1> | ||
<ul class="posts"> | ||
<div class="list__item"> | ||
<article class="archive__item" itemscope itemtype="https://schema.org/CreativeWork"> | ||
<h2 class="archive__item-title" itemprop="headline"> | ||
<a href="/2005/04/basic-3-coffee-and-tea.html" rel="permalink">Basic 3: Coffee and Tea | ||
</a> | ||
</h2> | ||
<p class="page__meta"> 2005-04-23 </p> | ||
<img class="align-left" src="https://farm1.staticflickr.com/6/10528294_0db59b764e_q.jpg"> | ||
<p class="archive__item-excerpt" itemprop="description">We started this morning with muffins. I’ve probably made at least 100 dozen muffins in the past so I didn’t think this was going to be too hard. After mixing everything together, we let the batter rest for a while to let the bran hydrate. Dissolving brown sugar in the water/eg...</p> | ||
</article> | ||
</div> | ||
<div class="list__item"> | ||
<article class="archive__item" itemscope itemtype="https://schema.org/CreativeWork"> | ||
<h2 class="archive__item-title" itemprop="headline"> | ||
<a href="/2005/04/tools-of-trade.html" rel="permalink">Tools of the trade | ||
</a> | ||
</h2> | ||
<p class="page__meta"> 2005-04-21 </p> | ||
<img class="align-left" src="https://farm1.staticflickr.com/7/10242286_c0e7870b54_q.jpg"> | ||
<p class="archive__item-excerpt" itemprop="description">Before I enrolled in this course, I knew that I had to buy some equipment for use in the class. During the first morning, our instructor walked us through the list (which was different from the one on the website). I’m glad I waited because there were many things that he said ...</p> | ||
</article> | ||
</div> | ||
<div class="list__item"> | ||
<article class="archive__item" itemscope itemtype="https://schema.org/CreativeWork"> | ||
<h2 class="archive__item-title" itemprop="headline"> | ||
<a href="/2005/04/basic-2-pie-oh-my.html" rel="permalink">Basic 2: Pie Oh My | ||
</a> | ||
</h2> | ||
<p class="page__meta"> 2005-04-16 </p> | ||
<img class="align-left" src="https://farm1.staticflickr.com/7/9903710_49f7b2a328_q.jpg"> | ||
<p class="archive__item-excerpt" itemprop="description">When I arrive, the ingredients for today’s pie are already measured and laid out: flour, shortening, granulated sugar, modified cornstarch, a lemon, apples and butter. We begin by peeling and slicing apples and immersing them into a bowl filled with water and lemon juice. This...</p> | ||
</article> | ||
</div> | ||
<div class="list__item"> | ||
<article class="archive__item" itemscope itemtype="https://schema.org/CreativeWork"> | ||
<h2 class="archive__item-title" itemprop="headline"> | ||
<a href="/2005/04/basic-1-first-impressions.html" rel="permalink">Basic 1: First impressions | ||
</a> | ||
</h2> | ||
<p class="page__meta"> 2005-04-10 </p> | ||
<p class="archive__item-excerpt" itemprop="description">It was almost a given that I’d show up late for the first class. I ran into the baking lab, 5 minutes late, to find the class had begun. The basement room contains a row of Hobart mixers along one wall, and large steel fridges and freezer along another. Racks of equipment (rol...</p> | ||
</article> | ||
</div> | ||
<div class="list__item"> | ||
<article class="archive__item" itemscope itemtype="https://schema.org/CreativeWork"> | ||
<h2 class="archive__item-title" itemprop="headline"> | ||
<a href="/2005/04/baking-basic.html" rel="permalink">Baking Basic | ||
</a> | ||
</h2> | ||
<p class="page__meta"> 2005-04-09 </p> | ||
<p class="archive__item-excerpt" itemprop="description">For the next ten weeks, I am attending “Baking Basic”, the introductory course in the Bakery Arts program at George Brown College.Week 1: First impressionsWeek 2: Apple pieWeek 3: Muffins and tea biscuitsWeek 4: Masking and piping exerciseWeek 5: Crème caramel and bavarian cre...</p> | ||
</article> | ||
</div> | ||
</ul> | ||
</div> | ||
</div> | ||
|
||
|
||
</div> | ||
|
||
|
||
<div class="search-content"> | ||
<div class="search-content__inner-wrap"><form onsubmit="return googleCustomSearchExecute();" id="cse-search-box-form-id"> | ||
<label class="sr-only" for="cse-search-input-box-id"> | ||
Enter your search term... | ||
</label> | ||
<input type="search" id="cse-search-input-box-id" class="search-input" tabindex="-1" placeholder="Enter your search term..." /> | ||
</form> | ||
<div id="results" class="results"> | ||
<gcse:searchresults-only></gcse:searchresults-only> | ||
</div></div> | ||
|
||
</div> | ||
|
||
|
||
<div id="footer" class="page__footer"> | ||
<footer> | ||
<!-- start custom footer snippets --> | ||
|
||
<!-- end custom footer snippets --> | ||
<div class="page__footer-follow"> | ||
<ul class="social-icons"> | ||
|
||
<li><strong>Follow:</strong></li> | ||
|
||
|
||
|
||
|
||
|
||
<li><a href="https://twitter.com/gnufmuffin" rel="nofollow noopener noreferrer"><i class="fab fa-fw fa-twitter-square" aria-hidden="true"></i> Twitter</a></li> | ||
|
||
|
||
|
||
<li><a href="https://www.flickr.com/photos/gnuf/" rel="nofollow noopener noreferrer"><i class="fab fa-fw fa-flickr" aria-hidden="true"></i> Flickr</a></li> | ||
|
||
|
||
|
||
|
||
<li><a href="https://feedburner.google.com/fb/a/mailverify?uri=gnufmuffin&loc=en_US"><i class="fas fa-fw fa-envelope-square" aria-hidden="true"></i> Subscribe</a></li> | ||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li> | ||
</ul> | ||
</div> | ||
|
||
<div class="page__footer-copyright">© 2005 - 2023 by Eric Fung. | ||
|
||
</footer> | ||
</div> | ||
|
||
|
||
<script src="/assets/js/main.min.js"></script> | ||
|
||
|
||
<script> | ||
(function () { | ||
var cx = '010421437360703614971:4kdrie_o90q'; | ||
var gcse = document.createElement('script'); | ||
gcse.type = 'text/javascript'; | ||
gcse.async = true; | ||
gcse.src = 'https://cse.google.com/cse.js?cx=' + cx; | ||
var s = document.getElementsByTagName('script')[0]; | ||
s.parentNode.insertBefore(gcse, s); | ||
})(); | ||
|
||
function googleCustomSearchExecute() { | ||
var input = document.getElementById('cse-search-input-box-id'); | ||
var element = google.search.cse.element.getElement('searchresults-only0'); | ||
if (input.value == '') { | ||
element.clearAllResults(); | ||
} else { | ||
element.execute(input.value); | ||
} | ||
return false; | ||
} | ||
|
||
|
||
</script> | ||
|
||
|
||
|
||
|
||
<script> | ||
window.ga=function(){ga.q.push(arguments)};ga.q=[];ga.l=+new Date; | ||
ga('create','UA-40940201-2','auto'); | ||
ga('set', 'anonymizeIp', true); | ||
ga('send','pageview') | ||
</script> | ||
<script src="https://www.google-analytics.com/analytics.js" async></script> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</body> | ||
</html> |
Oops, something went wrong.