From 31010eea7a9887ef7b243b9b3c20e62526b9df5e Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 6 Jun 2018 21:22:12 +0000 Subject: Borrow netlify.toml from hugo docs --- netlify.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/netlify.toml b/netlify.toml index e325c01..0b02993 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,3 +1,12 @@ +[build] + publish = "public" + command = "hugo" + +[context.production.environment] + HUGO_VERSION = "0.41" + HUGO_ENV = "production" + HUGO_ENABLEGITINFO = "true" + [[redirects]] from = "https://alanpearceuk.netlify.com/*" to = "https://alanpearce.uk/:splat" -- cgit 1.4.1