ezhil/netlify.toml

9 lines
186 B
TOML
Raw Normal View History

2019-04-19 19:17:22 +00:00
[build]
publish = "exampleSite/public"
command = "cd exampleSite && hugo --gc --themesDir ../.."
[build.environment]
HUGO_VERSION = "0.51"
HUGO_THEME = "repo"
HUGO_BASEURL = "/"