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

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

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