netlify.toml 238 B

12345678
  1. [build]
  2. publish = "public"
  3. command = "npm install -g autoprefixer postcss postcss-cli && hugo --gc --minify --buildDrafts=false"
  4. [context.production.environment]
  5. HUGO_VERSION = "0.76.4"
  6. HUGO_ENV = "production"
  7. HUGO_ENABLEGITINFO = "true"