aboutsummaryrefslogblamecommitdiff
path: root/src/hugo/devcontainer-feature.json
blob: d6358d70385d1c17bb3d3f1ed20fb4c2ec6cf5ce (plain) (tree)
1
2
3
4
5
6
7
8

               
                     
                 
                                                                                     


                       


                    

                                                 




                                                                  

     

                                  
                                         



                                                   
 
{
  "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": [
      "ghcr.io/devcontainers/features/common-utils"
  ]
}