diff --git a/_config.yml b/_config.yml index 255e598..2b5834a 100644 --- a/_config.yml +++ b/_config.yml @@ -20,8 +20,8 @@ description: "»Feeling Responsive« is a responsive theme for Jekyll based on t # This is a switch to easily change the {{ site.url }}-variable to develop the theme locally -# - url: "http://localhost:4000" -url: "http://phlow.github.io/feeling-responsive" +url: "http://localhost:4000" +# - url: "http://phlow.github.io/feeling-responsive" baseurl: "" @@ -83,12 +83,12 @@ bing_webmastertools_id: "0FB4C028ABCF07C908C54386ABD2D97F" # /_/ \__,_/ |___/_/\___/\____/_/ /_/____/ Favicons, Apple Touch Buttons # More information » http://j.mp/apple-touch-icons -favicon: "/assets/img/favicon-32x.png" # iOS7 Size 32x32 -apple_touch_icon_iphone: "/assets/img/touch-icon-iphone-60x.png" # iOS7 Size 60x60 -apple_touch_icon_iphone_retina: "/assets/img/touch-icon-iphone-retina-120x.png" # iOS7 Size 120x120 -apple_touch_icon_ipad: "/assets/img/touch-icon-ipad-76x.png" # iOS7 Size 76x76 -apple_touch_icon_ipad_retina: "/assets/img/touch-icon-ipad-retina-152x.png" # iOS7 Size 152x152 -apple_touch_icon_precomposed: "/assets/img/touch-icon-android-152x.png" # iOS7 Size 152x152 +favicon: "/images/favicon-32x.png" # iOS7 Size 32x32 +apple_touch_icon_iphone: "/images/touch-icon-iphone-60x.png" # iOS7 Size 60x60 +apple_touch_icon_iphone_retina: "/images/touch-icon-iphone-retina-120x.png" # iOS7 Size 120x120 +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 # ______ __ __ diff --git a/_data/language.yml b/_data/language.yml new file mode 100644 index 0000000..3510124 --- /dev/null +++ b/_data/language.yml @@ -0,0 +1,16 @@ +about_website: "About This Site" +archive: "Archive" +blog_archive: "Blog Archive" +blog: "Blog" +comments_headline: "Dialogue & Discussion" +more: "More ›" +more_articles: "More Articles" +navigation_title: "Navigation" +new_blog_entries: "New Blog Articles" +next: "Next" +next_posts: "Next Posts" +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/services.yml b/_data/services.yml new file mode 100644 index 0000000..182c075 --- /dev/null +++ b/_data/services.yml @@ -0,0 +1,16 @@ +- menu_name: "Services" + +- name: "Contact" + url: "/contact/" + class: "services-contact" + title: "Contact" + +- name: "RSS" + url: "/feed.xml" + class: "rss-link" + title: "Subscribe to RSS" + +- name: "sitemap.xml" + url: "/sitemap.xml" + class: "sitemap-link" + title: "Sitemap for Google Webmastertools" diff --git a/_drafts/gallery.md b/_drafts/gallery.md index 9734b42..29441dd 100644 --- a/_drafts/gallery.md +++ b/_drafts/gallery.md @@ -1,9 +1,9 @@ --- layout: page -title: "" -subheadline: "" -meta_description: "" -description: "" +title: +subheadline: +meta_description: +description: categories: - tags: @@ -14,12 +14,12 @@ image: --- diff --git a/_drafts/page_all_frontmatter.md b/_drafts/page_all_frontmatter.md index 816aa49..22d45a3 100644 --- a/_drafts/page_all_frontmatter.md +++ b/_drafts/page_all_frontmatter.md @@ -1,17 +1,20 @@ --- layout: page -title: "" -subheadline: "" -meta_description: "" -description: "" +title: +subheadline: +meta_description: +description: date: 2014-03-28 00:00:00 categories: - tags: - +header: + image: "" + pattern: "" + color: "" image: homepage: "" - header: "" thumb: "" credit: "" url: "" diff --git a/_drafts/post_without_image.md b/_drafts/post_without_image.md index 8943c68..ee271b5 100644 --- a/_drafts/post_without_image.md +++ b/_drafts/post_without_image.md @@ -1,9 +1,9 @@ --- layout: post -title: "" -subheadline: "" -meta_description: "" -description: "" +title: +subheadline: +meta_description: +description: categories: - tags: diff --git a/_drafts/video.md b/_drafts/video.md index 8ed1461..111844f 100644 --- a/_drafts/video.md +++ b/_drafts/video.md @@ -1,9 +1,9 @@ --- layout: video -title: "" -subheadline: "" -meta_description: "" -description: "" +title: +subheadline: +meta_description: +description: image: categories: - diff --git a/_includes/footer.html b/_includes/footer.html index cc4fbc3..dd3abf0 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -9,30 +9,40 @@