19 lines
520 B
TOML
19 lines
520 B
TOML
[build]
|
|
base = "site/"
|
|
publish = "site/public/"
|
|
command = "pwd && cd themes/docsy && npm install && git submodule update -f --init && cd ../.. && hugo"
|
|
|
|
[build.environment]
|
|
NODE_VERSION = "20.18.1"
|
|
HUGO_VERSION = "v0.140.2"
|
|
|
|
[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"
|