Skip to content
Permalink
Browse files
Migrate to giscus
  • Loading branch information
JakeSteam committed Aug 14, 2022
1 parent 18493b2 commit 6d6c112e5964a2248ad62d8caa36c38714abb078
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
@@ -17,7 +17,10 @@ github_username: JakeSteam
linkedin_username: Jake-Lee
stackoverflow_username: Jake-Lee
stackoverflow_id: 608312
utterances_repo: "JakeSteam/blog-programming"
giscus_repo: JakeSteam/blog-programming
giscus_repo_id: MDEwOlJlcG9zaXRvcnkzNTk5Mzc1OTM=
giscus_category: Comments
giscus_category_id: DIC_kwDOFXQ2Oc4CQ06o
rss: RSS

# Build settings
@@ -32,14 +32,22 @@ <h1 class="post-title p-name" itemprop="name headline">{{ page.title }}</h1>
{%- include disqus_comments.html -%}
{%- endif -%}

<script src="https://utteranc.es/client.js"
repo="{{ site.utterances_repo }}"
issue-term="pathname"
label="comment"
theme="github-light"
<script src="https://giscus.app/client.js"
data-repo="{{ site.giscus_repo }}"
data-repo-id="{{ site.giscus_repo_id }}"
data-category="{{ site.giscus_category }}"
data-category-id="{{ site.giscus_category_id }}"
data-mapping="pathname"
data-strict="0"
data-reactions-enabled="1"
data-emit-metadata="0"
data-input-position="bottom"
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous"
async>
</script>
</script>

<a class="u-url" href="{{ page.url | relative_url }}" hidden></a>
</article>

0 comments on commit 6d6c112

Please sign in to comment.