diff options
Diffstat (limited to 'collection/jekyll/feature.json')
-rw-r--r-- | collection/jekyll/feature.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/collection/jekyll/feature.json b/collection/jekyll/feature.json new file mode 100644 index 0000000..852aa30 --- /dev/null +++ b/collection/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" + } +} |