dashboard
repositories
filestore
activity
search
login
external-software
/
github_gohugo_theme_compose
mirror of
https://github.com/onweru/compose.git
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
modify path
weru
11.24.2020
97ecc8038df4774bdde09beed499d4c1622c7688
[external-software/github_gohugo_theme_compose.git]
/
exampleSite
/
netlify.toml
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"