From 45a2731b7547ae6e92b4dab8e1f4dd0ea21ad486 Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Mon, 29 Apr 2019 00:17:20 +0100 Subject: Try different configuration for deployment. --- config.toml | 8 ++++++++ netlify.toml | 7 ------- 2 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 netlify.toml diff --git a/config.toml b/config.toml index 1edc32a..0a931af 100644 --- a/config.toml +++ b/config.toml @@ -23,3 +23,11 @@ enableRobotsTXT = true [blackfriday] extensionsmask = ["autolink"] + +[build] + publish = "public" + command = "hugo --gc --minify" + +[context.production.environment] + HUGO_VERSION = "0.20" + diff --git a/netlify.toml b/netlify.toml deleted file mode 100644 index 704b99b..0000000 --- a/netlify.toml +++ /dev/null @@ -1,7 +0,0 @@ -[build] - publish = "public" - command = "hugo --gc --minify" - -[context.production.environment] - HUGO_VERSION = "0.20" - -- cgit v1.2.3-13-gbd6f