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: 29020a96536719ceddac675efe2a7e56c2c16396 (plain)
1
2
3
4
5
6
7
8
[build]
  publish = "public"
  command = "hugo --gc --minify"

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