aboutsummaryrefslogtreecommitdiff
path: root/src/hugo/devcontainer-feature.json
blob: 23033973956d40a84abd69043814978775cd0730 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "id": "hugo",
  "version": "1.0.4",
  "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."
    }
  },
  "containerEnv": {
    "HUGO_DIR": "/usr/local/hugo",
    "PATH": "/usr/local/hugo/bin:${PATH}"
  }
}