diff options
author | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2016-08-09 13:32:41 +0200 |
---|---|---|
committer | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2016-08-09 13:32:41 +0200 |
commit | d795ffe711b5ea6aa533573ea4a9fb3d90a147c9 (patch) | |
tree | 2be7cf9e0503571b7028998760302441a90b7b7c | |
parent | 13a8d8b584c62ad73cf357ae7b5ec85cde5c15fc (diff) | |
download | blog-d795ffe711b5ea6aa533573ea4a9fb3d90a147c9.zip blog-d795ffe711b5ea6aa533573ea4a9fb3d90a147c9.tar.gz blog-d795ffe711b5ea6aa533573ea4a9fb3d90a147c9.tar.bz2 |
various fixes for pages
-rw-r--r-- | content/pages/about.rst | 14 | ||||
-rw-r--r-- | content/pages/contact.rst | 4 | ||||
-rw-r--r-- | content/pages/research.rst | 4 | ||||
-rw-r--r-- | pelicanconf.py | 1 |
4 files changed, 14 insertions, 9 deletions
diff --git a/content/pages/about.rst b/content/pages/about.rst index 77d1cb9..3a8c8a9 100644 --- a/content/pages/about.rst +++ b/content/pages/about.rst @@ -6,7 +6,7 @@ :alt: image of myself :align: left -I'm 26 years old and live near Munich, Germany. The last years, I was mostly +I'm 26 years old and live near Munich, Germany. During the last years, I was busy studying mechanical engineering with the main focus on robotics and medical engineering. @@ -15,16 +15,16 @@ computing is an essential part of a free society. I also just very much enjoy using free software and working with others to improve it. I have an interest in encryption and privacy/security issues. Additionally, I think that the internet should be decentralized to ensure control over our own data. -In order to improve the situation, I try to host all the services I need on my -own servers and also provide them to family and friends. +In order to improve the situation, I am trying to host all the services I need on my +own servers and I also provide them to my family and friends. -Photography and Filming is another passion of mine, including the post-processing -part. I like to do sports, too. Nowadays, I just try to stay fit, but I was an +Photography and filming is another passion of mine, including the post-processing +part. I like to do sports, too. Nowadays, I am just trying to stay fit, but I was an avid 400m sprinter for some years and competed in various track and field events. Besides all of this, I like to watch good or silly movies, preferably in English -to improve my skills in that language. +to improve my skills in this language. In the past, I was reading a lot of books and every National Geographic issue from the first to the last page. These days, due to the lack of time and because National -Geographic is now part of the Murdoch empire, I mainly resorted to keeping up with +Geographic is now part of the Murdoch empire, I've mainly resorted to keeping up with current news, reading political commentary and following various blogs. diff --git a/content/pages/contact.rst b/content/pages/contact.rst index 126867b..36e700d 100644 --- a/content/pages/contact.rst +++ b/content/pages/contact.rst @@ -1,9 +1,9 @@ :title: Contact :status: published -Feel free to send an Email to wreg@wiedmeyer.de. I'd be happy to get comments, corrections or suggestions. +Feel free to send an email to wreg@wiedmeyer.de. I'd be happy to get comments, corrections or suggestions. -| Please use GPG encryption, so you don't send out digital postcards all the time. My GPG key can be found `here <./extras/gpgpub.asc>`__ or you can get it from a keyserver like hkps.pool.sks-keyservers.net. The key should have the following fingerprint: 0F30 D1A0 2F73 F70A 6FEE 048E 5816 A24C 1075 7FC4. +| Please use GPG encryption, so you won't send out digital postcards all the time. My GPG key can be found `here <./extras/gpgpub.asc>`__ or you can get it from a keyserver such as hkps.pool.sks-keyservers.net. The key should have the following fingerprint: 0F30 D1A0 2F73 F70A 6FEE 048E 5816 A24C 1075 7FC4. | If you are new to mail encryption: `This <https://emailselfdefense.fsf.org>`__ is a very good introductory guide. If you want to go a step further and follow best practices, have a look `here <https://riseup.net/en/security/message-security/openpgp/best-practices>`__. It's pointless to send me spam, so save yourself some time and do meaningful things diff --git a/content/pages/research.rst b/content/pages/research.rst new file mode 100644 index 0000000..e456311 --- /dev/null +++ b/content/pages/research.rst @@ -0,0 +1,4 @@ +:title: Research +:status: published + +coming soon diff --git a/pelicanconf.py b/pelicanconf.py index 42d9fae..0855b35 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -49,6 +49,7 @@ SHOW_DATE_MODIFIED = True PAGE_URL = '{slug}' PAGE_SAVE_AS = '{slug}.html' +SLUGIFY_SOURCE = 'basename' DISPLAY_PAGES_ON_MENU = False MENUITEMS = (('Home', 'https://fossencdi.org'), |