diff --git a/_config.yml b/_config.yml
index eb25296..e47cac4 100644
--- a/_config.yml
+++ b/_config.yml
@@ -4,7 +4,8 @@
# Your site
title: Design + Dev + Ops at haufe-lexware.de
-description: The Development, Design and Ops blog from Haufe-Lexware
+description: The Development, Design and Operations Blog from Haufe-Lexware
+headline: Silicon Black Forest
header-img: images/bg-home.jpg
email: your-email@yourdomain.com
copyright_name: Haufe-Lexware GmbH & Co.KG
diff --git a/_includes/head.html b/_includes/head.html
index f6c9a40..a11853a 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -5,7 +5,7 @@
-
-
+
{% for page in site.pages %}
{% if page.title %}
diff --git a/_posts/2015-11-11-Hello-World.md b/_posts/2015-11-11-Hello-World.md
index ca47791..bf3a9a5 100644
--- a/_posts/2015-11-11-Hello-World.md
+++ b/_posts/2015-11-11-Hello-World.md
@@ -1,7 +1,7 @@
---
layout: post
title: We are live or How to start a developer blog
-subtite: A short introduction
+subtitle: The 'Hello World' Post
category: general
tags: [cto, culture]
author: Holger
diff --git a/_posts/2015-11-17-oscon.md b/_posts/2015-11-17-oscon.md
index 5c0bbed..41bcf3b 100644
--- a/_posts/2015-11-17-oscon.md
+++ b/_posts/2015-11-17-oscon.md
@@ -1,7 +1,7 @@
---
layout: post
title: OSCON Europe 2015
-subtite: Notes from OSCON Europe 2015
+subtitle: Notes from OSCON Europe 2015
category: conference
tags: [open-source]
author: Marco
diff --git a/_posts/2015-11-19-api-journey.md b/_posts/2015-11-19-api-journey.md
index 9012f33..bf14f9a 100644
--- a/_posts/2015-11-19-api-journey.md
+++ b/_posts/2015-11-19-api-journey.md
@@ -1,7 +1,7 @@
---
layout: post
title: The beginnings of our API Journey
-subtite: Intro to our API style guide
+subtitle: Intro to our API Style Guide
category: api
tags: [api]
author: Holger
diff --git a/_posts/2015-12-07-devopscon-2015.md b/_posts/2015-12-07-devopscon-2015.md
index 0dad3e1..0a4437f 100644
--- a/_posts/2015-12-07-devopscon-2015.md
+++ b/_posts/2015-12-07-devopscon-2015.md
@@ -1,7 +1,7 @@
---
layout: post
-title: Impressions from DevOpsCon 2015 - Part 1
-subtite: Notes from DevOpsCon 2015
+title: Impressions from DevOpsCon 2015
+subtitle: Notes from DevOpsCon 2015
category: conference
tags: [docker, devops]
author: Rainer
diff --git a/_posts/2015-12-08-DockerCon-EU-2015.md b/_posts/2015-12-08-DockerCon-EU-2015.md
index 9360b4e..325490c 100644
--- a/_posts/2015-12-08-DockerCon-EU-2015.md
+++ b/_posts/2015-12-08-DockerCon-EU-2015.md
@@ -1,7 +1,7 @@
---
layout: post
title: Impressions from DockerCon 2015 - Part 1
-subtite: Insights, Outlooks and Inbetweens
+subtitle: Insights, Outlooks and Inbetweens
category: conference
tags: [docker, security]
author: ThomasSc
diff --git a/_posts/2015-12-11-apidays-paris.md b/_posts/2015-12-11-apidays-paris.md
index f41613c..163e29d 100644
--- a/_posts/2015-12-11-apidays-paris.md
+++ b/_posts/2015-12-11-apidays-paris.md
@@ -1,7 +1,7 @@
---
layout: post
title: APIdays Paris - From Philosophy to Technology and back again
-subtite: A biased report from APIdays Global in Paris
+subtitle: A biased report from APIdays Global in Paris
category: conference
tags: [api]
author: Martin
diff --git a/_posts/2015-12-8-microservices-devopscon.md b/_posts/2015-12-8-microservices-devopscon.md
index 6268f47..812e774 100644
--- a/_posts/2015-12-8-microservices-devopscon.md
+++ b/_posts/2015-12-8-microservices-devopscon.md
@@ -1,7 +1,7 @@
---
layout: post
title: DevOpsCon 2015 - Is it really about the tools?
-subtite: My opinionated findings from DevOpsCon 2015 in Munich
+subtitle: My opinionated findings from DevOpsCon 2015 in Munich
category: conference
tags: [devops, microservice]
author: Elias Weingaertner
diff --git a/_posts/2016-01-11-log-aggregation.md b/_posts/2016-01-11-log-aggregation.md
index 3a688f1..4c9da36 100644
--- a/_posts/2016-01-11-log-aggregation.md
+++ b/_posts/2016-01-11-log-aggregation.md
@@ -1,7 +1,7 @@
---
layout: post
title: Log Aggregation with Fluentd, Elasticsearch and Kibana
-subtite: Introduction to log aggregation using Fluentd, Elasticsearch and Kibana
+subtitle: Introduction to log aggregation using Fluentd, Elasticsearch and Kibana
category: howto
tags: [devops, docker, logging]
author: Doru Mihai
diff --git a/_posts/2016-01-18-fluentd-log-parsing.md b/_posts/2016-01-18-fluentd-log-parsing.md
index 858923a..1c0d481 100644
--- a/_posts/2016-01-18-fluentd-log-parsing.md
+++ b/_posts/2016-01-18-fluentd-log-parsing.md
@@ -1,7 +1,7 @@
---
layout: post
title: Howto - Fluentd Log Parsing
-subtite: Description of a couple of approaches to designing your fluentd configuration.
+subtitle: Description of a couple of approaches to designing your fluentd configuration.
category: howto
tags: [devops, logging]
author: Doru Mihai
diff --git a/index.html b/index.html
index 80d6c64..e096c69 100644
--- a/index.html
+++ b/index.html
@@ -1,6 +1,5 @@
---
layout: page
-title: Blog
---
{% for post in paginator.posts %}