From a5a3522fb08a4d85d34bdb02aa156dcdac2c9ac4 Mon Sep 17 00:00:00 2001 From: Dmitry Verkhoturov Date: Mon, 30 May 2022 15:50:50 +0200 Subject: move Commento example from dev to full config (#333) --- dev-config.toml | 4 ---- exampleSite/full-config.toml | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-config.toml b/dev-config.toml index 27b0828..8f9006a 100644 --- a/dev-config.toml +++ b/dev-config.toml @@ -166,10 +166,6 @@ defaultContentLanguage = "en" # Default language to use (if you setup multiling jquery = '' slideout = '' - [params.commento] # Commento is a feature rich lightweight comment system oriented on privacy (https://commento.io/) - enable = false - url = "http://commento.example.com" - [params.utteranc] # utteranc is a comment system based on GitHub issues. see https://utteranc.es enable = true repo = "xianmin/comments-for-hugo-theme-jane" # The repo to store comments diff --git a/exampleSite/full-config.toml b/exampleSite/full-config.toml index 47a1c03..28a9e01 100644 --- a/exampleSite/full-config.toml +++ b/exampleSite/full-config.toml @@ -152,6 +152,10 @@ defaultContentLanguage = "en" # Default language to use clientId = "" # Your client ID clientSecret = "" # Your client secret + [params.commento] # Commento is a feature rich lightweight comment system oriented on privacy (https://commento.io/) + enable = false + url = "http://commento.example.com" + [params.livere] #LiveRe comment. see https://www.livere.com/ uid = "" -- cgit v1.2.3