summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2016-02-07 13:44:05 -0500
committerBen Burwell <ben@benburwell.com>2016-02-07 13:44:05 -0500
commit89e53b0348179e38734a9f103a9e917faeb49f85 (patch)
tree16feabad75c2d29b6c897e2328d46563debbf9de
parentcbd46f058d86bcf2309cbb5208ab04d53c3e98d6 (diff)
Add espresso experiments page
-rw-r--r--_data/espresso.yml14
-rw-r--r--espresso-experiments/index.html51
-rw-r--r--index.html3
3 files changed, 67 insertions, 1 deletions
diff --git a/_data/espresso.yml b/_data/espresso.yml
new file mode 100644
index 0000000..c67a105
--- /dev/null
+++ b/_data/espresso.yml
@@ -0,0 +1,14 @@
+- date: 2016-02-07
+ water:
+ source: Cold tap water
+ quantity: 1 c.
+ beans:
+ source: Starbucks French Roast (dark)
+ quantity: 7
+ grind: Extra Fine 4
+ tamp: Medium
+ heat: 7
+ results: >
+ Pretty good. Crema was a bit lacking, though this may be more a results of
+ the maker than of anything else. Very strong, moderately bitter. Heavy,
+ smooth, dark.
diff --git a/espresso-experiments/index.html b/espresso-experiments/index.html
new file mode 100644
index 0000000..e8c3707
--- /dev/null
+++ b/espresso-experiments/index.html
@@ -0,0 +1,51 @@
+---
+layout: blog
+title: Ben's Espresso Experiments
+---
+
+<h1>Espresso Experiments</h1>
+
+<p>A few years ago, I bought a cheap stove top espresso maker. I've been using
+it casually on and off since then, but I've come to the conclusion that a more
+scientific approach would result in an improved product.</p>
+
+<p>I am definitely not an espresso expert; this is simply my way of trying
+to make a better shot. Besides enjoying espresso just on its own, I find that
+condensed milk makes an excellent addition, as it seems to allow the espresso to
+stand on its own next to the milk rather than diluting the taste as ordinary
+milk does.</p>
+
+<p>The measurements below have some seemingly strange units. For bean quantity, I
+simply use the timer setting on my grinder. For grind, I again simply list my
+grinder setting. It has Extra Fine, Fine, Medium, and Coarse settings, with each
+being divided into four sub-settings. I'm calling these Extra Fine 1, Extra Fine
+2, Extra Fine 3, Extra Fine 4, Fine 1, etc. For the heat, this is simply what I
+set my small stove burner to, in the range Lo, 1, 2, ..., 9, Hi.</p>
+
+{% for experiment in site.data.espresso %}
+<h2>Experiment: {{ experiment.date }}</h2>
+<section>
+ <p>
+ <b>Water:</b>
+ {{ experiment.water.source }} | {{ experiment.water.quantity }}
+ </p>
+ <p>
+ <b>Beans:</b>
+ {{ experiment.beans.source }} |
+ {{ experiment.beans.grind }} |
+ Amount {{ experiment.beans.quantity }}
+ </p>
+ <p>
+ <b>Tamp:</b>
+ {{ experiment.tamp }}
+ </p>
+ <p>
+ <b>Heat:</b>
+ {{ experiment.heat }}
+ </p>
+ <p>
+ <b>Results:</b>
+ {{ experiment.results }}
+ </p>
+</section>
+{% endfor %}
diff --git a/index.html b/index.html
index cf87df5..489c5d8 100644
--- a/index.html
+++ b/index.html
@@ -16,7 +16,8 @@ title: Ben Burwell - Software Engineer
"<a href="https://en.wikipedia.org/wiki/Unix_philosophy">unix philosophy</a>",
"<span class="hl string">crypto</span>",
"<span class="hl string">infosec</span>",
- "<a href="/theatre/">lighting design</a>"
+ "<a href="/theatre/">lighting design</a>",
+ "<a href="/espresso-experiments/">espresso</a>"
]
}</pre>
</div>