QA /personal/2008/11/cumquat-liqueur/

This commit is contained in:
Wesley Moore 2010-03-12 17:26:02 +11:00
parent 093d4272f3
commit e0b53132e9
2 changed files with 13 additions and 12 deletions

View file

@ -1,18 +1,19 @@
<a href="http://www.flickr.com/photos/wezm/2990288533/" style="float: left; margin-right: 1em;" title="Cumquats by wezm, on Flickr"><img src="http://farm4.static.flickr.com/3061/2990288533_0e20d8a0d2_t.jpg" width="100" height="100" alt="Cumquats" /></a>In August 2006 some friends of mine bought me a Cumquat tree (alternate spelling Kumquat) for my birthday. This was a great present as my balcony was in need of some vegetation and what better than a little fruit tree. Its grown a bit since then and started to bear fruit for the first time late last year. In February Amanda and I move to a new place. The tree came with us and continued to grow more fruit.
<a href="http://www.flickr.com/photos/wezm/2990288533/" class="alignleft" title="Cumquats by wezm, on Flickr"><img src="http://farm4.static.flickr.com/3061/2990288533_0e20d8a0d2_t.jpg" width="100" height="100" alt="Cumquats" /></a>In August 2006 some friends of mine bought me a Cumquat tree (alternate spelling Kumquat) for my birthday. This was a great present as my balcony was in need of some vegetation and what better than a little fruit tree. Its grown a bit since then and started to bear fruit for the first time late last year. In February Amanda and I move to a new place. The tree came with us and continued to grow more fruit.
<!--more-->
<div style="clear: left;"></div><a href="http://www.flickr.com/photos/wezm/2991199504/" style="float: right; margin-left: 1em;" title="My New Cumquat Tree by wezm, on Flickr"><img src="http://farm4.static.flickr.com/3179/2991199504_c566e4342e_m.jpg" width="180" height="240" alt="My New Cumquat Tree" /></a>Early in 2008 I decided to try making some liqueur with the Cumquats. Today I decided there was finally enough fruit to make the liqueur. I bought a couple of 1.5L preseving jars from <a href="http://chefshat.com.au/">Chefs Hat</a>, a bottle of brandy and some sugar. The recipe I used called for 700g Cumquats, 700mL of brandy and 700g of sugar.
<a href="http://www.flickr.com/photos/wezm/2991199504/" class="alignright clear" title="My New Cumquat Tree by wezm, on Flickr"><img src="http://farm4.static.flickr.com/3179/2991199504_c566e4342e_m.jpg" width="180" height="240" alt="My New Cumquat Tree" /></a>Early in 2008 I decided to try making some liqueur with the Cumquats. Today I decided there was finally enough fruit to make the liqueur. I bought a couple of 1.5L preserving jars from <a href="http://chefshat.com.au/">Chefs Hat</a>, a bottle of brandy and some sugar. The recipe I used called for 700g Cumquats, 700mL of brandy and 700g of sugar.
I sterilised the jars by giving them a wash then putting then in the oven for 10 mins at 150ºC. I boiled the rubber seals for 10 mins as well. After letting the jars cool down I divided the ingredients evenly between the jars. The cumquats were added first, each one washed thoroughly and pricked with a fork several times. These were followed by the sugar and then the brandy. I'm not sure if all the sugar is supposed to dissolve. The recipe didn't say anything about it so I just left it.
<div style="clear: both;"></div>Now the waiting begins. The jars will be sitting in a cupboard for the next six months, with a bit of a swish around once a month. Hopefully come May next year the liqueur will be ready for straining and sampling.
<p class="clear">Now the waiting begins. The jars will be sitting in a cupboard for the next six months, with a bit of a swish around once a month. Hopefully come May next year the liqueur will be ready for straining and sampling.</p>
<table style="margin-left: auto; margin-right: auto; width: 500px;">
<tr>
<td>
<a href="http://www.flickr.com/photos/wezm/2991144522/" style="float: left;" title="Cumquat Liqueur Ingredients by wezm, on Flickr"><img src="http://farm4.static.flickr.com/3009/2991144522_3e0b69e59f_m.jpg" width="240" height="160" alt="Cumquat Liqueur Ingredients" /></a>
<a href="http://www.flickr.com/photos/wezm/2991144522/" class="alignleft" title="Cumquat Liqueur Ingredients by wezm, on Flickr"><img src="http://farm4.static.flickr.com/3009/2991144522_3e0b69e59f_m.jpg" width="240" height="160" alt="Cumquat Liqueur Ingredients" /></a>
</td>
<td>
<a href="http://www.flickr.com/photos/wezm/2990289473/" style="float: right;" title="Cumquat Liqueur in Jar by wezm, on Flickr"><img src="http://farm4.static.flickr.com/3021/2990289473_2c94ee15b3_m.jpg" width="160" height="240" alt="Cumquat Liqueur in Jar" /></a>
<a href="http://www.flickr.com/photos/wezm/2990289473/" style="alignright" title="Cumquat Liqueur in Jar by wezm, on Flickr"><img src="http://farm4.static.flickr.com/3021/2990289473_2c94ee15b3_m.jpg" width="160" height="240" alt="Cumquat Liqueur in Jar" /></a>
</td>
</tr>
</table>

View file

@ -308,17 +308,17 @@ ul.inline li:first-child {
/* Wordpress element alignment classes */
#content .alignleft, img.alignleft {
float:left;
margin:5px 10px 5px 0;
float: left;
margin: 5px 10px 5px 0;
}
#content .alignright, img.alignright {
float:right;
margin:5px 0 5px 10px;
float: right;
margin: 5px 0 5px 10px;
}
#content .aligncenter, div.aligncenter, img.aligncenter {
text-align:center;
display:block;
margin:10px auto;
text-align: center;
display: block;
margin: 10px auto;
}
#content .clear {
clear: both;