diff --git a/._config.yml.swp b/._config.yml.swp index 03e9a37..c28fe2d 100644 Binary files a/._config.yml.swp and b/._config.yml.swp differ diff --git a/_config.yml b/_config.yml index f58dc0b..10d05a3 100644 --- a/_config.yml +++ b/_config.yml @@ -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