aboutsummaryrefslogtreecommitdiff
path: root/src/hugo/devcontainer-feature.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/hugo/devcontainer-feature.json')
-rw-r--r--src/hugo/devcontainer-feature.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/hugo/devcontainer-feature.json b/src/hugo/devcontainer-feature.json
new file mode 100644
index 0000000..1d06486
--- /dev/null
+++ b/src/hugo/devcontainer-feature.json
@@ -0,0 +1,22 @@
+{
+ "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