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

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

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

[context.deploy-preview]
command = "hugo -s exampleSite -D -F -b $DEPLOY_PRIME_URL"

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

[context.branch-deploy]
command = "hugo -s exampleSite --gc -b $DEPLOY_PRIME_URL"

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