Skip to content

Commit

Permalink
Theoretically got comments working
Browse files Browse the repository at this point in the history
  • Loading branch information
QueenOfSquiggles committed Mar 2, 2024
1 parent 23303c5 commit 9365495
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 15 deletions.
2 changes: 1 addition & 1 deletion config/_default/module.yaml
Expand Up @@ -34,7 +34,7 @@ imports:
- path: github.com/hbstack/blog/modules/sidebar/taxonomies

# blog comments engine
- path: github.com/hugomods/giscus
- path: github.com/hbstack/blog/modules/giscus
# - path: github.com/hbstack/blog/modules/giscus
# - path: github.com/hbstack/blog/modules/disqus
# - path: github.com/hbstack/blog/modules/utterances
Expand Down
20 changes: 10 additions & 10 deletions config/_default/params.yaml
Expand Up @@ -33,6 +33,16 @@ hb:
# the paginate for categories, tags, series list pages.
paginate: 6
blog:
giscus:
repo: QueenOfSquiggles/queenofsquiggles.github.io
repo_id: R_kgDOGcOB7A
category: General
category_id: DIC_kwDOGcOB7M4Cdq04
mapping: pathname
strict_matching: true
inputPosition: top
reactions: true
lazy_loading: true
sidebar:
profile:
title: Queen Of Squiggles
Expand Down Expand Up @@ -63,16 +73,6 @@ hb:
# - docs
# - blog
# - tutorials
giscus:
repo: "QueenOfSquiggles/queenofsquiggles.github.io"
repo_id: "R_kgDOGcOB7A"
category: "General"
category_id: "DIC_kwDOGcOB7M4Cdq04"
mapping: "pathname"
strict_matching: "true"
inputPosition: "top"
reactions: "true"
lazy_loading: "true"
content_panel:
repo:
service: github # github or gitlab.
Expand Down
@@ -1,4 +1 @@
<!-- {{/* Put custom HTML markup before the end of <body>. */}} -->
<footer>
<div class="giscus"></div>
</footer>
<!-- {{/* Put custom HTML markup before the end of <body>. */}} -->

0 comments on commit 9365495

Please sign in to comment.