Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xianmin/hugo-theme-jane.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Verkhoturov <paskal.07@gmail.com>2022-05-30 16:50:50 +0300
committerGitHub <noreply@github.com>2022-05-30 16:50:50 +0300
commita5a3522fb08a4d85d34bdb02aa156dcdac2c9ac4 (patch)
treeb03a73b01fa21a73fc819c7495a1046a282e252a
parenta1694376d7486b8897f4bd19e045ac0fa1291bd0 (diff)
move Commento example from dev to full config (#333)
-rw-r--r--dev-config.toml4
-rw-r--r--exampleSite/full-config.toml4
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 = '<script src="https://cdn.jsdelivr.net/npm/jquery@3.2.1/dist/jquery.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>'
slideout = '<script src="https://cdn.jsdelivr.net/npm/slideout@1.0.1/dist/slideout.min.js" integrity="sha256-t+zJ/g8/KXIJMjSVQdnibt4dlaDxc9zXr/9oNPeWqdg=" crossorigin="anonymous"></script>'
- [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 = ""