Welcome to mirror list, hosted at ThFree Co, Russian Federation.

netlify.toml « exampleSite - github.com/varkai/hugo-theme-zozo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7ee76d498e4e492787f9f2c19658608a8e7811e4 (plain)
1
2
3
4
5
6
7
8
[build]
  publish = "public"
  command = "hugo --gc --minify"

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