-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstackbit.yaml
272 lines (272 loc) · 6.71 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
stackbitVersion: ~0.2.34
uploadDir: images
metadata:
title: Big Picture
description: a single page theme with sliding animations
author: Pixelarity
authorURL: 'https://pixelarity.com'
images:
small: images/demo-256x192.png
large: images/demo-1024x768.png
models:
config:
type: config
label: Config
fields:
- type: string
name: title
label: Title
description: Site title
required: true
- type: string
name: baseurl
label: Base URL
description: Serve the website from the given base URL
hidden: true
- type: string
name: permalink
label: Permalink
description: 'The output path for your pages, posts, or collections.'
default: '/posts/:slug:output_ext'
hidden: true
- type: string
name: none
label: None
hidden: true
description: >-
This is a placeholder value used because there are currently no config
params
- type: object
name: sass
label: Sass
hidden: true
fields:
- type: number
name: indentWidth
label: Indent Width
description: >-
Used to determine the number of spaces or tabs to be used for
indentation.
default: 4
- type: enum
name: style
label: Output Style
description: Determines the output format of the final CSS style.
options:
- nested
- expanded
- compact
- compressed
default: nested
- type: number
name: precision
label: Precision
description: >-
Used to determine how many digits after the decimal will be
allowed.
default: 10
- type: list
name: plugins
label: Plugins
hidden: true
- type: list
name: exclude
label: Exclude
description: Exclude directories and/or files from the conversion.
hidden: true
footer:
type: data
file: footer.yml
label: Footer Configuration
fields:
- type: list
name: social_links
label: Social Links
description: Links to social pages
items:
type: object
labelField: title
fields:
- type: string
name: title
label: Title
- type: string
name: icon
label: Icon
description: Font Awesome Icon
- type: string
name: link_url
label: Link URL
- type: string
name: copyright
label: Copyright text
description: The text displayed in the footer copyright
- type: list
name: links
label: Links
description: A list of links displayed in the footer.
items:
type: object
labelField: text
fields:
- type: string
name: text
label: Link text
- type: string
name: url
label: URL
widget: url
- type: boolean
name: new_window
label: Open in new window
default: true
home:
type: page
label: Home
hideContent: true
singleInstance: true
file: index.md
fields:
- type: string
name: title
label: Page Title
required: true
default: Home
- type: list
name: sections
label: Sections
description: Home sections
items:
type: reference
labelField: title
models:
- intro
- content_box
- work
- contact
layout: home
section:
type: object
label: Section
labelField: title
fields:
- type: string
name: title
label: Title
description: Title of the section link shown in the navigation bar
required: true
- type: string
name: element_id
label: Section ID
unique: true
description: The section ID must be unique among all home sections
- type: string
name: component
label: Component
hidden: true
required: true
intro:
type: object
label: Intro
extends:
- section
fields:
- name: title
default: Intro
- name: element_id
default: intro
- name: component
const: intro.html
- type: string
name: display_title
label: Section title
- type: string
name: next_element_id
label: Next Section ID
description: >-
The section ID of the section that will be scrolled to when the Next
button is clicked
- type: text
name: content
label: Text
description: Intro text
content_box:
type: object
label: Content Box
extends:
- section
fields:
- type: enum
options:
- left
- right
required: true
name: side
label: Side
- type: string
name: next_element_id
label: Next Section ID
description: >-
The section ID of the section that will be scrolled to when the Next
button is clicked
- name: component
const: content_box.html
- type: text
name: content
label: Text
work:
type: object
label: Work
extends:
- section
fields:
- name: component
const: work.html
- type: text
name: content
label: Text
- type: list
name: gallery
label: Image gallery
items:
type: object
labelField: title
fields:
- type: string
name: title
label: Title
- type: image
name: full_image
label: Full Image
- type: image
name: thumb_image
label: Thumbnail Image
contact:
type: object
label: Contact
extends:
- section
fields:
- name: component
const: contact.html
- type: string
name: display_title
label: Section title
- type: text
name: content
label: Text
stackbit_banner:
show_banner: true
name: Big-picture
create_url: 'https://app.stackbit.com/wizard?theme=big-picture'
github_url: 'https://github.com/stackbithq/stackbit-theme-big-picture'
ssgName: jekyll
publishDir: _site
buildCommand: ./ssg-build.sh
injectLocations:
htmlHead:
file: _layouts/base.html
tagName: head
htmlBody:
file: _layouts/base.html
tagName: body