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

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

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

[context.deploy-preview.environment]
  HUGO_VERSION = "0.32"

[context.branch-deploy.environment]
  HUGO_VERSION = "0.32"

[context.next.environment]
  HUGO_BASEURL = "https://next--gohugoio.netlify.com/"
  HUGO_ENABLEGITINFO = "true"