feat: add Forestry.io integration
This commit is contained in:
50
.forestry/front_matter/templates/blog-post.yml
Normal file
50
.forestry/front_matter/templates/blog-post.yml
Normal file
@ -0,0 +1,50 @@
|
||||
---
|
||||
label: Blog post
|
||||
hide_body: false
|
||||
fields:
|
||||
- type: text
|
||||
name: title
|
||||
label: title
|
||||
- type: text
|
||||
name: subtitle
|
||||
label: subtitle
|
||||
- type: datetime
|
||||
name: date
|
||||
label: date
|
||||
- type: list
|
||||
name: authors
|
||||
label: authors
|
||||
- type: list
|
||||
name: tags
|
||||
label: tags
|
||||
- type: text
|
||||
name: summary
|
||||
label: summary
|
||||
- type: field_group
|
||||
name: image
|
||||
label: image
|
||||
fields:
|
||||
- type: number
|
||||
name: placement
|
||||
label: placement
|
||||
- type: text
|
||||
name: caption
|
||||
label: caption
|
||||
- type: text
|
||||
name: focal_point
|
||||
label: focal_point
|
||||
description: Image Focal Point (Smart, Center, TopLeft, Top, TopRight, Left, Right,
|
||||
BottomLeft, Bottom, BottomRight)
|
||||
- name: projects
|
||||
type: list
|
||||
config:
|
||||
use_select: false
|
||||
min:
|
||||
max:
|
||||
label: projects
|
||||
description: Associate this content with a project by entering a project folder
|
||||
name
|
||||
- name: featured
|
||||
type: boolean
|
||||
label: featured
|
||||
description: You can filter by featured content on your homepage
|
71
.forestry/front_matter/templates/event.yml
Normal file
71
.forestry/front_matter/templates/event.yml
Normal file
@ -0,0 +1,71 @@
|
||||
---
|
||||
label: Event
|
||||
hide_body: true
|
||||
fields:
|
||||
- type: text
|
||||
name: title
|
||||
label: title
|
||||
- name: subtitle
|
||||
type: text
|
||||
config:
|
||||
required: false
|
||||
label: subtitle
|
||||
- type: text
|
||||
name: event
|
||||
label: event
|
||||
description: Name of the event (e.g. Academic Conference)
|
||||
- type: text
|
||||
name: event_url
|
||||
label: Event Link
|
||||
- type: text
|
||||
name: location
|
||||
label: location
|
||||
- type: datetime
|
||||
name: publishDate
|
||||
label: publishDate
|
||||
description: When to publish this page (choose today)
|
||||
- type: datetime
|
||||
name: date
|
||||
label: date
|
||||
description: Start time
|
||||
- type: datetime
|
||||
name: date_end
|
||||
label: date_end
|
||||
description: End time
|
||||
- type: boolean
|
||||
name: all_day
|
||||
label: all_day
|
||||
- type: list
|
||||
name: authors
|
||||
label: Presenters
|
||||
- type: textarea
|
||||
name: abstract
|
||||
label: abstract
|
||||
- type: text
|
||||
name: url_slides
|
||||
label: url_slides
|
||||
- type: text
|
||||
name: url_video
|
||||
label: url_video
|
||||
- type: text
|
||||
name: url_code
|
||||
label: url_code
|
||||
- type: field_group
|
||||
name: image
|
||||
label: image
|
||||
fields:
|
||||
- type: number
|
||||
name: placement
|
||||
label: placement
|
||||
- type: text
|
||||
name: caption
|
||||
label: caption
|
||||
- type: text
|
||||
name: focal_point
|
||||
label: focal_point
|
||||
description: Image Focal Point (Smart, Center, TopLeft, Top, TopRight, Left, Right,
|
||||
BottomLeft, Bottom, BottomRight)
|
||||
- name: featured
|
||||
type: boolean
|
||||
label: featured
|
||||
description: You can filter by featured content on your homepage
|
Reference in New Issue
Block a user