Files
hugo-coder-timeline/netlify.toml
2018-10-04 13:06:06 -03:00

10 lines
276 B
TOML

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