From 1aae4f0fcdddb14589cf9248859263696e916965 Mon Sep 17 00:00:00 2001 From: Robert McGovern Date: Fri, 17 Apr 2020 21:50:12 +0100 Subject: [PATCH] Added comments --- _config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 2c9d36b..140a92f 100644 --- a/_config.yml +++ b/_config.yml @@ -44,9 +44,9 @@ breadcrumb_home_label : "Home" breadcrumb_separator : ">" words_per_minute : 200 comments: - provider : # false (default), "disqus", "discourse", "facebook", "google-plus", "staticman", "utterances", "custom" + provider : "disqus" # false (default), "disqus", "discourse", "facebook", "google-plus", "staticman", "utterances", "custom" disqus: - shortname : # https://help.disqus.com/customer/portal/articles/466208-what-s-a-shortname- + shortname : "tarasis" # https://help.disqus.com/customer/portal/articles/466208-what-s-a-shortname- discourse: server : # https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963 , e.g.: meta.discourse.org facebook: @@ -339,6 +339,7 @@ defaults: read_time: true share: true related: true + comments: true # _pages - scope: path: "_pages"