modules: migrate to v5.0 Beta 3

This commit is contained in:
George Cushen
2021-02-09 22:16:30 +00:00
parent 85b8712c4c
commit 372d4bf7cb
10 changed files with 58 additions and 40 deletions

View File

@@ -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"

View File

@@ -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