blowfish/netlify.toml

24 lines
596 B
TOML
Raw Normal View History

2022-09-13 04:52:45 -05:00
[build]
command = "cd exampleSite && hugo --gc --minify -D -b $URL"
publish = "exampleSite/public"
[build.environment]
HUGO_THEMESDIR = "../.."
HUGO_THEME = "repo"
TZ = "Portugal/Lisbon"
[context.production.environment]
2022-09-26 16:10:03 -05:00
HUGO_VERSION = "0.104.1"
2022-09-13 04:52:45 -05:00
HUGO_ENV = "production"
[context.deploy-preview]
command = "cd exampleSite && hugo --gc --minify -D -b $DEPLOY_PRIME_URL"
[context.deploy-preview.environment]
2022-09-26 16:10:03 -05:00
HUGO_VERSION = "0.104.1"
2022-09-13 04:52:45 -05:00
[context.branch-deploy]
command = "cd exampleSite && hugo --gc --minify -D -b $DEPLOY_PRIME_URL"
[context.branch-deploy.environment]
2022-09-26 16:10:03 -05:00
HUGO_VERSION = "0.104.1"