shithub: hugo

ref: 14786c4d8f460cde22740d4842821f8fd5e7af9e
dir: /docs/netlify.toml/

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

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

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

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

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