websiteOwn/themes/hugo-coder/netlify.toml

13 lines
353 B
TOML

[build]
publish = "demo/public"
command = "make prepare && hugo --source demo --baseURL $URL"
[context.production.environment]
HUGO_VERSION = "0.49.2"
[context.deploy-preview]
command = "make prepare && hugo --source demo --buildFuture --buildDrafts --baseURL $DEPLOY_PRIME_URL"
[context.deploy-preview.environment]
HUGO_VERSION = "0.49.2"