diff --git a/_config.yml b/_config.yml index c3752387..3a6e7424 100644 --- a/_config.yml +++ b/_config.yml @@ -83,3 +83,20 @@ exclude: - Gemfile.lock - gulpfile.js - README.md +comments: + giscus: + enabled: true + repo: "sivolko/hugs4bugs" + repo-id: "R_kgDOJBA0UA" + category: "General" + category-id: "DIC_kwDOJBA0UM4CW_3U" + mapping: "title" + strict: "1" + reactions-enabled: "1" + emit-metadata: "0" + input-position: "bottom" + theme: "dark" + lang: "en" + loading: "lazy" + crossorigin: "anonymous" + \ No newline at end of file diff --git a/_includes/comments.html b/_includes/comments.html index 9dc97605..b352d9c5 100644 --- a/_includes/comments.html +++ b/_includes/comments.html @@ -1,10 +1,10 @@ -{% if site.disqus_username %} +
{{ site.translations.text.comments | default: "Comments" }}