forked from stackbit/hugo-tranquilpeak-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstackbit.yaml
293 lines (288 loc) · 7.67 KB
/
stackbit.yaml
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
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
stackbitVersion: ~0.2.0
ssgName: custom
publishDir: exampleSite/public
buildCommand: cd exampleSite && hugo --gc --baseURL "/" --themesDir ../.. && cd ..
uploadDir: images
staticDir: static
pagesDir: exampleSite/content
dataDir: exampleSite
models:
config:
type: data
label: Config
file: config.toml
fields:
- type: string
name: title
label: Title
required: true
- type: string
name: baseURL
label: Base baseURL
description: Hostname (and path) to the root
- type: string
name: languageCode
label: Language Code "en"
- type: string
name: defaultContentLanguage
label: Default Content Language "en"
- type: string
name: theme
label: Theme Name
- type: string
name: disqusShortname
label: Disqus Shortname
- type: string
name: googleAnalytics
label: Google Analytics ID
- type: number
name: paginate
label: Paginate
- type: boolean
name: canonifyurls
label: Canonify URLs
- type: object
name: permalinks
label: Permalinks
fields:
- type: string
name: post
label: Post Permalink
- type: object
name: taxonomies
label: Taxonomies
fields:
- type: string
name: tag
label: Tag
- type: string
name: category
label: Category
- type: string
name: archive
label: Archive
- type: object
name: author
label: Author
fields:
- type: string
name: name
label: Name
- type: string
name: bio
label: Bio
- type: string
name: job
label: Job
- type: string
name: location
label: Location
- type: string
name: gravatarEmail
label: Gravatar Email
- type: string
name: picture
label: Profile Picture
- type: object
name: menu
label: Menu
fields:
- type: list
name: main
label: Main menu
items:
type: object
fields:
- type: number
name: weight
label: Menu Order Weight
- type: string
name: identifier
label: Identifier
- type: string
name: name
label: Menu Name
- type: string
name: pre
label: Previous Icon
- type: string
name: url
label: Menu Link
- type: list
name: links
label: Links
items:
type: object
fields:
- type: number
name: weight
label: Order Weight
- type: string
name: identifier
label: Identifier
- type: string
name: name
label: Menu Name
- type: string
name: pre
label: Pre
- type: string
name: url
label: Icon Link
- type: list
name: misc
label: Misc
items:
type: object
fields:
- type: number
name: weight
label: Order Weight
- type: string
name: identifier
label: Identifier
- type: string
name: name
label: Menu Name
- type: string
name: pre
label: Pre
- type: string
name: url
label: URL
- type: object
name: params
label: Site Parameters
fields:
- type: string
name: dateFormat
label: Date Format
default: "January 2, 2006"
- type: enum
name: syntaxHighlighter
label: Syntax Highlighter JS
options: ["highlight.js", "prism.js"]
- type: boolean
name: clearReading
label: Clear Reading
- type: boolean
name: hierarchicalCategories
label: Hierarchical Categories
- type: string
name: description
label: Description
- type: number
name: sidebarBehavior
label: Sidebar Behavior
description: value should be in 1~6
- type: image
name: coverImage
label: Cover Image
- type: boolean
name: imageGallery
label: Image Gallery
- type: boolean
name: thumbnailImage
label: Thumbnail Image
- type: enum
name: thumbnailImagePosition
label: Thumbnail Image Position
options: ["top", "right", "bottom", "left"]
- type: boolean
name: autoThumbnailImage
label: Auto Thumbnail Image
- type: list
name: sharingOptions
label: Sharing Options
items:
type: object
fields:
- type: string
name: name
label: Name
- type: string
name: icon
label: Icon
- type: string
name: url
label: URL
- type: object
name: header
label: Header
fields:
- type: object
name: rightLink
label: Right Link
fields:
- type: string
name: class
label: Class
- type: string
name: icon
label: Icon
- type: string
name: url
label: URL
post:
type: page
label: Blog Post
folder: post
fields:
- type: string
name: title
label: Title
- type: string
name: slug
label: Slug
- type: date
name: date
label: Publish Date
- type: boolean
name: autoThumbnailImage
label: Auto Thumbnail Image
- type: enum
name: thumbnailImagePosition
label: Thumbnail Image Position
options: ["top", "right", "bottom", "left"]
- type: string
name: thumbnailImage
label: Thumbnail Image
- type: string
name: coverImage
label: Cover Image
- type: string
name: coverMeta
label: Cover Meta
- type: enum
name: metaAlignment
label: Meta Alignment
options: ["right", "left", "center"]
- type: list
name: gallery
label: Image Gallery
items:
type: string
- type: list
name: categories
label: Post Categories
items:
type: string
- type: list
name: tags
label: Post Tags
items:
type: string
- type: list
name: keywords
label: Search keywords
items:
type: string
- type: boolean
name: showPagination
label: Show Pagination
- type: boolean
name: showSocial
label: Show Social
- type: boolean
name: showTags
label: Show Tags