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