diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index d271050..1503005 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -28,8 +28,12 @@ DefaultContentLanguage = "en" # Theme i18n support
default = "Licensed under CC BY-NC-SA 4.0"
[params.comments]
enabled = true
- # Only Disqus is available so far
- provider = "disqus"
+ provider = "disqus" # Available: disqus, utterances
+ [params.comments.utterances]
+ repo = ""
+ issueTerm = "pathname"
+ label = "" # Optional
+ theme="preferred-color-scheme"
[params.widgets]
enabled = ['search', 'archives', 'tag-cloud']
[params.widgets.archives]
diff --git a/layouts/partials/comments/provider/utterances.html b/layouts/partials/comments/provider/utterances.html
new file mode 100644
index 0000000..75d63ce
--- /dev/null
+++ b/layouts/partials/comments/provider/utterances.html
@@ -0,0 +1,16 @@
+
+
+
\ No newline at end of file