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:
Diffstat (limited to 'config/_default/params.toml')
-rw-r--r--config/_default/params.toml30
1 files changed, 15 insertions, 15 deletions
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