summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--content/images/bitcoinQR.pngbin0 -> 3746 bytes
-rw-r--r--content/pages/donations.rst14
-rw-r--r--pelicanconf.py3
3 files changed, 16 insertions, 1 deletions
diff --git a/content/images/bitcoinQR.png b/content/images/bitcoinQR.png
new file mode 100644
index 0000000..e71f424
--- /dev/null
+++ b/content/images/bitcoinQR.png
Binary files differ
diff --git a/content/pages/donations.rst b/content/pages/donations.rst
new file mode 100644
index 0000000..e3d4e7f
--- /dev/null
+++ b/content/pages/donations.rst
@@ -0,0 +1,14 @@
+:title: Donations
+:status: published
+
+If you like my free software work or the web services I provide, you can help me with a donation. Donations allow me to sustain my development work and pay server costs.
+
+You can donate to me in the following ways:
+
+- Bitcoin: 1FMtGbWEpHntUe1XnMhtDTKkanEj2jrbXW or `click here <./images/bitcoinQR.png>`__ for the QR code.
+
+- Hardware donations or wire transfer: Please `contact me <{filename}/pages/contact.rst>`__ for the details.
+
+- Cash or check: `See here <{filename}/pages/impressum.rst>`__ for the address.
+
+Thank you very much! ♥
diff --git a/pelicanconf.py b/pelicanconf.py
index b638415..550eef7 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -61,7 +61,8 @@ MENUITEMS = (('Home', 'https://fossencdi.org'),
('Contact', './contact.html'),)
SIDEBARITEMS = (('My setup', './setup.html', 'laptop'),
- ('Notes', './notes.html', 'sticky-note'),)
+ ('Notes', './notes.html', 'sticky-note'),
+ ('Donations', './donations.html', 'money'),)
# HIDE_SIDEBAR = True