-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathstackbit.yaml
54 lines (54 loc) · 1.02 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
stackbitVersion: ~0.3.0
ssgName: gatsby
nodeVersion: '12'
publishDir: public
pagesDir: content
models:
page:
type: page
label: Page
folder: pages
match: '**/*'
fields:
- type: string
name: title
label: Title
- type: string
name: slug
label: Slug
- type: image
name: cover
label: Cover
- type: string
name: color
label: Color
- type: boolean
name: custom
label: Custom
project:
type: page
label: Project
folder: projects
match: '**/*'
fields:
- type: string
name: title
label: Title
- type: string
name: shortTitle
label: Short Title
- type: string
name: category
label: Category
- type: string
name: color
label: Color
- type: image
name: cover
label: Cover
- type: date
name: date
label: Date
- type: string
name: slug
label: Slug