2019-02-08 08:30:55 -08:00
|
|
|
# netlify configuration
|
|
|
|
|
[build]
|
|
|
|
|
base = "site/"
|
|
|
|
|
publish = "site/public/"
|
2019-02-12 15:47:14 -08:00
|
|
|
command = "hugo"
|
2019-02-08 08:30:55 -08:00
|
|
|
|
|
|
|
|
[build.environment]
|
2023-05-16 21:54:58 -07:00
|
|
|
HUGO_VERSION = "0.111.3"
|
2019-02-08 08:30:55 -08:00
|
|
|
|
|
|
|
|
[context.production.environment]
|
|
|
|
|
# this controls our robots.txt
|
|
|
|
|
HUGO_ENV = "production"
|
2019-02-12 15:47:14 -08:00
|
|
|
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"
|