add post description field

This commit is contained in:
Shawn Erquhart 2017-11-28 19:55:34 -05:00
parent 18afe506f6
commit 019e570f6c
3 changed files with 3 additions and 0 deletions

View file

@ -3,6 +3,7 @@ templateKey: blog-post
path: /making-sense
title: Making sense of the SCAAs new Flavor Wheel
date: 2016-12-17T15:04:10.000Z
description: The Coffee Tasters Flavor Wheel, the official resource used by coffee tasters, has been revised for the first time this year.
---
![flavor wheel](/img/flavor_wheel.jpg)

View file

@ -3,6 +3,7 @@ templateKey: blog-post
path: /brewing-chemex
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.
---
![chemex](/img/chemex.jpg)

View file

@ -16,6 +16,7 @@ collections:
- {label: "Path", name: "path", widget: "string"}
- {label: "Title", name: "title", widget: "string"}
- {label: "Publish Date", name: "date", widget: "datetime"}
- {label: "Description", name: "description", widget: "text"}
- {label: "Body", name: "body", widget: "markdown"}
- name: "pages"