hugo-coder-fork/netlify.toml

13 lines
353 B
TOML
Raw Normal View History

[build]
publish = "demo/public"
2018-10-04 16:24:43 +00:00
command = "make prepare && hugo --source demo --baseURL $URL"
[context.production.environment]
2018-10-15 01:19:57 +00:00
HUGO_VERSION = "0.49.2"
[context.deploy-preview]
command = "make prepare && hugo --source demo --buildFuture --buildDrafts --baseURL $DEPLOY_PRIME_URL"
[context.deploy-preview.environment]
2018-10-15 01:19:57 +00:00
HUGO_VERSION = "0.49.2"