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

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