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.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/_default/params.toml b/config/_default/params.toml
index dc0fe94f..2a43655e 100644
--- a/config/_default/params.toml
+++ b/config/_default/params.toml
@@ -212,6 +212,11 @@ plugins_js = []
shortname = "" # Paste the shortname from your Disqus dashboard.
show_count = true # Show comment count in page header? (true/false)
+ # Configuration of Commento.
+ [comments.commento]
+ # If self-hosting Commento, enter its URL here (e.g. "https://commento.?.com"), otherwise leave empty.
+ url = ""
+
############################
## Search
############################