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
JackBailey committed May 1, 2024
1 parent 1fc9465 commit 7562b2e
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .pages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
media: src/content/blog

content:
- name: posts
label: Posts
path: src/content/blog
type: collection
fields:
- name: title
type: text
label: Title
- name: description
type: text
label: Description
- name: created
type: date
label: Creation date
- name: modified
type: date
label: Last modified
- name: draft
type: boolean
default: true
label: Draft
- name: slug
type: text
label: Slug
- name: tags
type: text
label: Tags

1 comment on commit 7562b2e

@vercel
Copy link

@vercel vercel bot commented on 7562b2e May 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.