congo/netlify.toml

16 lines
299 B
TOML
Raw Normal View History

2021-08-24 07:35:26 +00:00
[build]
base = "exampleSite"
command = "hugo --minify"
2021-08-24 07:41:24 +00:00
publish = "public"
2021-08-24 07:35:26 +00:00
[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"