hugo-theme-stack-stars/netlify.toml

7 lines
198 B
TOML
Raw Normal View History

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