-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.pages.yml
146 lines (145 loc) · 3.68 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
media:
input: assets
output: /assets
categories: [image]
content:
- name: posts
label: Posts
type: collection
path: content/posts
fields:
- {name: draft, label: Draft, type: boolean, default: true}
- {name: title, label: Title, type: string}
- name: date
label: Date
type: date
options:
format: YYYY-MM-DDTHH:mm:ssZ
time: true
- name: created
label: Created
type: date
options:
format: YYYY-MM-DD HH:mm
time: true
- name: modified
label: Modified
type: date
options:
format: YYYY-MM-DD HH:mm
time: true
- name: categories
label: Categories
type: select
list: true
options:
values:
- SSG
- CMS
- Game Dev
- name: tags
label: Tags
type: string
list:
min: 1
max: 4
- name: resources
label: Resources
type: object
list:
min: 2
fields:
- name: name
type: string
default: featured-image
- name: src
label: Image
type: image
options:
input: content/posts
output: content/posts
categories: [image]
- name: images
label: Images
type: image
list: true
options:
input: content/posts
output: content/posts
categories: [image]
- {name: body, label: Body, type: rich-text}
filename: index.md
view:
fields: [title, draft, date]
- name: about
label: About
type: file
path: content/about/index.md
fields:
- {name: draft, label: Draft, type: boolean, default: true}
- {name: title, label: Title, type: string}
- {name: description, label: Description, type: string}
- name: date
label: Date
type: date
options:
format: YYYY-MM-DDTHH:mm:ssZ
time: true
- name: images
label: Images
type: image
list: true
options:
input: content/about
output: content/about
categories: [image]
- {name: lightgallery, label: Light Gallery, type: boolean, default: true}
- name: created
label: Created
type: date
options:
format: YYYY-MM-DD HH:mm
time: true
- name: modified
label: Modified
type: date
options:
format: YYYY-MM-DD HH:mm
time: true
- {name: body, label: Body, type: rich-text}
- name: projects
label: Projects
type: file
path: content/projects/index.md
fields:
- {name: draft, label: Draft, type: boolean, default: true}
- {name: title, label: Title, type: string}
- {name: description, label: Description, type: string, default: "Interesting projects I've worked on"}
- name: date
label: Date
type: date
options:
format: YYYY-MM-DDTHH:mm:ssZ
time: true
- name: images
label: Images
type: image
list: true
options:
input: content/about
output: content/about
categories: [image]
- {name: lightgallery, label: Light Gallery, type: boolean, default: true}
- name: created
label: Created
type: date
options:
format: YYYY-MM-DD HH:mm
time: true
- name: modified
label: Modified
type: date
options:
format: YYYY-MM-DD HH:mm
time: true
- {name: body, label: Body, type: rich-text}