-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.yaml
321 lines (309 loc) · 8.62 KB
/
template.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
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
meta:
version: 1
name: App Landing Page With Steroids
license: MIT
author: javimogan
exportable: true
homepageUrl: https://javimogan.com
donationUrl: https://www.paypal.me/javimogan
filePaths:
- license
- index.html
- page.html
- header.partial
- footer.partial
- assets/style.partial
- assets/tobi.css
- assets/tobi.min.js
- assets/favicon.png
- assets/feature-graphic.png
- assets/og-image.png
- assets/ios-mask-border-128.svg
- assets/ios-mask.svg
- assets/logo.png
- assets/light-background.svg
- assets/dark-background.svg
- assets/google-play-badge.png
- assets/ios-badge.svg
- assets/pwa-badge.png
- assets/producthunt.png
- assets/screenshot.png
- content/markdown/description.md
- content/markdown/privacy.md
dataContract:
APP:
sections:
APP:
properties:
APP_NAME:
type: (text)
defaultValue: Mobile App Name
TAGLINE:
type: (text)
defaultValue: A super tagline for the mobile app
ICON:
type: (image)
width: 1024
height: 1024
defaultFilePath: assets/logo.png
SHOW_FEATURE:
_label: Show feature graphic?
required: false
type: (boolean)
defaultValue: true
FEATURE_TITLE:
required: false
type: (text)
defaultValue: Feature graphic
FEAUTE_GRAPHIC:
type: (image)
width: 1024
height: 500
defaultFilePath: assets/feature-graphic.png
GOOGLE_PLAY_IMAGE:
type: (image)
defaultFilePath: assets/google-play-badge.png
GOOGLE_PLAY_URL:
type: (text)
required: false
defaultValue: https://play.google.com/store
GOOGLE_PLAY_TITLE:
type: (text)
defaultValue: Get on Google Play
IOS_IMAGE:
type: (image)
defaultFilePath: assets/ios-badge.svg
IOS_URL:
type: (text)
required: false
defaultValue: https://www.apple.com/ios/app-store/
IOS_TITLE:
type: (text)
defaultValue: Get on Appstore
WEB_APP_IMAGE:
type: (image)
defaultFilePath: assets/pwa-badge.png
WEB_APP_URL:
type: (text)
required: false
defaultValue: https://github.com/
WEB_APP_TITLE:
type: (text)
defaultValue: Go to website
SCREENSHOTS:
properties:
SHOW:
type: (boolean)
defaultValue: true
TITLE:
type: (text)
defaultValue: Screenshots
INCLUDE_LANDSCAPE:
_label: One or more screenshots are in landscape?
type: (boolean)
defaultValue: false
IMAGES:
type: (collection)
defaultOccurrences: 3
properties:
IMAGE:
type: (image)
defaultFilePath: assets/screenshot.png
DESCRIPTION:
properties:
SHOW:
type: (boolean)
defaultValue: true
TITLE:
type: (text)
defaultValue: Description
TEXT:
type: (markdown)
defaultFilePath: content/markdown/description.md
FEATURED_IN:
properties:
SHOW:
type: (boolean)
defaultValue: true
TITLE:
type: (text)
defaultValue: Featured in
FEATURES:
type: (collection)
defaultOccurrences: 2
properties:
IMAGE:
type: (image)
width: 596
height: 360
defaultFilePath: assets/producthunt.png
URL:
type: (text)
defaultValue: https://github.com/
PAGES:
sections:
PAGES:
properties:
PAGES:
type: (collection)
defaultOccurrences: 1
properties:
TITLE:
type: (text)
defaultValue: Privacy
FILE_NAME:
type: (text)
required: false
CONTENT:
type: (markdown)
defaultFilePath: content/markdown/privacy.md
COMMON:
_label: Common
sections:
THEME:
_label: Theme
properties:
TOOGLE_THEME:
_label: Toogle theme?
type: (boolean)
defaultValue: true
DEFAULT_MODE:
_label: Light theme? (Light/Dark)
type: (boolean)
defaultValue: true
LIGHT_THEME:
_label: Light theme
properties:
BACKGROUND_COLOR:
_label: Background color
type: (color)
defaultValue: '#ffffff'
BACKGROUND_IMAGE:
_label: Background image
type: (image)
defaultFilePath: assets/light-background.svg
TEXT_COLOR:
_label: Text color
type: (color)
defaultValue: '#222222'
FOOTER_TEXT_COLOR:
_label: Footer text color
type: (color)
defaultValue: '#8a8a8a'
LINK_HOVER_TEXT_COLOR:
_label: Link hover text color
type: (color)
defaultValue: '#454545'
DARK_THEME:
_label: Dark theme
properties:
BACKGROUND_COLOR:
_label: Background color
type: (color)
defaultValue: '#121212'
BACKGROUND_IMAGE:
_label: Background image
type: (image)
defaultFilePath: assets/dark-background.svg
TEXT_COLOR:
_label: Text color
type: (color)
defaultValue: '#8a8a8a'
FOOTER_TEXT_COLOR:
_label: Footer text color
type: (color)
defaultValue: '#8a8a8a'
LINK_HOVER_TEXT_COLOR:
_label: Link hover text color
type: (color)
defaultValue: '#454545'
META:
_label: Meta
properties:
AUTHOR:
required: false
type: (text)
_label: Author
LANGUAGE:
type: (choice)
valuesSet: (iso6391Languages)
defaultValue: en
DIRECTION:
type: (choice)
valuesSet: (direction)
defaultValue: auto
TITLE:
type: (text)
defaultValue: My Page Title
_label: Page Title
DESCRIPTION:
type: (text)
defaultValue: My Page Description
_label: Page Description
KEYWORDS:
required: false
_label: Keywords (Separated by comma)
type: (text)
FAVICON:
type: (image)
width: 32
height: 32
defaultFilePath: assets/favicon.png
OG_IMAGE:
type: (image)
width: 1200
height: 630
defaultFilePath: assets/og-image.png
_label: Open Graph Image
PRE_HTML:
type: (html)
_label: Pre HTML
_description: i.e. cookie banner
required: false
ROBOTS_INDEX:
_label: Robots index
type: (boolean)
defaultValue: true
ROBOTS_LINKS:
_label: Robots follow links
type: (boolean)
defaultValue: false
FOOTER:
properties:
COPYRIGHT:
type: (text)
defaultValue: All rights reserved
TEMPLATE_BY:
type: (boolean)
defaultValue: true
POWERED_BY:
type: (boolean)
defaultValue: true
POST_HTML:
type: (html)
_label: Post HTML
_description: i.e. plugins, tracking
required: false
LINKS:
type: (collection)
defaultOccurrences: 1
properties:
TITLE:
type: (text)
defaultValue: GitHub
URL:
type: (text)
defaultValue: https://javimogan.com/
OPEN_IN_NEW_TAB:
type: (boolean)
defaultValue: true
pages:
INDEX:
filePath: index.html
templateFilePath: index.html
PAGE:
filePath: page.html
templateFilePath: page.html
multiplier:
dataPath: PAGES.PAGES.PAGES
fileNameDataPath: FILE_NAME