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

netlify.toml - github.com/peaceiris/hugo-theme-iris.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0b5d48c37c440c23f4487308e310936665c03ecf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[build]
base = "exampleSite/"
publish = "public"
command = "hugo --gc --minify --themesDir ../ --layoutDir ../layouts --baseURL 'https://hugothemeiris.netlify.com'"

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

# [context.deploy-preview]
# command = "npm run build -- -b $DEPLOY_PRIME_URL --environment staging"
# [context.deploy-preview.environment]
# HUGO_VERSION = "0.65.3"

# [context.branch-deploy]
# command = "npm run build -- -b $DEPLOY_PRIME_URL"
# [context.branch-deploy.environment]
# HUGO_VERSION = "0.65.3"