Skip to content

Commit 29ff7dc

Browse files
committed
Update .pages.yml (via Pages CMS)
1 parent 2ed9aa3 commit 29ff7dc

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

Diff for: .pages.yml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
content:
2+
- name: posts
3+
label: Posts
4+
path: _posts
5+
type: collection
6+
fields:
7+
- name: layout
8+
type: string
9+
- name: title
10+
type: string
11+
- name: metaDesc
12+
type: string
13+
- name: summary
14+
type: string
15+
- name: tags
16+
type: select
17+
- name: date
18+
type: date
19+
- name: author
20+
type: string

0 commit comments

Comments
 (0)