summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2017-02-14 20:06:34 +0100
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2017-02-14 20:06:34 +0100
commitb0c8f5c2e177a7efd9cb9e702edbea043e4adddf (patch)
tree9e5570ce819fbce2cb0f1e88fcd3499060fed2b5
parent5b4cf5858f748c75a7f9feeb2708dfb59678dbba (diff)
downloadblog-b0c8f5c2e177a7efd9cb9e702edbea043e4adddf.zip
blog-b0c8f5c2e177a7efd9cb9e702edbea043e4adddf.tar.gz
blog-b0c8f5c2e177a7efd9cb9e702edbea043e4adddf.tar.bz2
donation page
-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