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:
authorGerman Lashevich <german.lashevich@gmail.com>2019-05-04 21:59:33 +0300
committerGerman Lashevich <german.lashevich@gmail.com>2019-05-04 21:59:33 +0300
commitdc96e1df4d8faadfe440a19b14385e0ea07d79c9 (patch)
treeba79ab65228b656bfdbe575a16536fd953018e26 /dev-config.toml
parent54026c9b416d824b42abbe0373b566da01bbaa48 (diff)
Add commento support
Diffstat (limited to 'dev-config.toml')
-rw-r--r--dev-config.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-config.toml b/dev-config.toml
index 0da37b8..325a815 100644
--- a/dev-config.toml
+++ b/dev-config.toml
@@ -163,6 +163,11 @@ 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