-
Notifications
You must be signed in to change notification settings - Fork 0
/
.pages.yml
41 lines (41 loc) · 1.06 KB
/
.pages.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
media: media
content:
- name: index
label: Index
icon: table-of-contents
type: file
path: README.md
fields:
- { name: body, label: Body, type: text }
- name: til
label: TIL
icon: calendar-check-2
type: collection
path: TIL
view:
fields: [title, date]
fields:
- { name: title, label: Title, type: string }
- { name: tags, label: Tags, type: string, list: true }
- { name: date, label: Date, type: date }
- { name: body, label: Body, type: rich-text }
- name: articles
label: Articles
icon: newspaper
type: collection
path: articles
fields:
- { name: title, label: Title, type: string }
- { name: tags, label: Tags, type: string, list: true }
- { name: body, label: Body, type: rich-text }
- name: tools
label: Tools
icon: wrench
type: collection
path: tools
fields:
- { name: title, label: Title, type: string }
- { name: tags, label: Tags, type: string, list: true }
- name: body
label: Body
type: text