From d996657be5efda94f4a934d5d78c407ba47bf76c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 14 Nov 2020 21:15:27 +0100 Subject: Port config to zola --- netlify.toml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'netlify.toml') diff --git a/netlify.toml b/netlify.toml index 9314f55..7e16e93 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,14 +1,8 @@ [build] publish = "public" - command = "hugo" + command = "zola build" [build.environment] - HUGO_VERSION = "0.74.0" - -[context.production.environment] - HUGO_ENV = "production" - -[context.branch-deploy.environment] - HUGO_ENABLEGITINFO = "true" + ZOLA_VERSION = "0.12.2" [[redirects]] from = "https://alanpearceeu.netlify.com/*" @@ -78,4 +72,4 @@ for = "/*" [headers.values] Link = ''' -; rel=preload; as=style''' \ No newline at end of file +; rel=preload; as=style''' -- cgit 1.4.1