You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
309 B
10 lines
309 B
[build]
|
|
publish = "exampleSite/public"
|
|
command = "cd exampleSite && hugo --themesDir=../.. --baseURL $URL"
|
|
|
|
[build.environment]
|
|
HUGO_VERSION = "0.148.2"
|
|
HUGO_THEME = "repo"
|
|
|
|
[context.deploy-preview]
|
|
command = "cd exampleSite && hugo --themesDir=../.. --buildFuture --buildDrafts --baseURL $DEPLOY_PRIME_URL"
|
|
|