1
0
mirror of https://github.com/meineerde/holgerjust.de.git synced 2025-10-17 17:01:01 +00:00
holgerjust.de/source/author.html.haml
2015-12-07 20:57:11 +01:00

60 lines
2.6 KiB
Plaintext

---
pageable: true
per_page: 6
cover: cover.jpg
cover_license: '[Cover Image](https://unsplash.com/photos/2ShvY8Lf6l0) by [Lukasz Szmigiel](https://unsplash.com/szmigieldesign), [CC Zero 1.0](https://unsplash.com/license)'
---
%header.main-header.author-head{cover}
%nav.main-nav.overlay.clearfix
- if blog_settings.logo.present?
%a.blog-logo{href: home_path}
= image_tag blog_settings.logo, alt: blog_settings.name
- if blog_settings.navigation
%a.menu-button.icon-menu{href: '#'}
%span.word Menu
%section.author-profile.inner
- if gravatar?
%figure.author-image
.img{style: "background-image: url(#{gravatar(114)})"}
%span.hidden #{blog_author.name}'s Picture
%h1.author-title= blog_author.name
.author-bio
: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
<a href="mailto:#{blog_author.email}">#{blog_author.email}</a> 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
= partial(:profile_links)
- if blog_author.website.present?
%span.author-link.icon-link
%a{href: blog_author.website}= blog_author.website.sub(%r{^https?://}, '')
%span.author-stats
%i.icon-stats
= pluralize(blog.articles.count, 'post')
%main#content.content{role: :main}
= partial(:page_articles,
locals: { page_articles: page_articles, paginate: paginate })