blob: b130ecf4b70d1abd0bb6a1b03913f189f9fd8456 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[build]
base = "exampleSite"
command = "hugo --gc --themesDir ../.. -b $URL"
publish = "exampleSite/public"
[build.environment]
HUGO_THEME = "repo"
[context.deploy-preview]
command = "hugo --gc --themesDir ../.. -b $DEPLOY_PRIME_URL"
[context.branch-deploy]
command = "hugo --gc --themesDir ../.. -b $DEPLOY_PRIME_URL"
|