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: 8b31ddadc5b8c3802bab4d1ebf7db1086653bac1 (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 -s exampleSite --config 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"