mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-11-30 23:16:04 +07:00
20 lines
454 B
TOML
20 lines
454 B
TOML
# netlify configuration
|
|
[build]
|
|
base = "site/"
|
|
publish = "site/public/"
|
|
command = "hugo"
|
|
|
|
[build.environment]
|
|
HUGO_VERSION = "0.111.3"
|
|
|
|
[context.production.environment]
|
|
# this controls our robots.txt
|
|
HUGO_ENV = "production"
|
|
HUGO_BASEURL = "https://kind.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"
|