aboutsummaryrefslogtreecommitdiff
path: root/src/jekyll/feature.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/jekyll/feature.json')
-rw-r--r--src/jekyll/feature.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/jekyll/feature.json b/src/jekyll/feature.json
new file mode 100644
index 0000000..852aa30
--- /dev/null
+++ b/src/jekyll/feature.json
@@ -0,0 +1,16 @@
+{
+ "id": "jekyll",
+ "name": "Jekyll",
+ "options": {
+ "version": {
+ "type": "string",
+ "proposals": ["latest"],
+ "default": "latest",
+ "description": "Select or enter a version."
+ }
+ },
+ "install": {
+ "app": "",
+ "file": "install.sh"
+ }
+}