coder/netlify.toml

11 lines
309 B
TOML
Raw Permalink Normal View History

2024-01-03 19:09:11 +03:00
[build]
publish = "exampleSite/public"
command = "cd exampleSite && hugo --themesDir=../.. --baseURL $URL"
[build.environment]
2024-06-26 00:40:47 +03:00
HUGO_VERSION = "0.126.1"
2024-01-03 19:09:11 +03:00
HUGO_THEME = "repo"
[context.deploy-preview]
command = "cd exampleSite && hugo --themesDir=../.. --buildFuture --buildDrafts --baseURL $DEPLOY_PRIME_URL"