Skip to content

Commit

Permalink
Update .pages.yml (via Pages CMS)
Browse files Browse the repository at this point in the history
  • Loading branch information
hunvreus committed Feb 3, 2024
1 parent bd2c055 commit acb31db
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .pages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
media: files
content:
- name: posts
label: Posts
path: _posts
type: collection
fields:
- name: title
label: Title
type: string
- name: description
label: Description
type: string
- name: image
label: Image
type: image
- name: layout
type: string
hidden: true
- name: comments
label: Comments
type: boolean
default: true
- name: body
label: Body
type: rich-text

0 comments on commit acb31db

Please sign in to comment.