-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathextension.json
More file actions
238 lines (234 loc) · 8.31 KB
/
extension.json
File metadata and controls
238 lines (234 loc) · 8.31 KB
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
{
"identifier": "com.tommasonegri.bridgetown",
"name": "Bridgetown",
"organization": "Tommaso Negri",
"description": "Tools to help you build for Bridgetown",
"version": "1.0",
"license": "MIT",
"repository": "https://github.com/nova-ruby/bridgetown",
"bugs": "https://github.com/nova-ruby/bridgetown/issues",
"funding": "https://www.paypal.com/paypalme/tommasonegri/25EUR",
"categories": [ "tasks" ],
"keywords": [ "ruby", "bridgetown", "jekyll" ],
"main": "main.js",
"taskTemplates": {
"bridgetown": {
"name": "Bridgetown",
"description": "Run Bridgetown dev, build and clean commands.",
"persistent": true,
"image": "task",
"tasks": {
"build": {
"resolve": "bridgetown"
},
"run": {
"resolve": "bridgetown"
},
"clean": {
"resolve": "bridgetown"
}
},
"config": [
{
"key": "url",
"type": "string",
"title": "URL",
"description": "Override the configured URL for the website."
},
{
"key": "basePath",
"type": "string",
"title": "Base Path",
"description": "Serve the website from the given base path."
},
{
"key": "future",
"type": "enum",
"title": "Future",
"description": "Render posts with a future date.",
"values": ["Inherit from config file", "Disabled", "Enabled"],
"default": "Inherit from config file",
"radio": false,
"required": true
},
{
"key": "unpublished",
"type": "enum",
"title": "Unpublished",
"description": "Render posts marked as unpublished.",
"values": ["Inherit from config file", "Disabled", "Enabled"],
"default": "Inherit from config file",
"radio": false,
"required": true
},
{
"title": "Directories",
"type": "section",
"children": [
{
"key": "directories.root",
"type": "path",
"title": "Root",
"description": "Leave blank to inherit from config file. Bridgetown defaults to the current working directory.",
"allowFiles": false,
"allowFolders": true,
"relative": true
},
{
"key": "directories.source",
"type": "path",
"title": "Source",
"description": "Leave blank to inherit from config file. Bridgetown defaults to \"src\".",
"allowFiles": false,
"allowFolders": true,
"relative": true
},
{
"key": "directories.destination",
"type": "path",
"title": "Destination",
"description": "Leave blank to inherit from config file. Bridgetown defaults to \"output\".",
"allowFiles": false,
"allowFolders": true,
"relative": true
},
{
"key": "directories.layouts",
"type": "path",
"title": "Layouts",
"description": "Leave blank to inherit from config file. Bridgetown defaults to \"src/_layouts\".",
"allowFiles": false,
"allowFolders": true,
"relative": true
}
]
},
{
"title": "Advanced",
"type": "section",
"children": [
{
"key": "advanced.environment",
"title": "Environment",
"description": "Specify the environment to use in the process.",
"type": "enum",
"values": ["development", "test", "production"],
"default": "development",
"allowsCustom": true,
"required": true
},
{
"key": "advanced.configFiles",
"type": "pathArray",
"title": "Config Files",
"description": "Specify custom config files. Leave blank to default to \"bridgetown.config.yml\".",
"filetype": ["yml", "toml"],
"relative": true
},
{
"key": "advanced.bind",
"type": "string",
"title": "Bind To",
"description": "Bind Puma to the specified URI.",
"placeholder": "tcp://..."
},
{
"key": "advanced.skipFrontend",
"type": "boolean",
"title": "Skip Frontend",
"description": "Disable frontend bundling. Always \"true\" for the production environment.",
"default": false,
"required": true
},
{
"title": "Watch & Live-reload",
"type": "section",
"children": [
{
"key": "advanced.watch.regeneration",
"type": "boolean",
"title": "Watch",
"description": "Enable auto-regeneration of the site when files are modified.",
"default": true,
"required": true
},
{
"key": "advanced.watch.liveReload",
"type": "boolean",
"title": "Live Reload",
"description": "Enable live-reloading of the site when files are modified. Always \"false\" for the production environment.",
"default": true,
"required": true
},
{
"key": "advanced.watch.trace",
"type": "boolean",
"title": "Trace",
"description": "Show the full backtrace when an error occurs during watch mode.",
"default": true,
"required": true
},
{
"key": "advanced.watch.forcePolling",
"type": "enum",
"title": "Force Polling",
"description": "Force watch to use polling.",
"values": ["Inherit from config file", "Disabled", "Enabled"],
"default": "Inherit from config file",
"radio": false,
"required": true
},
{
"key": "advanced.watch.disableDiskCache",
"type": "enum",
"title": "Disable Disk Cache",
"description": "Disable caching to disk.",
"values": ["Inherit from config file", "Disabled", "Enabled"],
"default": "Inherit from config file",
"radio": false,
"required": true
}
]
},
{
"title": "Console & Issues",
"type": "section",
"children": [
{
"key": "advanced.console.output",
"type": "enum",
"title": "Console Output",
"description": "Specify console log level.",
"values": ["Standard", "Verbose", "Quiet"],
"default": "Standard",
"radio": false,
"required": true
},
{
"key": "advanced.console.liquidProfiler",
"type": "enum",
"title": "Liquid Profiler",
"description": "Generate Liquid rendering profile.",
"values": ["Inherit from config file", "Disabled", "Enabled"],
"default": "Inherit from config file",
"radio": false,
"required": true
},
{
"key": "advanced.console.strictFrontMatter",
"type": "enum",
"title": "Strict Front Matter",
"description": "Cause build to fail if there is a YAML syntax error in a page's front matter.",
"values": ["Inherit from config file", "Disabled", "Enabled"],
"default": "Inherit from config file",
"radio": false,
"required": true
}
]
}
]
}
]
}
}
}