generated from fluid-project/trivet-monolingual
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.yml
More file actions
268 lines (253 loc) · 7.77 KB
/
config.yml
File metadata and controls
268 lines (253 loc) · 7.77 KB
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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
backend:
name: github
branch: main
repo: codelearncreate/co-design
base_url: https://sveltia-cms-auth.idrc-ops.workers.dev
# squash_merges: true
commit_messages:
create: 'chore(cms): create "{{path}}"'
update: 'chore(cms): update "{{path}}"'
delete: 'chore(cms): delete "{{path}}"'
uploadMedia: 'chore(cms): upload "{{path}}"'
deleteMedia: 'chore(cms): delete "{{path}}"'
# publish_mode: editorial_workflow
site_url: "https://co-design.weavly.org"
media_folder: src/assets/uploads
public_folder: /assets/uploads
editor:
preview: false
collections:
- name: pages
label: Pages
files:
- label: Introduction
name: introduction
file: src/collections/pages/introduction.md
editor:
preview: false
fields:
- {label: Title, name: title, widget: string}
- {label: Subtitle, name: subtitle, widget: text}
- label: Intro
name: introSection
widget: object
fields:
- {label: Title, name: title, widget: string}
- label: Content
name: content
widget: markdown
buttons:
- heading-three
- heading-four
- bold
- italic
- link
- bulleted-list
- numbered-list
editor_components: [image]
- label: Ground Rules
name: groundRulesSection
widget: object
fields:
- {label: Title, name: title, widget: string}
- label: Content
name: content
widget: markdown
buttons:
- heading-three
- heading-four
- bold
- italic
- link
- bulleted-list
- numbered-list
editor_components: [image]
- label: How To
name: howToSection
widget: object
fields:
- {label: Title, name: title, widget: string}
- label: Content
name: content
widget: markdown
buttons:
- heading-three
- heading-four
- bold
- italic
- link
- bulleted-list
- numbered-list
editor_components: [image]
- label: Contributors
name: contributorsSection
widget: object
fields:
- {label: Title, name: title, widget: string}
- label: Content
name: content
widget: markdown
buttons:
- heading-three
- heading-four
- bold
- italic
- link
- bulleted-list
- numbered-list
editor_components: [image]
- label: Connect
name: connectSection
widget: object
fields:
- {label: Title, name: title, widget: string}
- {label: Title Link, name: titleLink, widget: string}
- label: Content
name: content
widget: markdown
buttons:
- heading-three
- heading-four
- bold
- italic
- link
- bulleted-list
- numbered-list
editor_components: [image]
- label: Planning
name: planning
file: src/collections/pages/planning.md
editor:
preview: false
fields:
- {label: Title, name: title, widget: string}
- {label: Subtitle, name: subtitle, widget: text}
- label: Doing
name: doing
file: src/collections/pages/doing.md
editor:
preview: false
fields:
- {label: Title, name: title, widget: string}
- {label: Subtitle, name: subtitle, widget: text}
- label: Reflecting
name: reflecting
file: src/collections/pages/reflecting.md
editor:
preview: false
fields:
- {label: Title, name: title, widget: string}
- {label: Subtitle, name: subtitle, widget: text}
- name: guides
label: Guides
label_singular: Guide
folder: src/collections/guides
slug: "{{slug}}"
preview_path: "/{{fields.category}}/{{slug}}"
editor:
preview: false
create: true
fields:
- {label: Title, name: title, widget: string}
- {label: Date, name: date, widget: datetime, timeFormat: false}
- label: Order
name: order
widget: number
default: 0
min: 0
step: 1
- label: Category
name: category
widget: select
options:
- {label: Planning, value: planning}
- {label: Doing, value: doing}
- {label: Reflecting, value: reflecting}
- {label: Description, name: description, widget: string}
- label: Preview Image
name: metaImage
widget: image
required: false
- label: Preview Image Alt Text
name: metaImageAlt
widget: string
required: false
- label: Overview
name: overviewSection
widget: markdown
buttons:
- bold
- italic
- link
- label: Body
name: body
widget: markdown
default: "## Description\n\n## Suggestions\n\n"
buttons:
- heading-two
- heading-three
- heading-four
- bold
- italic
- link
- bulleted-list
- numbered-list
editor_components: [image]
- label: Example
name: exampleSection
widget: markdown
required: false
buttons: [bold, italic, link, bulleted-list, numbered-list]
editor_components: [image]
- label: Supportive Materials
name: supportiveMaterials
widget: list
summary: "{{fields.label}}"
required: false
fields:
- {label: Label, name: label, widget: string}
- label: Type
name: type
widget: select
options:
[{value: file, label: File}, {value: link, label: Link}]
- {label: Link, name: link, widget: file}
- label: Site Configuration
name: config
files:
- label: Site Configuration
name: config
file: src/_data/config.json
fields:
- {label: URL, name: url, widget: string}
- label: Maximum Posts in RSS Feed
name: maxPostsInFeed
widget: number
min: 1
- label: Site Data
name: data
files:
- label: Site Data
name: site
file: src/_data/site.json
fields:
- {label: Title, name: title, widget: string}
- {label: Description, name: description, widget: text}
- {label: Author Name, name: authorName, widget: string}
- {label: Author Email, name: authorEmail, widget: string}
- {label: Author Website, name: authorWebsite, widget: string}
- label: Contributors
name: contributors
file: src/_data/contributors.json
fields:
- label: Contributors
name: contributors
widget: list
summary: "{{fields.name}}"
fields:
- {label: Name, name: name, widget: string}
- label: Organization
name: organization
widget: string
required: false
- {label: Link, name: link, widget: string, required: false}