diff --git a/config.rb b/config.rb
index 48fc357..43e6f51 100644
--- a/config.rb
+++ b/config.rb
@@ -61,16 +61,11 @@ set :casper, {
},
author: {
name: 'Holger Just',
- email: email = 'hello@holgerjust.de',
+ email: 'hello@holgerjust.de',
bio: markdown(<<-MARKDOWN.gsub(/^[ ]*/, ' ').strip),
I spend most of my life pressing buttons on a computer to change its
- pattern of lights. I wear many hats and change them regularly. I want to
- undestand the world.
- MARKDOWN
- bio_full: markdown(<<-MARKDOWN.gsub(/^[ ]*/, ' ').strip),
- I follow the traditional DevOps school by creating, maintaining, and
- operating software systems using Ruby on Rails, Chef or whatever it takes.
- If you want to reach me, write me an email.
+ pattern of lights. I support the DevOps culture by creating,
+ maintaining, and operating software systems. I want to undestand the world.
MARKDOWN
location: 'Berlin, Germany',
website: 'https://holgerjust.de',
@@ -79,10 +74,12 @@ set :casper, {
profile_links: {
twitter: {
name: 'Twitter',
+ user: 'meineerde',
link: 'https://twitter.com/meineerde'
},
github: {
name: 'GitHub',
+ user: 'meineerde',
link: 'https://github.com/meineerde'
},
stackoverflow: {
diff --git a/source/author.html.haml b/source/author.html.haml
index 8a920c3..e654f6f 100644
--- a/source/author.html.haml
+++ b/source/author.html.haml
@@ -1,5 +1,6 @@
---
pageable: true
+cover: cover.jpg
per_page: 6
---
@@ -19,8 +20,28 @@ per_page: 6
%span.hidden #{blog_author.name}'s Picture
%h1.author-title= blog_author.name
.author-bio
- = blog_author.bio
- = blog_author.bio_full
+ :markdown
+ I'm a software developer and operations engineer from Berlin,
+ Germany. I want to bridge the gap between those functions by building and
+ maintaining a [DevOps culture](https://www.oreilly.com/ideas/what-is-devops-yet-again)
+ throughout my work.
+
+ I am a contributor to [Redmine](https://www.redmine.org) and was project
+ lead of [ChiliProject](https://www.chiliproject.org). I am a contributer
+ to [Chef](https://www.chef.io) and have created and maintain several [Chef
+ cookbooks](https://github.com/meineerde-cookbooks/) and a few general-pupose
+ [Ruby Gems](https://rubygems.org/profiles/meineerde).
+
+ I strongly believe in the values of Open Source and strive to be an
+ integral part of the community by not only providing source code but also
+ advice, help, and organisational support to advance the status quo.
+
+ If you want to contact me, preferrably send an email to
+ #{blog_author.email} in either
+ German or English. I am
+ [#{blog_author.profile_links[:github][:user]}](#{blog_author.profile_links[:github][:link]}) on GitHub and
+ [@#{blog_author.profile_links[:twitter][:user]}](#{blog_author.profile_links[:twitter][:link]}) on Twitter.
+ I try to help people on [Stack Overflow](#{blog_author.profile_links[:stackoverflow][:link]}).
.author-meta
- if blog_author.location.present?
%span.author-location.icon-location= blog_author.location