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

netlify.toml - github.com/gohugoio/hugoThemesSiteBuilder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 385aabf09e60cde50c713df04fbb2c1069dc6e1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[build]
    base    = "cmd/hugothemesitebuilder/build/site"
    publish = "public"
    command = "./build.sh"
    ignore  = "/bin/false"

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

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

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