Skip to content

Commit ae8dc04

Browse files
ninyaweeclaude
andcommitted
chore: add funding and Giscus comments support
- Add .github/FUNDING.yml for Ko-fi and GitHub Sponsors - Add Ko-fi badge to README - Configure Giscus with repo IDs for docs comments 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent e42f675 commit ae8dc04

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/FUNDING.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ko_fi: ninyawee
2+
github: ninyawee

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ mise run test:node # Run Node tests
6767
2. Calculate weighted checksum: `sum(digit[i] * (13 - i))` for i in 0..12
6868
3. Verify: `(11 - sum % 11) % 10 == digit[12]`
6969

70+
## Support
71+
72+
[![Ko-fi](https://img.shields.io/badge/Ko--fi-Support%20me%20☕-ff5f5f?logo=ko-fi&logoColor=white)](https://ko-fi.com/ninyawee)
73+
7074
## License
7175

7276
ISC

docs/overrides/main.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ <h2 id="__comments">{{ lang.t("meta.comments") }}</h2>
88
<script
99
src="https://giscus.app/client.js"
1010
data-repo="ninyawee/konjingjing"
11-
data-repo-id="REPLACE_WITH_REPO_ID"
11+
data-repo-id="MDEwOlJlcG9zaXRvcnkyODU5NzE1MDA"
1212
data-category="General"
13-
data-category-id="REPLACE_WITH_CATEGORY_ID"
13+
data-category-id="DIC_kwDOEQuULM4CzxM1"
1414
data-mapping="pathname"
1515
data-strict="0"
1616
data-reactions-enabled="1"

0 commit comments

Comments
 (0)