ezhil/netlify.toml
2019-04-20 00:47:22 +05:30

9 lines
186 B
TOML

[build]
publish = "exampleSite/public"
command = "cd exampleSite && hugo --gc --themesDir ../.."
[build.environment]
HUGO_VERSION = "0.51"
HUGO_THEME = "repo"
HUGO_BASEURL = "/"