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

netlify.toml « exampleSite - github.com/Fastbyte01/KeepIt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0f7cc79ed000d98cd294837f9935772ea730244c (plain)
1
2
3
4
5
6
7
8
9
10
[build]
  command = "hugo"
  publish = "public"

[build.environment]
  HUGO_VERSION = "0.57.2"
  HUGO_ENABLEGITINFO = "true"

[context.production.environment]
  HUGO_ENV = "production hugo --gc --minify"