-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstackbit.yaml
151 lines (151 loc) · 3.15 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
stackbitVersion: ~0.3.0
ssgName: jekyll
publishDir: _site
dataDir: _data
pagesDir: ''
models:
post:
type: page
label: Post
folder: _posts
match:
- 2020-04-01-updated.md
- 2020-04-02-sample.md
- 2020-07-01-docs.md
fields:
- type: string
name: layout
label: Layout
- type: string
name: title
label: Title
- type: date
name: date
label: Date
- type: date
name: updated
label: Updated
- type: list
name: tags
label: Tags
items:
type: string
- type: image
name: splash_img_source
label: Splash Img Source
- type: markdown
name: splash_img_caption
label: Splash Img Caption
- type: boolean
name: pin
label: Pin
post_1:
type: page
label: Post 1
folder: _posts
match:
- 2020-12-15-long-title.md
- 2021-02-04-styles.md
fields:
- type: string
name: layout
label: Layout
- type: string
name: title
label: Title
- type: date
name: date
label: Date
- type: string
name: tags
label: Tags
- type: image
name: splash_img_source
label: Splash Img Source
- type: markdown
name: splash_img_caption
label: Splash Img Caption
- type: date
name: updated
label: Updated
- type: object
name: author
label: Author
fields:
- type: string
name: name
label: Name
- type: string
name: homepage
label: Homepage
- type: boolean
name: pin
label: Pin
- type: boolean
name: listed
label: Listed
- type: boolean
name: index
label: Index
redirect:
type: page
label: Redirect
folder: pages/redirects
match: '*'
fields:
- type: string
name: permalink
label: Permalink
- type: string
name: redirect_link
label: Redirect Link
page_1:
type: page
label: Page 1
match: '*'
fields:
- type: string
name: layout
label: Layout
- type: boolean
name: full_logo
label: Full Logo
- type: string
name: description
label: Description
- type: object
name: sitemap
label: Sitemap
fields:
- type: number
name: priority
label: Priority
subtype: int
projects:
type: data
label: Projects
file: projects.yml
isList: true
items:
type: object
fields:
- type: string
name: name
label: Name
- type: string
name: id
label: Id
- type: image
name: img_src
label: Img Src
- type: markdown
name: description_less
label: Description Less
- type: markdown
name: description_more
label: Description More
- type: list
name: tags
label: Tags
items:
type: string