mirror of https://github.com/jpanther/congo.git
17 lines
324 B
TOML
17 lines
324 B
TOML
[build]
|
|
base = "exampleSite"
|
|
command = "hugo --gc --minify"
|
|
publish = "public"
|
|
|
|
[build.environment]
|
|
HUGO_VERSION = "0.86.1"
|
|
HUGO_THEMESDIR = "../.."
|
|
HUGO_THEME = "repo"
|
|
|
|
[context.production.environment]
|
|
HUGO_BASEURL = $URL
|
|
HUGO_ENV = "production"
|
|
|
|
[context.deploy-preview.environment]
|
|
HUGO_BASEURL = $DEPLOY_PRIME_URL
|