diff options
Diffstat (limited to 'features/src/hugo/devcontainer-feature.json')
-rw-r--r-- | features/src/hugo/devcontainer-feature.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/features/src/hugo/devcontainer-feature.json b/features/src/hugo/devcontainer-feature.json new file mode 100644 index 0000000..e22b872 --- /dev/null +++ b/features/src/hugo/devcontainer-feature.json @@ -0,0 +1,28 @@ +{ + "id": "hugo", + "version": "1.1.2", + "name": "Hugo", + "documentationURL": "https://github.com/devcontainers/features/tree/main/src/hugo", + "options": { + "version": { + "type": "string", + "proposals": [ + "latest" + ], + "default": "latest", + "description": "Select or enter a version." + }, + "extended": { + "type": "boolean", + "default": false, + "description": "Install Hugo extended for SASS/SCSS changes" + } + }, + "containerEnv": { + "HUGO_DIR": "/usr/local/hugo", + "PATH": "/usr/local/hugo/bin:${PATH}" + }, + "installsAfter": [ + "https://gitrepo.ru/api/packages/NeonXP/generic/features/latest/devcontainer-feature-common-utils.tgz" + ] +} |