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

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

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

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

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

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

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