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

netlify.toml - github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ac67b15c867152a40ab5de8412f4185ca228b0f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[build]
publish = "public"

[build]
  publish = "exampleSite/public"
  command = "hugo -gc --minify -s exampleSite --config \"exampleSite/config.toml\""

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


[build.environment]
  HUGO_THEME = "repo"
  HUGO_THEMESDIR = "/opt/build"

# [context.production.environment]
#   HUGO_VERSION = "0.51"

# [context.deploy-preview.environment]
#   HUGO_VERSION = "0.51"

# [context.branch-deploy.environment]
#   HUGO_VERSION = "0.51"