Hugo-theme-stack/netlify.toml

7 lines
198 B
TOML
Raw Normal View History

2020-08-24 17:03:13 -04:00
[build]
publish = "exampleSite/public"
2020-08-24 17:06:35 -04:00
command = "cd exampleSite && hugo --gc --themesDir ../.. -b $DEPLOY_PRIME_URL"
2020-08-24 17:03:13 -04:00
[build.environment]
HUGO_VERSION = "0.74.3"
2020-08-24 17:06:35 -04:00
HUGO_THEME = "repo"