shithub: hugo

ref: 30694a133a88d5f76a51d0372646e10cbeca7691
dir: /netlify.toml/

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

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

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

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

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