Update from Forestry.io - Updated Forestry configuration

This commit is contained in:
quadmx08@gmail.com 2019-04-25 15:04:08 +00:00 committed by Forestry.io
parent a08ee26cae
commit 32accb2e3f
2 changed files with 25 additions and 1 deletions

View file

@ -0,0 +1,18 @@
---
label: New Blog
hide_body: false
fields:
- type: text
name: title
label: Title
description: The Blog Post Title
config:
required: true
default: New Post
- type: text
name: date
label: Date
description: Example format 2015-05-01T22:12:03.284Z
config:
required: true
default: '2015-05-01T22:12:03.284Z'

View file

@ -3,7 +3,13 @@ new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
sections:
- type: directory
path: src/pages
label: New Blog
create: documents
match: "**/*.md"
new_doc_ext: ".md"
upload_dir: uploads
public_path: "/uploads"
front_matter_path: ''