shithub: hugo

ref: 23488f874c267b2a0f8d4ebed1502f54f72b29e2
dir: /docs/netlify.toml/

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

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

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

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

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