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

weru
11.16.2020 89d0773720b6668655b7a2730f262d704987a027
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 ../.."
 
[context.production.environment]
HUGO_VERSION = "0.74.3"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"