From 80297416e7ca4abd82e8f61c07b8f2e50a08c884 Mon Sep 17 00:00:00 2001 From: Sujay Kundu Date: Tue, 11 Apr 2023 12:18:44 +0000 Subject: [PATCH 1/2] test giscus --- _config.yml | 2 +- _includes/blog_post_article.html | 21 +++++++++++++++++++-- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index bb04485a4..b9d3561c5 100644 --- a/_config.yml +++ b/_config.yml @@ -85,7 +85,7 @@ flickr_username: johndoe #for comments ( we got Disqus and Hyvor Commenting, uncomment the one you want to use ) # disqus_shortname: sujay-kundu -hyvor_talk_website_id: 476 +# hyvor_talk_website_id: 476 # wakatime username (coding activity) wakatime_username: sujaykundu777 diff --git a/_includes/blog_post_article.html b/_includes/blog_post_article.html index b5132373c..aaad744bc 100644 --- a/_includes/blog_post_article.html +++ b/_includes/blog_post_article.html @@ -43,6 +43,25 @@

{{ page.summary }}

{% include author.html %} {% endif %} + +
+ +
+ {%- if site.hyvor_talk_website_id -%}
{%- include hyvor_comments.html -%} @@ -51,6 +70,4 @@ - - From 0565dd100d93254cd57718e0d0f1bc2029553c30 Mon Sep 17 00:00:00 2001 From: Sujay Kundu Date: Mon, 7 Oct 2024 09:41:43 +0530 Subject: [PATCH 2/2] update .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 431bc1e9f..a7a4f1250 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,6 @@ _site/ .bundle .bundle/ -vendor/ \ No newline at end of file +vendor/ + +.DS_Store \ No newline at end of file