Added comments

This commit is contained in:
Robert McGovern 2020-04-17 21:50:12 +01:00
parent 525eee1742
commit 1aae4f0fcd
1 changed files with 3 additions and 2 deletions

View File

@ -44,9 +44,9 @@ breadcrumb_home_label : "Home"
breadcrumb_separator : ">" breadcrumb_separator : ">"
words_per_minute : 200 words_per_minute : 200
comments: 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: 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: discourse:
server : # https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963 , e.g.: meta.discourse.org server : # https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963 , e.g.: meta.discourse.org
facebook: facebook:
@ -339,6 +339,7 @@ defaults:
read_time: true read_time: true
share: true share: true
related: true related: true
comments: true
# _pages # _pages
- scope: - scope:
path: "_pages" path: "_pages"