aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--site/content/post/brewing-chemex.md8
-rw-r--r--site/content/post/jamaica-blue.md5
-rw-r--r--site/content/post/making-sense.md8
-rw-r--r--site/layouts/_default/li.html2
-rw-r--r--site/layouts/post/single.html2
-rw-r--r--site/static/admin/config.yml2
6 files changed, 10 insertions, 17 deletions
diff --git a/site/content/post/brewing-chemex.md b/site/content/post/brewing-chemex.md
index d90fb80..c8c817e 100644
--- a/site/content/post/brewing-chemex.md
+++ b/site/content/post/brewing-chemex.md
@@ -1,14 +1,10 @@
---
title: "A beginners’ guide to brewing with Chemex"
date: 2017-01-04T15:04:10.000Z
+description: Brewing with a Chemex probably seems like a complicated, time-consuming ordeal, but once you get used to the process, it becomes a soothing ritual that’s worth the effort every time.
+image: /img/blog/chemex.jpg
---
-Brewing with a Chemex probably seems like a complicated, time-consuming ordeal, but once you get used to the process, it becomes a soothing ritual that’s worth the effort every time.
-
-<!--more-->
-
-![A half-full Chemex sitting on a white table](/img/blog/chemex.jpg)
-
This [week](/wdwdw) we’ll **take** a look at all the steps required to make astonishing coffee with a Chemex at home. The Chemex Coffeemaker is a manual, pour-over style glass-container coffeemaker that Peter Schlumbohm invented in 1941, and which continues to be manufactured by the Chemex Corporation in Chicopee, Massachusetts*.
In 1958, designers at the [Illinois Institute of Technology](https://www.spacefarm.digital) said that the Chemex Coffeemaker is *"one of the best-designed products of modern times"*, and so is included in the collection of the Museum of Modern Art in New York City.
diff --git a/site/content/post/jamaica-blue.md b/site/content/post/jamaica-blue.md
index 03b795e..5438696 100644
--- a/site/content/post/jamaica-blue.md
+++ b/site/content/post/jamaica-blue.md
@@ -1,12 +1,9 @@
---
title: "Just in: small batch of Jamaica Blue Mountain in store next week"
date: 2017-01-04T15:04:10.000Z
+description: We’re proud to announce that we’ll be offering a small batch of Jamaica Blue Mountain coffee beans in our store next week.
---
-We’re proud to announce that we’ll be offering a small batch of Jamaica Blue Mountain coffee beans in our store next week.
-
-<!--more-->
-
We expect the shipment of a limited quantity of green beans next Monday. We’ll be offering the roasted beans from Tuesday, but quantities are limited, so be quick.
Blue Mountain Peak is the highest mountain in Jamaica and one of the highest peaks in the Caribbean at 7,402 ft. It is the home of Blue Mountain coffee and their famous tours. It is located on the border of the Portland and Saint Thomas parishes of Jamaica.
diff --git a/site/content/post/making-sense.md b/site/content/post/making-sense.md
index 416c991..3d6c8b5 100644
--- a/site/content/post/making-sense.md
+++ b/site/content/post/making-sense.md
@@ -1,14 +1,10 @@
---
title: "Making sense of the SCAA’s new Flavor Wheel"
date: 2016-12-17T15:04:10.000Z
+description: The Coffee Taster’s Flavor Wheel, the official resource used by coffee tasters, has been revised for the first time this year.
+image: /img/blog/flavor_wheel.jpg
---
-The Coffee Taster’s Flavor Wheel, the official resource used by coffee tasters, has been revised for the first time this year.
-
-<!--more-->
-
-![People preparing coffee for a sampling](/img/blog/flavor_wheel.jpg)
-
The SCAA updated the wheel to reflect the finer nuances needed to describe flavors more precisely. The new descriptions are more detailed and hence allow cuppers to distinguish between more flavors.
While this is going to be a big change for professional coffee tasters, it means a lot to you as a consumer as well. We’ll explain how the wheel came to be, how pros use it and what the flavors actually mean.
diff --git a/site/layouts/_default/li.html b/site/layouts/_default/li.html
index 916acb3..e5fca8e 100644
--- a/site/layouts/_default/li.html
+++ b/site/layouts/_default/li.html
@@ -3,7 +3,7 @@
<h2 class="f3 b lh-title mb1 primary">{{ .Title }}</h2
>
<p class="mid-gray lh-title mb2">{{ .Date.Format "Mon, Jan 2, 2006" }}</p>
- <p class="mb0">{{ .Summary }}</p>
+ <p class="mb0">{{ .Description }}</p>
<p class="link b dib black mb0">Read more →</p>
</a>
diff --git a/site/layouts/post/single.html b/site/layouts/post/single.html
index 4d6ea43..75a355f 100644
--- a/site/layouts/post/single.html
+++ b/site/layouts/post/single.html
@@ -7,6 +7,8 @@
<p>Read in {{ .ReadingTime }} minutes</p>
</div>
<div class="cms mw6">
+ <p>{{ .Description }}</p>
+ {{ if .Params.image }}<img src="{{ .Params.image }}" alt="{{ .Title }}" />{{ end }}
{{ .Content }}
</div>
</div>
diff --git a/site/static/admin/config.yml b/site/static/admin/config.yml
index 463bd5c..9ecf53b 100644
--- a/site/static/admin/config.yml
+++ b/site/static/admin/config.yml
@@ -14,6 +14,8 @@ collections: # A list of collections the CMS should be able to edit
fields: # The fields each document in this collection have
- {label: "Title", name: "title", widget: "string"}
- {label: "Publish Date", name: "date", widget: "datetime"}
+ - {label: "Intro Blurb", name: "description", widget: "text"}
+ - {label: "Image", name: "image", widget: "image", required: false}
- {label: "Body", name: "body", widget: "markdown"}
- name: "pages"
label: "Pages"