Files
site/themes/minimo/netlify.toml
2021-09-06 13:02:12 -04:00

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"