hugo-theme-stack/netlify.toml

7 lines
198 B
TOML
Raw Normal View History

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