Skip to content

Commit

Permalink
Add Ko-fi support widget
Browse files Browse the repository at this point in the history
  • Loading branch information
hjake123 committed Nov 20, 2024
1 parent 4a75a31 commit 8a94fd0
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,14 @@ Welcome! I'm **hyperlynx**, and this is is my homepage. It's mostly a link board
<a href="{{ post.url | relative_url }}">{{ post.title }}</a>
</li>
{% endfor %}
</ul>
</ul>

<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
<script>
kofiWidgetOverlay.draw('devhyperlynx', {
'type': 'floating-chat',
'floating-chat.donateButton.text': 'Support me',
'floating-chat.donateButton.background-color': '#794bc4',
'floating-chat.donateButton.text-color': '#fff'
});
</script>

0 comments on commit 8a94fd0

Please sign in to comment.