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