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>2019-07-11 22:59:15 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2019-07-11 22:59:15 +0300
commit5eb6da7ce311e7ebcc7700bf6cf5a1d762f4b1b3 (patch)
tree4fb6c413f6fffbf97a5d705329ef6b9504e0b046 /config
parent2b5444547a83f385739a175f2bebebbb0f00710c (diff)
theme: sync v4.4.0-dev - get fixes + add Edit Page option
Diffstat (limited to 'config')
-rw-r--r--config/_default/params.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/_default/params.toml b/config/_default/params.toml
index 08533a04..8e63e789 100644
--- a/config/_default/params.toml
+++ b/config/_default/params.toml
@@ -39,6 +39,10 @@ math = false
# Anonymize IP in Google Analytics (if enabled)
privacy_pack = false
+# Enable visitors to edit pages?
+# `repo` defines the repository URL. `editable` defines which page types can be edited.
+edit_page = {repo_url = "", editable = {docs = true}}
+
# Date and time format (refer to https://sourcethemes.com/academic/docs/customization/#date-format )
# Examples: "Mon, Jan 2, 2006" or "2006-01-02"
date_format = "Jan 2, 2006"