Skip to content

Commit 0bf13ec

Browse files
committed
Added comments via giscus.app
1 parent 4916233 commit 0bf13ec

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

_config.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ analytics:
7272

7373
# Page views settings
7474
pageviews:
75-
provider: # now only supports 'goatcounter'
75+
provider: goatcounter # now only supports 'goatcounter'
7676

7777
# Prefer color scheme setting.
7878
#
@@ -106,7 +106,7 @@ toc: true
106106

107107
comments:
108108
# Global switch for the post-comment system. Keeping it empty means disabled.
109-
provider: # [disqus | utterances | giscus]
109+
provider: giscus # [disqus | utterances | giscus]
110110
# The provider options are as follows:
111111
disqus:
112112
shortname: # fill with the Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname
@@ -116,13 +116,13 @@ comments:
116116
issue_term: # < url | pathname | title | ...>
117117
# Giscus options › https://giscus.app
118118
giscus:
119-
repo: # <gh-username>/<repo>
120-
repo_id:
121-
category:
122-
category_id:
119+
repo: LenNerd42/BlogGiscus # <gh-username>/<repo>
120+
repo_id: R_kgDOQ2635g
121+
category: Announcements
122+
category_id: DIC_kwDOQ2635s4C0xUH
123123
mapping: # optional, default to 'pathname'
124124
strict: # optional, default to '0'
125-
input_position: # optional, default to 'bottom'
125+
input_position: top # optional, default to 'bottom'
126126
lang: # optional, default to the value of `site.lang`
127127
reactions_enabled: # optional, default to the value of `1`
128128

_posts/2026-01-06-my-worst-typo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ This would move the `bin` folder from the folder I was in into the `latest` fold
4747

4848
In the end, all I can really do is laugh at my foolishness. While the resulting problems had caused me a lot of stress, I also learned how to troubleshoot my installation, should things go south again. What's even better: I was writing an article for this very blog before it all happened. It was going to be my first (proper) article, a guide on setting up and using an Android emulator using only the command line. But now, my reckless use of the command line has given me a much better topic for my first blog post!
4949

50-
Thank you very much for reading all of this. I plan to publish more articles on here about all sorts of things. Not sure about what exactly, but mostly software & game development-related things. I don't have comments enabled just yet, but you can shoot me a message in my [Discord server](https://www.discord.gg/Q27rN7b).
50+
Thank you very much for reading all of this. I plan to publish more articles on here about all sorts of things. Not sure about what exactly, but mostly software & game development-related things. If you liked what you just read, leave a comment! All you need is a GitHub account. Alternatively, you can shoot me a message in my [Discord server](https://www.discord.gg/Q27rN7b).

0 commit comments

Comments
 (0)