From f484e00d0792cc861244d3ec9513e15b571f0940 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sat, 4 Nov 2017 11:33:08 +0000 Subject: [PATCH 1/2] test netlify.toml --- 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..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" From 1179d8981a7570e943461af26cb891588ff3392c Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sat, 4 Nov 2017 11:38:19 +0000 Subject: [PATCH 2/2] oO was running old hugo version --- netlify.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netlify.toml b/netlify.toml index 63b8cee..aff2d0a 100644 --- a/netlify.toml +++ b/netlify.toml @@ -7,10 +7,10 @@ command = "hugo" [context.production.environment] - HUGO_VERSION = "0.27-DEV" + HUGO_VERSION = "0.30.2" [context.branch-deploy] command = "hugo -D" [context.branch-deploy.environment] - HUGO_VERSION = "0.27-DEV" + HUGO_VERSION = "0.30.2"