Change netlify config

This commit is contained in:
Michal Vanko 2020-01-17 20:09:35 +01:00
parent 64959808ee
commit 54ed7c8f87
3 changed files with 9 additions and 3 deletions

View File

@ -1,6 +1,6 @@
---
layout: blog
title: Ide to ? copy
title: dev - Ide to ? copy
date: 2020-01-09T17:24:13.481Z
thumbnail: /images/uploads/screenshot.gif
rating: 4

View File

@ -1,6 +1,6 @@
---
layout: blog
title: Anothert one
title: dev - Anothert one
date: 2019-11-03T11:01:32.621Z
thumbnail: /images/uploads/responzio.png
rating: 2

View File

@ -17,7 +17,13 @@ collections:
- { label: 'Title', name: 'title', widget: 'string' }
- { label: 'Publish Date', name: 'date', widget: 'datetime' }
- { label: 'Featured Image', name: 'thumbnail', widget: 'image' }
- { label: 'Tags', name: 'tags', widget: 'list', default: ['News'] }
- {
label: 'Tags',
name: 'tags',
widget: 'list',
default: ['News'],
required: false,
}
- { label: 'Body', name: 'body', widget: 'markdown' }
- name: 'pages'
label: 'Pages'