diff options
author | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2017-02-14 20:06:34 +0100 |
---|---|---|
committer | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2017-02-14 20:06:34 +0100 |
commit | b0c8f5c2e177a7efd9cb9e702edbea043e4adddf (patch) | |
tree | 9e5570ce819fbce2cb0f1e88fcd3499060fed2b5 | |
parent | 5b4cf5858f748c75a7f9feeb2708dfb59678dbba (diff) | |
download | blog-b0c8f5c2e177a7efd9cb9e702edbea043e4adddf.zip blog-b0c8f5c2e177a7efd9cb9e702edbea043e4adddf.tar.gz blog-b0c8f5c2e177a7efd9cb9e702edbea043e4adddf.tar.bz2 |
donation page
-rw-r--r-- | content/images/bitcoinQR.png | bin | 0 -> 3746 bytes | |||
-rw-r--r-- | content/pages/donations.rst | 14 | ||||
-rw-r--r-- | pelicanconf.py | 3 |
3 files changed, 16 insertions, 1 deletions
diff --git a/content/images/bitcoinQR.png b/content/images/bitcoinQR.png Binary files differnew file mode 100644 index 0000000..e71f424 --- /dev/null +++ b/content/images/bitcoinQR.png 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 |