Add donate page

This commit is contained in:
Case Duckworth 2021-11-21 13:17:45 -06:00
parent e2f2c21a25
commit 5bd0ae4fd1
2 changed files with 24 additions and 0 deletions

23
content/donate.md Normal file
View File

@ -0,0 +1,23 @@
+++
title = "donate"
+++
breadpunk.club is hosted on a DigitalOcean droplet that,
as of this writing
(2021-11-21):
- has 2GB of memory and a 25GB disk
- runs Ubuntu 18.04.3 LTS
- costs **15 USD/month**
while [~breadw](https://breadpunk.club/~breadw) can swing that price for now,
it's always nice to have some help.
## ways you can help
- donate to server costs via [Liberapay](https://liberapay.com/acdw/). **all
donations received will be applied to breadpunk.club's server costs.**
- if you're thinking about starting your own tilde-style server, or looking for
a host, use [this DigitalOcean referral
code](https://m.do.co/c/389dd55b8e61). You'll get $100 off, and we'll get
$25 credit.

View File

@ -32,6 +32,7 @@
<li><a href="/join">join</a></li>
<li><a href="/news">news</a></li>
<li><a href="/docs">docs</a></li>
<li><a href="/donate">donate</a></li>
</ul>
{%- endblock sitenav %}
</div>