Files
reveal-hugo/netlify.toml
T
2019-04-30 19:08:42 -04:00

10 lines
195 B
TOML

[build]
command = "hugo -b $URL -s exampleSite"
publish = "exampleSite/public"
[context.production.environment]
HUGO_VERSION = "0.55"
[context.deploy-preview.environment]
HUGO_VERSION = "0.55"