From 372d4bf7cb6bcdd6841a31e89c76b521e2a9d7c1 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Tue, 9 Feb 2021 22:16:30 +0000 Subject: modules: migrate to v5.0 Beta 3 --- config/_default/config.toml | 2 +- config/_default/params.toml | 30 +++++++++++++++--------------- 2 files changed, 16 insertions(+), 16 deletions(-) (limited to 'config') diff --git a/config/_default/config.toml b/config/_default/config.toml index 47024f8d..abb8f741 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -98,6 +98,6 @@ disableAliases = true # Disable aliases when `redirects` is added to the `outpu # Install Wowchemy [module] [[module.imports]] - path = "github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic" + path = "github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms" [[module.imports]] path = "github.com/wowchemy/wowchemy-hugo-modules/wowchemy" diff --git a/config/_default/params.toml b/config/_default/params.toml index 95377a3d..51e33a18 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -209,10 +209,10 @@ plugins_js = [] ############################ [comments] # Comment provider: - # 0: Disabled - # 1: Disqus (https://disqus.com) - # 2: Commento (https://commento.io) - engine = 0 + # "": Disabled + # "disqus": Disqus (https://disqus.com) + # "commento": Commento (https://commento.io) + provider = "" # Which page types are commentable? commentable = {page = true, post = true, docs = true, project = true, publication = true, talk = true} @@ -232,10 +232,10 @@ plugins_js = [] ############################ [search] # Search provider: - # 0: No search engine - # 1: Academic (built-in) - # 2: Algolia (https://www.algolia.com) - engine = 1 + # "": No search engine + # "wowchemy": Built-in search engine + # "algolia": Algolia (https://www.algolia.com) + provider = "wowchemy" # Configuration of Algolia search engine. # Paste the values from your Algolia dashboard. @@ -259,11 +259,11 @@ plugins_js = [] # https://www.mapbox.com/studio/account/tokens # # Map provider: - # 0: No map - # 1: Google Maps - # 2: OpenStreetMap (Mapnik) - # 3: OpenStreetMap (Mapbox) - engine = 2 + # "": No map + # "google": Google Maps + # "mapnik": OpenStreetMap (Mapnik) + # "mapbox": OpenStreetMap (Mapbox) + provider = "mapnik" api_key = "" zoom = 15 @@ -279,8 +279,8 @@ plugins_js = [] ## Content Management System ############################ [cms] - # See https://wowchemy.com/docs/install/ - netlify_cms = true + branch = "master" + local_backend = false ############################ ## Icon Pack Extensions -- cgit v1.2.3