aboutsummaryrefslogtreecommitdiff
path: root/src/hugo/feature.json
blob: 1d06486dee597837ebd8be797c0e7ed49c91ecdb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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"
  }
}