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
path: root/config
diff options
context:
space:
mode:
authorGeorge Cushen <gcushen@users.noreply.github.com>2021-02-10 01:16:30 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2021-02-10 01:16:30 +0300
commit372d4bf7cb6bcdd6841a31e89c76b521e2a9d7c1 (patch)
treee440a565789464359c15107eb383d31e076d842c /config
parent85b8712c4c0ac22d16950138f2daffbd9d3d34e5 (diff)
modules: migrate to v5.0 Beta 3
Diffstat (limited to 'config')
-rw-r--r--config/_default/config.toml2
-rw-r--r--config/_default/params.toml30
2 files changed, 16 insertions, 16 deletions
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