diff options
Diffstat (limited to 'src/hugo/feature.json')
-rw-r--r-- | src/hugo/feature.json | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/src/hugo/feature.json b/src/hugo/feature.json deleted file mode 100644 index 1d06486..0000000 --- a/src/hugo/feature.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "id": "hugo", - "name": "Hugo", - "options": { - "version": { - "type": "string", - "proposals": [ - "latest" - ], - "default": "latest", - "description": "Select or enter a version." - } - }, - "containerEnv": { - "HUGO_DIR": "/usr/local/hugo", - "PATH": "${HUGO_DIR}/bin:${PATH}" - }, - "install": { - "app": "", - "file": "install.sh" - } -}
\ No newline at end of file |