diff --git a/config.rb b/config.rb
index d91ceac..48fc357 100644
--- a/config.rb
+++ b/config.rb
@@ -51,23 +51,53 @@ end
set :casper, {
blog: {
- url: 'http://www.example.com',
- name: 'Middleman',
- description: 'Makes developing websites simple.',
- date_format: '%d %B %Y',
+ url: 'https://holgerjust.de',
+ name: 'Everything is broken',
+ description: 'Stories about Life and Technology',
+ date_format: '%Y-%m-%d',
navigation: true,
- logo: nil, # Optional
+ logo: 'home.svg',
default_license: 'cc_by_sa'
},
author: {
- name: 'Middleman',
- bio: nil, # Optional
- location: nil, # Optional
- website: nil, # Optional
- gravatar_email: nil # Optional
+ name: 'Holger Just',
+ email: 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.
+ MARKDOWN
+ location: 'Berlin, Germany',
+ website: 'https://holgerjust.de',
+ avatar_url: '//www.gravatar.com/avatar/b2c6828974b9192f619c6206d4d20f1d',
+ twitter: 'meineerde',
+ profile_links: {
+ twitter: {
+ name: 'Twitter',
+ link: 'https://twitter.com/meineerde'
+ },
+ github: {
+ name: 'GitHub',
+ link: 'https://github.com/meineerde'
+ },
+ stackoverflow: {
+ name: 'Stack Overflow',
+ link: 'https://stackoverflow.com/users/421705/holger-just'
+ },
+ xing: {
+ name: 'XING',
+ link: 'https://www.xing.com/profile/Holger_Just'
+ }
+ }
},
navigation: {
- "Home" => "/"
+ 'Home' => '/',
+ 'Impressum' => '/impressum/'
}
}
diff --git a/source/images/home.svg b/source/images/home.svg
new file mode 100644
index 0000000..58b2cdf
--- /dev/null
+++ b/source/images/home.svg
@@ -0,0 +1,9 @@
+
+
+
+