minikube/netlify.toml

18 lines
402 B
TOML
Raw Normal View History

2019-06-18 03:59:05 +00:00
[build]
base = "site/"
publish = "site/public/"
command = "hugo"
[build.environment]
2019-06-18 04:01:43 +00:00
HUGO_VERSION = "0.55.0"
2019-06-18 03:59:05 +00:00
[context.production.environment]
HUGO_ENV = "production"
HUGO_BASEURL = "https://minikube.sigs.k8s.io/"
[context.deploy-preview]
command = "hugo --enableGitInfo --buildFuture -b $DEPLOY_PRIME_URL"
[context.branch-deploy]
command = "hugo --enableGitInfo --buildFuture -b $DEPLOY_PRIME_URL"