diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 00000000..3e6cef3f --- /dev/null +++ b/netlify.toml @@ -0,0 +1,11 @@ +[build] + publish = "dist" + command = "gulp build" + +[context.production.environment] + HUGO_VERSION = "0.48" + HUGO_ENV = "production" + HUGO_ENABLEGITINFO = "true" + +[context.deploy-preview.environment] + HUGO_VERSION = "0.48"