mirror of
https://github.com/kingomarnajjar/gatsby-starter-netlify-cms.git
synced 2026-07-25 22:27:24 +10:00
add post description field
This commit is contained in:
parent
18afe506f6
commit
019e570f6c
3 changed files with 3 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ templateKey: blog-post
|
|||
path: /making-sense
|
||||
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.
|
||||
---
|
||||

|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
---
|
||||

|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue