From c217d65e15e101eade0947750216256c9aaefe1b Mon Sep 17 00:00:00 2001 From: Farhad Allian Date: Sun, 5 Nov 2023 20:29:10 +0000 Subject: [PATCH] fixes: giscus.html --- _config.yml | 12 ++++-------- _includes/giscus.html | 1 + 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/_config.yml b/_config.yml index c444b8c..4e0f166 100644 --- a/_config.yml +++ b/_config.yml @@ -143,21 +143,17 @@ related_blog_posts: # the information below. giscus: repo: f-allian/f-allian.github.io # / - repo_id: R_kgDOHTPwIA - category: General # name of the category under which discussions will be created - category_id: DIC_kwDOHTPwIM4CU9cp + repo_id: R_kgDOKXVurg + category: Blog # name of the category under which discussions will be created + category_id: DIC_kwDOKXVurs4CatHF mapping: title # identify discussions by post title strict: 1 # use strict identification mode reactions_enabled: 1 # enable (1) or disable (0) emoji reactions - input_position: bottom # whether to display input form below (bottom) or above (top) the comments + input_position: top # whether to display input form below (bottom) or above (top) the comments theme: preferred_color_scheme # name of the color scheme (preferred works well with al-folio light/dark mode) emit_metadata: 0 lang: en -# Disqus comments (DEPRECATED) -#disqus_shortname: al-folio # put your disqus shortname -# https://help.disqus.com/en/articles/1717111-what-s-a-shortname - # External sources. # If you have blog posts published on medium.com or other external sources, # you can display them in your blog by adding a link to the RSS feed. diff --git a/_includes/giscus.html b/_includes/giscus.html index b17e503..2008514 100644 --- a/_includes/giscus.html +++ b/_includes/giscus.html @@ -15,6 +15,7 @@ "data-theme": giscusTheme, "data-lang": "{{ site.giscus.lang }}", "crossorigin": "anonymous", + "data-loading":"lazy", "async": "", };