mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-06 08:43:40 +00:00
16 lines
451 B
TOML
16 lines
451 B
TOML
[build]
|
|
publish = "exampleSite/public"
|
|
|
|
[context.production]
|
|
command = "ln -s ${PWD} ../minimo && hugo --source=exampleSite --baseURL=${URL}"
|
|
|
|
[context.branch-deploy]
|
|
command = "ln -s ${PWD} ../minimo && hugo --source=exampleSite --baseURL=${DEPLOY_PRIME_URL}"
|
|
|
|
[context.deploy-preview]
|
|
command = "ln -s ${PWD} ../minimo && hugo --source=exampleSite --baseURL=${DEPLOY_PRIME_URL}"
|
|
|
|
[build.environment]
|
|
HUGO_THEMESDIR = "../.."
|
|
HUGO_VERSION = "0.73.0"
|