Skip to content

Commit 156bb21

Browse files
add ko-fi links
1 parent 941c972 commit 156bb21

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

_config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,9 @@ footer:
143143
- label: "Instagram"
144144
icon: "fab fa-fw fa-instagram"
145145
# url:
146+
- label: "Ko-fi"
147+
icon: "fas fa-fw fa-heart"
148+
url: "https://ko-fi.com/nuclearphoenix"
146149
- label: "Site Notice"
147150
icon: "fas fa-fw fa-link"
148151
url: "https://nuclearphoenix.xyz/legal/"

_includes/footer/custom.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
11
<!-- start custom footer snippets -->
22

3+
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
4+
<script>
5+
kofiWidgetOverlay.draw('nuclearphoenix', {
6+
'type': 'floating-chat',
7+
'floating-chat.donateButton.text': 'Support me',
8+
'floating-chat.donateButton.background-color': '#f45d22',
9+
'floating-chat.donateButton.text-color': '#fff'
10+
});
11+
</script>
12+
313
<!-- end custom footer snippets -->

collections/_pages/contact.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,9 @@ This site is part of the [Open Gamma Project](https://github.com/OpenGammaProjec
1515
## Want to submit a spectrum or a new radioisotope?
1616

1717
Awesome! Please open an issue, discussion thread or pull request on [Github](https://github.com/OpenGammaProject/Gamma-Spectrum-Database) with your spectrum source file (CSV, XML, TKA, ...), the specific duration of the measurement and the detector setup. You can also write me an email if you don't want to do it via GitHub for any reason.
18+
19+
## Support this project
20+
21+
If you like this project, please consider donating spectra like mentioned above to keep it alive. Also if you want to support me working on things like this, please consider supporting on Ko-Fi:
22+
23+
<a href='https://ko-fi.com/J3J61GLR3G' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi6.png?v=6' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>

0 commit comments

Comments
 (0)