Update from Forestry.io - Updated Forestry configuration
parent
09279cc530
commit
c96b0d188f
|
@ -0,0 +1,18 @@
|
||||||
|
---
|
||||||
|
hide_body: false
|
||||||
|
fields:
|
||||||
|
- name: title
|
||||||
|
label: Title
|
||||||
|
type: text
|
||||||
|
hidden: false
|
||||||
|
default: ''
|
||||||
|
- name: date
|
||||||
|
label: Date
|
||||||
|
type: text
|
||||||
|
hidden: false
|
||||||
|
default:
|
||||||
|
- name: draft
|
||||||
|
label: Draft
|
||||||
|
type: boolean
|
||||||
|
hidden: false
|
||||||
|
default: true
|
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
upload_path: "/static/uploads/:year:/:month:/:day:"
|
||||||
|
frontmatter_file_url_template: "/uploads/:year:/:month:/:day:"
|
||||||
|
body_file_url_template: "/uploads/:year:/:month:/:day:"
|
||||||
|
new_page_extension: md
|
||||||
|
auto_deploy: false
|
||||||
|
admin_path:
|
||||||
|
webhook_url:
|
||||||
|
sections:
|
||||||
|
version: 0.31.1
|
Loading…
Reference in New Issue