From 0cec3b75fdb6f88f461f83eb8b665aaf0ac45e73 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sun, 5 Nov 2017 11:00:49 +0000 Subject: [PATCH] add netlify config --- netlify.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..aff2d0a --- /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.30.2" + +[context.branch-deploy] + command = "hugo -D" + +[context.branch-deploy.environment] + HUGO_VERSION = "0.30.2"