Skip to content

Commit

Permalink
fixes: giscus.html
Browse files Browse the repository at this point in the history
  • Loading branch information
f-allian committed Nov 5, 2023
1 parent b440ed9 commit c217d65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
12 changes: 4 additions & 8 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,21 +143,17 @@ related_blog_posts:
# the information below.
giscus:
repo: f-allian/f-allian.github.io # <your-github-user-name>/<your-github-repo-name>
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.
Expand Down
1 change: 1 addition & 0 deletions _includes/giscus.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"data-theme": giscusTheme,
"data-lang": "{{ site.giscus.lang }}",
"crossorigin": "anonymous",
"data-loading":"lazy",
"async": "",
};

Expand Down

0 comments on commit c217d65

Please sign in to comment.