shithub: hugo

ref: 2228d3e28903c01662281adcfd3586e52aae1dbe
dir: /docs/netlify.toml/

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

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

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

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

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