Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wowchemy/starter-academic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Cushen <gcushen@users.noreply.github.com>2020-02-08 23:03:06 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2020-02-08 23:03:06 +0300
commitecc423e9de2114387978017eb8f42f2fe0f44036 (patch)
treed0beb290121154ffd6937e01324c674916c435a9 /netlify.toml
parent8c93100c1326887f52c996200dd7849a3c3b731c (diff)
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
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml2
1 files changed, 1 insertions, 1 deletions
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]