19 lines
469 B
TOML
19 lines
469 B
TOML
[build]
|
|
publish = "exampleSite/public"
|
|
command = '''hugo -s exampleSite --config "config.toml" \
|
|
&& hugo -s exampleSite --config "config.toml,config-original.toml"'''
|
|
|
|
[build.environment]
|
|
HUGO_VERSION = "0.80.0"
|
|
HUGO_THEME = "repo"
|
|
HUGO_THEMESDIR = "/opt/build"
|
|
|
|
# [context.production.environment]
|
|
# HUGO_VERSION = "0.80.0"
|
|
|
|
# [context.deploy-preview.environment]
|
|
# HUGO_VERSION = "0.80.0"
|
|
|
|
[context.branch-deploy.environment]
|
|
HUGO_VERSION = "0.80.0"
|
|
|