added comments

This commit is contained in:
Surferlul 2022-07-20 21:07:51 +02:00
parent 6d18df426b
commit c0bcab676d
2 changed files with 5 additions and 4 deletions

Binary file not shown.

View File

@ -35,7 +35,7 @@ masthead_title : # overrides the website title displayed in the masthe
breadcrumbs : true # true, false (default)
words_per_minute : 200
comments:
provider : # false (default), "disqus", "discourse", "facebook", "staticman", "staticman_v2", "utterances", "giscus", "custom"
provider : "utterances" # false (default), "disqus", "discourse", "facebook", "staticman", "staticman_v2", "utterances", "giscus", "custom"
disqus:
shortname : # https://help.disqus.com/customer/portal/articles/466208-what-s-a-shortname-
discourse:
@ -46,8 +46,9 @@ comments:
num_posts : # 5 (default)
colorscheme : # "light" (default), "dark"
utterances:
theme : # "github-light" (default), "github-dark"
issue_term : # "pathname" (default)
theme : "github-light" # "github-light" (default), "github-dark"
issue_term : "pathname" # "pathname" (default)
label : "comment" # Optional - must be existing label.
giscus:
repo_id : # Shown during giscus setup at https://giscus.app
category_name : # Full text name of the category
@ -299,7 +300,7 @@ defaults:
layout: single
author_profile: true
read_time: true
comments: # true
comments: true # true
share: true
related: true
show_date: true