diff --git a/_config.yml b/_config.yml
index 0607af0..613ace7 100644
--- a/_config.yml
+++ b/_config.yml
@@ -19,11 +19,19 @@ slogan: "A Responsive Theme for Jekyll"
description: "»Feeling Responsive« is a responsive theme for Jekyll based on the fabulous foundation framework with beautiful typography and a bright color palette."
-# This is a switch to easily change the {{ site.url }}-variable to develop the theme locally
-# - url: "http://localhost:4000"
+# This URL is the main adresse. Don't include a slash at the end.
+#
url: "http://phlow.github.io/feeling-responsive"
baseurl: ""
+# This URL points directly to the images directory making
+# things easier to link to images in posts and templates. It needs a slash.
+#
+# Example:
+# Markdown-Example for posts 
+#
+urlimg: "http://phlow.github.io/feeling-responsive/images/"
+
# Logo size is 600x80 pixels
logo: "logo.png"
@@ -89,6 +97,8 @@ apple_touch_icon_iphone_retina: "/images/touch-icon-iphone-retina-120x.png" #
apple_touch_icon_ipad: "/images/touch-icon-ipad-76x.png" # iOS7 Size 76x76
apple_touch_icon_ipad_retina: "/images/touch-icon-ipad-retina-152x.png" # iOS7 Size 152x152
apple_touch_icon_precomposed: "/images/touch-icon-android-152x.png" # iOS7 Size 152x152
+msapplication_tileimage: "/images/windows-8-tile-icon-144x.png" # Windows 8 Tile 144x144
+msapplication_tilecolor: "#334D5C" # Windows 8 Tile Backgroundcolor
# ______ __ __
diff --git a/_config_dev.yml b/_config_dev.yml
new file mode 100644
index 0000000..0855d45
--- /dev/null
+++ b/_config_dev.yml
@@ -0,0 +1,9 @@
+#
+# This config-file is only needed for development. Instead of changing the url
+# everytime you work locally on the project, you start both config-files, overwriting
+# the first one with the development variables needed.
+#
+# Start development with › $ jekyll serve --config _config.yml,_config_dev.yml
+
+url: "http://localhost:4000"
+urlimg: "http://localhost:4000/images/"
diff --git a/_data/language.yml b/_data/language.yml
index 3510124..b0e458f 100644
--- a/_data/language.yml
+++ b/_data/language.yml
@@ -13,4 +13,3 @@ previous: "Previous"
previous_posts: "Previous Posts"
read: "Read"
read_more: "Read More ›"
-thank_you: "Thank You!"
\ No newline at end of file
diff --git a/_data/network.yml b/_data/network.yml
new file mode 100644
index 0000000..bff8349
--- /dev/null
+++ b/_data/network.yml
@@ -0,0 +1,21 @@
+- menu_name: "Dankeschön"
+
+- name: "Icons by Daniel Bruce"
+ url: "http://entypo.com/"
+ class: "network-entypo"
+ title: "Icons by Daniel Bruce"
+
+- name: "Built on Foundation"
+ url: "http://foundation.zurb.com/"
+ class: "services-newsletter"
+ title: "Built on Foundation"
+
+- name: "Images by Unsplash"
+ url: "http://unsplash.com/"
+ class: "rss-link"
+ title: "Images by Unsplash"
+
+- name: "Using Backstretch by Scott Robbin"
+ url: "http://srobbin.com/jquery-plugins/backstretch/"
+ class: "sitemap-link"
+ title: "Using Backstretch by Scott Robbin"
diff --git a/_drafts/page_all_frontmatter.md b/_drafts/page_all_frontmatter.md
index 22d45a3..6038768 100644
--- a/_drafts/page_all_frontmatter.md
+++ b/_drafts/page_all_frontmatter.md
@@ -1,10 +1,8 @@
---
layout: page
-title:
-subheadline:
-meta_description:
-description:
-date: 2014-03-28 00:00:00
+subheadline:
+title:
+description:
categories:
-
tags:
diff --git a/_drafts/page_with_table_of_contents.md b/_drafts/page_with_table_of_contents.md
new file mode 100644
index 0000000..5843293
--- /dev/null
+++ b/_drafts/page_with_table_of_contents.md
@@ -0,0 +1,30 @@
+---
+layout: page-fullwidth
+subheadline:
+title:
+description:
+meta_description:
+categories:
+ -
+tags:
+ -
+---
+