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

netlify.toml - github.com/gohugoio/netlify-test-site.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 20a6e352e67dac153645cd27fb5a3d15e67a74a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[build]
publish = "public"
command = "hugo"

[build.processing]
  skip_processing = false

[build.processing.js]
  minify = true

[context.production.environment]
HUGO_VERSION = "0.74.3"