netlify.toml 262 B

123456789101112
  1. [build]
  2. command = "hugo --themesDir ../../"
  3. base = "exampleSite"
  4. publish = "exampleSite/public"
  5. [build.environment]
  6. HUGO_THEME = "repo"
  7. HUGO_VERSION = "0.53"
  8. HUGO_ENABLEGITINFO = "true"
  9. [context.production.environment]
  10. HUGO_ENV = "production"