shithub: hugo

ref: f8a119b606d55aa4f31f16e5a3cadc929c99e4f8
dir: /docs/netlify.toml/

View raw version
[build]
  publish = "public"
  command = "hugo"

[context.production.environment]
  HUGO_VERSION = "0.32.1"
  HUGO_ENV = "production"
  HUGO_ENABLEGITINFO = "true"

[context.deploy-preview.environment]
  HUGO_VERSION = "0.32.1"

[context.branch-deploy.environment]
  HUGO_VERSION = "0.32.1"

[context.next.environment]
  HUGO_BASEURL = "https://next--gohugoio.netlify.com/"
  HUGO_ENABLEGITINFO = "true"