From ecc423e9de2114387978017eb8f42f2fe0f44036 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Sat, 8 Feb 2020 20:03:06 +0000 Subject: feat: add support for editing pages in Netlify CMS Adds support for writing blog posts and editing privacy policy and terms pages. To use, - You must already be using Netlify to deploy your site - Login to Netlify and setup your editors under the Identity section - Head over to YOUR_URL/admin/ See https://github.com/gcushen/hugo-academic/issues/1191 --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'netlify.toml') diff --git a/netlify.toml b/netlify.toml index e1392123..8ad9fe46 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.63.1" + HUGO_VERSION = "0.64.0" HUGO_ENABLEGITINFO = "true" [context.production.environment] -- cgit v1.2.3