mirror of https://github.com/onweru/compose.git

weru
11.24.2020 97ecc8038df4774bdde09beed499d4c1622c7688
1
2
3
4
5
6
7
8
9
10
11
[build]
base = "exampleSite" # remove or uncomment line if your content is at the root of your repo. While you're at it, uncomment line 5 and comment line 6.
publish = "public"
 
# command = "hugo --gc --minify"
command = "hugo --gc --minify --themesDir /opt/build/"
 
[context.production.environment]
HUGO_VERSION = "0.74.3"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"