diff --git a/config/_default/params.toml b/config/_default/params.toml index 56ccc99..9427794 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -161,4 +161,16 @@ SortBy = "default" [comments.cusdis] host = "https://cusdis.com" - id = "" \ No newline at end of file + id = "" + + # Comentario client configuration + [comments.comentario] + url = "" + autoInit = false + autoNonInteractiveSso = false + cssOverride = "" + lang = "" + liveUpdate = false + maxLevel = 0 + noFonts = false + theme = "" \ No newline at end of file diff --git a/layouts/_partials/comments/provider/comentario.html b/layouts/_partials/comments/provider/comentario.html new file mode 100644 index 0000000..a78323d --- /dev/null +++ b/layouts/_partials/comments/provider/comentario.html @@ -0,0 +1,13 @@ + + + \ No newline at end of file