From a965ec1985401dcd359fe9e817d03e8bb9bbdd55 Mon Sep 17 00:00:00 2001 From: Ray Lyon Date: Wed, 23 Sep 2020 22:22:59 -0400 Subject: [PATCH 1/2] utterances comments --- _config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index 7fecb29..36f5615 100644 --- a/_config.yml +++ b/_config.yml @@ -30,7 +30,7 @@ masthead_title : # overrides the website title displayed in the masthe # breadcrumbs : false # true, false (default) words_per_minute : 200 comments: - provider : # false (default), "disqus", "discourse", "facebook", "staticman", "staticman_v2", "utterances", "custom" + provider : "utterances" disqus: shortname : # https://help.disqus.com/customer/portal/articles/466208-what-s-a-shortname- discourse: @@ -41,8 +41,8 @@ comments: num_posts : # 5 (default) colorscheme : # "light" (default), "dark" utterances: - theme : # "github-light" (default), "github-dark" - issue_term : # "pathname" (default) + theme : "github-light" + issue_term : "pathname" staticman: branch : # "master" endpoint : # "https://{your Staticman v3 API}/v3/entry/github/" @@ -282,7 +282,7 @@ defaults: layout: single author_profile: true read_time: true - comments: # true + comments: true share: true related: true classes: wide From b4e4070cb13a0443700f7f72dc4b934ed7987e7b Mon Sep 17 00:00:00 2001 From: Ray Lyon Date: Wed, 23 Sep 2020 22:40:04 -0400 Subject: [PATCH 2/2] quotes around repo --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 36f5615..a139da9 100644 --- a/_config.yml +++ b/_config.yml @@ -23,7 +23,7 @@ name : "Ray Lyon" description : "Linux, self-hosting, and privacy." url : # "https://rayagainstthemachine.net" baseurl : # the subpath of your site, e.g. "/blog" -repository : skoobasteeve/skoobasteeve.github.io.2 +repository : "skoobasteeve/skoobasteeve.github.io.2" teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png" logo : # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png" masthead_title : # overrides the website title displayed in the masthead, use " " for no title