Files
reveal-hugo/netlify.toml
T
2018-04-26 15:39:53 -07:00

9 lines
210 B
TOML

[build]
command = "hugo -s exampleSite -d ../public --themesDir ../../"
publish = "public"
[context.production.environment]
HUGO_VERSION = "0.37.1"
[context.deploy-preview.environment]
HUGO_VERSION = "0.37.1"