diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..63b8cee --- /dev/null +++ b/netlify.toml @@ -0,0 +1,16 @@ +[build] + base = "." + publish = "public" + command = "hugo" + +[context.production] + command = "hugo" + +[context.production.environment] + HUGO_VERSION = "0.27-DEV" + +[context.branch-deploy] + command = "hugo -D" + +[context.branch-deploy.environment] + HUGO_VERSION = "0.27-DEV"