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: 675a82a000059462c90d411269f5b30847f33f9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[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"