diff --git a/_config.yml b/_config.yml index 2a92444..ff25459 100644 --- a/_config.yml +++ b/_config.yml @@ -6,23 +6,51 @@ # ___/ / / /_/ __/ ___/ / __/ /_/ /_/ / / / / /_/ (__ ) # /____/_/\__/\___/ /____/\___/\__/\__/_/_/ /_/\__, /____/ # /____/ +# +# Title of your website title: "Feeling Responsive" + + +# The slogan describes your website and is used on homepage in and other important places slogan: "A Responsive Theme for Jekyll" + + +# The description is used on homepage and important for search engine optimization description: "Feeling Responsive is built on the fabulous Foundation Framework and comes with lots of features to show your content right." + + +# Logo size is 600x80 pixels logo: "logo.png" baseurl: "" + + +# Paginates all X entries paginate: 5 + + +# Pagination path › Important for blog page in /blog/ to work paginate_path: "blog/page:num" + +# 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" +# Theme works best with Kramdown (using the table of contents function) +markdown: kramdown +permalink: /:categories/:title/ +highlight: pygments +exclude: [] +include: ['.htaccess'] -# Header + +# The language setting is used in /includes/header.html for html-settings language: "en" + + # _ __ _ __ _ # / | / /___ __ __(_)___ _____ _/ /_(_)___ ____ # / |/ / __ `/ | / / / __ `/ __ `/ __/ / __ \/ __ \ @@ -41,10 +69,10 @@ language: "en" # ___/ / /___/ /_/ / # /____/_____/\____/ Verify Website to Webmaster Tools -google_author: "https://plus.google.com/u/0/118311555303973066167" -google_site_verification: "Vk0IOJ2jwG_qEoG7fuEXYqv0m2rLa8P778Fi_GrsgEQ" -# bing_webmastertools_id: "" -# alexa_verify_id: "" +google_author: "https://plus.google.com/u/0/118311555303973066167" +google_site_verification: "Vk0IOJ2jwG_qEoG7fuEXYqv0m2rLa8P778Fi_GrsgEQ" +bing_webmastertools_id: "0FB4C028ABCF07C908C54386ABD2D97F" +# alexa_verify_id: "" @@ -55,12 +83,12 @@ google_site_verification: "Vk0IOJ2jwG_qEoG7fuEXYqv0m2rLa8P778Fi_GrsgEQ" # /_/ \__,_/ |___/_/\___/\____/_/ /_/____/ Favicons, Apple Touch Buttons # More information » http://j.mp/apple-touch-icons -favicon: "http://images.phlow.de/phlow/phlow-favicon-32x.png" # iOS7 Size 32x32 -apple_touch_icon_iphone: "http://images.phlow.de/phlow/phlow-touch-icon-iphone-60x.png" # iOS7 Size 60x60 -apple_touch_icon_iphone_retina: "http://images.phlow.de/phlow/phlow-touch-icon-iphone-retina-120x.png" # iOS7 Size 120x120 -apple_touch_icon_ipad: "http://images.phlow.de/phlow/phlow-touch-icon-ipad-76x.png" # iOS7 Size 76x76 -apple_touch_icon_ipad_retina: "http://images.phlow.de/phlow/phlow-touch-icon-ipad-retina-152x.png" # iOS7 Size 152x152 -apple_touch_icon_precomposed: "http://images.phlow.de/phlow/phlow-touch-icon-android-152x.png" # iOS7 Size 152x152 +favicon: "http://phlow.github.io/feeling-responsive/assets/img/feeling-responsive-favicon-32x.png" # iOS7 Size 32x32 +apple_touch_icon_iphone: "http://phlow.github.io/feeling-responsive/assets/img/feeling-responsive-touch-icon-iphone-60x.png" # iOS7 Size 60x60 +apple_touch_icon_iphone_retina: "http://phlow.github.io/feeling-responsive/assets/img/feeling-responsive-touch-icon-iphone-retina-120x.png" # iOS7 Size 120x120 +apple_touch_icon_ipad: "http://phlow.github.io/feeling-responsive/assets/img/feeling-responsive-touch-icon-ipad-76x.png" # iOS7 Size 76x76 +apple_touch_icon_ipad_retina: "http://phlow.github.io/feeling-responsive/assets/img/feeling-responsive-touch-icon-ipad-retina-152x.png" # iOS7 Size 152x152 +apple_touch_icon_precomposed: "http://phlow.github.io/feeling-responsive/assets/img/feeling-responsive-touch-icon-android-152x.png" # iOS7 Size 152x152 # ______ __ __ @@ -70,10 +98,10 @@ apple_touch_icon_precomposed: "http://images.phlow.de/phlow/phlow-touch-icon- # /_/ \__,_/\___/\___/_.___/\____/\____/_/|_| Facebook-Optimization › http://j.mp/fb_optimize og_image: "http://images.phlow.de/phlow/phlow_de-logo-512x.png" -# og_locale: "de_DE" -# og_type: "website" -# og_title: "" -# og_description: "" +og_locale: "en_EN" +og_type: "website" +og_title: "Feeling Responsive – A Responsive Theme for Jekyll" +og_description: "Feeling Responsive is built on the fabulous Foundation Framework and comes with lots of features to show your content right." # og_url: "" # og_site_name: "" @@ -87,18 +115,3 @@ og_image: "http://images.phlow.de/phlow/phlow_de-logo- # Open _data/socialmedia.yml to adjust the left and right topbar navigation # - - - -# Social Media - -username: phlow - - -# Build settings -markdown: kramdown -permalink: /:categories/:title/ -highlight: pygments -exclude: [] -include: ['.htaccess'] - diff --git a/_includes/header.html b/_includes/header.html index a012031..dc56e95 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -7,21 +7,24 @@ <link rel="stylesheet" href="{{ site.url }}/assets/css/style_feeling_responsive.min.css"> <script src="{{ site.url }}/assets/js/modernizr.min.js"></script> <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400italic,400,700%7cVolkhov:400,700' rel='stylesheet' type='text/css'> -{% if site.google_site_verification %} - <meta name="google-site-verification" content="{{ site.google_site_verification}}" /> -{% endif %} - -{% if page.meta_description %} -<meta name="description" content="{{ page.meta_description | strip_html | escape }}"/> -{% elsif page.description %} -<meta name="description" content="{{ page.description | strip_html | escape }}"/> -{% endif %} - -{% if site.google_author %} - <link rel="author" href="{{ site.google_author }}"/> -{% endif %} -{% if site.favicon %} + {% if site.google_site_verification %}<meta name="google-site-verification" content="{{ site.google_site_verification}}" />{% endif %} + {% if site.bing_webmastertools_id %}<meta name="msvalidate.01" content="{{ site.bing_webmastertools_id }}" />{% endif %} + {% if page.meta_description %}<meta name="description" content="{{ page.meta_description | strip_html | escape }}"/>{% elsif page.description %}<meta name="description" content="{{ page.description | strip_html | escape }}"/>{% endif %} + {% if site.google_author %}<link rel="author" href="{{ site.google_author }}"/>{% endif %} + {% if site.favicon %} <link rel="shortcut icon" href="{{ site.favicon }}" type="image/png" /> <link rel="icon" href="{{ site.favicon }}" type="image/png" /> -{% endif %} + {% endif %} + + <!-- Facebook Optimization --> + <meta property="og:locale" content="{% if site.og_locale == nil %}en_EN{% else %}{{ site.og_locale }}{% endif %}" /> + {% if site.og_type %}<meta property="og:type" content="website" />{% endif %} + <meta property="og:title" content="{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}" /> + {% if page.meta_description %}<meta property="og:description" content="{{ page.meta_description | strip_html | escape }}"/>{% elsif page.description %}<meta name="description" content="{{ page.description | strip_html | escape }}"/>{% endif %} + <meta property="og:url" content="{{ site.url }}{{ page.url }}" /> + {% if site.title %}<meta property="og:site_name" content="{{ site.title }}" />{% endif %} + {% if page.image.thumb %}<meta property="og:image" content="{{ site.url }}/assets/img/{{ page.image.thumb }}" />{% endif %} + + {% if site.alexa_verify_id %}<meta name="alexaVerifyID" content="{{ site.alexa_verify_id }}" />{% endif %} + </head> \ No newline at end of file diff --git a/assets/img/_fullsize/header-unsplash_1.jpg b/assets/img/_fullsize/header-unsplash_1.jpg deleted file mode 100644 index 872cfa8..0000000 Binary files a/assets/img/_fullsize/header-unsplash_1.jpg and /dev/null differ diff --git a/assets/img/_fullsize/header-unsplash_2.jpg b/assets/img/_fullsize/header-unsplash_2.jpg deleted file mode 100644 index feb096a..0000000 Binary files a/assets/img/_fullsize/header-unsplash_2.jpg and /dev/null differ diff --git a/assets/img/_fullsize/header-unsplash_3.jpg b/assets/img/_fullsize/header-unsplash_3.jpg deleted file mode 100644 index 7505629..0000000 Binary files a/assets/img/_fullsize/header-unsplash_3.jpg and /dev/null differ diff --git a/assets/img/_fullsize/header-unsplash_4.jpg b/assets/img/_fullsize/header-unsplash_4.jpg deleted file mode 100644 index 015ac21..0000000 Binary files a/assets/img/_fullsize/header-unsplash_4.jpg and /dev/null differ diff --git a/assets/img/_fullsize/header-unsplash_5.jpg b/assets/img/_fullsize/header-unsplash_5.jpg deleted file mode 100644 index f36e98e..0000000 Binary files a/assets/img/_fullsize/header-unsplash_5.jpg and /dev/null differ diff --git a/assets/img/_fullsize/header-unsplash_6.jpg b/assets/img/_fullsize/header-unsplash_6.jpg deleted file mode 100644 index 92a9490..0000000 Binary files a/assets/img/_fullsize/header-unsplash_6.jpg and /dev/null differ diff --git a/assets/img/_fullsize/header-unsplash_7.jpg b/assets/img/_fullsize/header-unsplash_7.jpg deleted file mode 100644 index e0569ea..0000000 Binary files a/assets/img/_fullsize/header-unsplash_7.jpg and /dev/null differ diff --git a/assets/img/_fullsize/screenshot_website_jcorneille.jpg b/assets/img/_fullsize/screenshot_website_jcorneille.jpg deleted file mode 100644 index 026b44e..0000000 Binary files a/assets/img/_fullsize/screenshot_website_jcorneille.jpg and /dev/null differ diff --git a/assets/img/_fullsize/screenshot_website_moritz-mo-sauer.jpg b/assets/img/_fullsize/screenshot_website_moritz-mo-sauer.jpg deleted file mode 100644 index 32d2061..0000000 Binary files a/assets/img/_fullsize/screenshot_website_moritz-mo-sauer.jpg and /dev/null differ diff --git a/assets/img/_fullsize/screenshot_website_nixdorf.jpg b/assets/img/_fullsize/screenshot_website_nixdorf.jpg deleted file mode 100644 index b27fc53..0000000 Binary files a/assets/img/_fullsize/screenshot_website_nixdorf.jpg and /dev/null differ diff --git a/assets/img/_fullsize/screenshot_website_seminare.jpg b/assets/img/_fullsize/screenshot_website_seminare.jpg deleted file mode 100644 index 19482ff..0000000 Binary files a/assets/img/_fullsize/screenshot_website_seminare.jpg and /dev/null differ diff --git a/assets/img/_fullsize/screenshot_website_stilwandel.jpg b/assets/img/_fullsize/screenshot_website_stilwandel.jpg deleted file mode 100644 index 74c14c8..0000000 Binary files a/assets/img/_fullsize/screenshot_website_stilwandel.jpg and /dev/null differ diff --git a/assets/img/_fullsize/unsplash_1.jpg b/assets/img/_fullsize/unsplash_1.jpg deleted file mode 100644 index e463529..0000000 Binary files a/assets/img/_fullsize/unsplash_1.jpg and /dev/null differ diff --git a/assets/img/_fullsize/unsplash_2.jpg b/assets/img/_fullsize/unsplash_2.jpg deleted file mode 100644 index 5afb6e9..0000000 Binary files a/assets/img/_fullsize/unsplash_2.jpg and /dev/null differ diff --git a/assets/img/_fullsize/unsplash_3.jpg b/assets/img/_fullsize/unsplash_3.jpg deleted file mode 100644 index 4c7dadd..0000000 Binary files a/assets/img/_fullsize/unsplash_3.jpg and /dev/null differ diff --git a/assets/img/_fullsize/unsplash_4.jpg b/assets/img/_fullsize/unsplash_4.jpg deleted file mode 100644 index 8dad22f..0000000 Binary files a/assets/img/_fullsize/unsplash_4.jpg and /dev/null differ diff --git a/assets/img/_fullsize/unsplash_5.jpg b/assets/img/_fullsize/unsplash_5.jpg deleted file mode 100644 index 9eb9788..0000000 Binary files a/assets/img/_fullsize/unsplash_5.jpg and /dev/null differ diff --git a/assets/img/_fullsize/unsplash_6.jpg b/assets/img/_fullsize/unsplash_6.jpg deleted file mode 100644 index e3aa944..0000000 Binary files a/assets/img/_fullsize/unsplash_6.jpg and /dev/null differ diff --git a/assets/img/_fullsize/unsplash_7.jpg b/assets/img/_fullsize/unsplash_7.jpg deleted file mode 100644 index 57e2496..0000000 Binary files a/assets/img/_fullsize/unsplash_7.jpg and /dev/null differ diff --git a/assets/img/feeling-responsive-favicon-32x.png b/assets/img/feeling-responsive-favicon-32x.png new file mode 100644 index 0000000..61266e5 Binary files /dev/null and b/assets/img/feeling-responsive-favicon-32x.png differ diff --git a/assets/img/feeling-responsive-touch-icon-android-152x.png b/assets/img/feeling-responsive-touch-icon-android-152x.png new file mode 100644 index 0000000..beac5d7 Binary files /dev/null and b/assets/img/feeling-responsive-touch-icon-android-152x.png differ diff --git a/assets/img/feeling-responsive-touch-icon-ipad-76x.png b/assets/img/feeling-responsive-touch-icon-ipad-76x.png new file mode 100644 index 0000000..acc47d1 Binary files /dev/null and b/assets/img/feeling-responsive-touch-icon-ipad-76x.png differ diff --git a/assets/img/feeling-responsive-touch-icon-ipad-retina-152x.png b/assets/img/feeling-responsive-touch-icon-ipad-retina-152x.png new file mode 100644 index 0000000..ea8602f Binary files /dev/null and b/assets/img/feeling-responsive-touch-icon-ipad-retina-152x.png differ diff --git a/assets/img/feeling-responsive-touch-icon-iphone-60x.png b/assets/img/feeling-responsive-touch-icon-iphone-60x.png new file mode 100644 index 0000000..a724fb6 Binary files /dev/null and b/assets/img/feeling-responsive-touch-icon-iphone-60x.png differ diff --git a/assets/img/feeling-responsive-touch-icon-iphone-retina-120x.png b/assets/img/feeling-responsive-touch-icon-iphone-retina-120x.png new file mode 100644 index 0000000..507c31c Binary files /dev/null and b/assets/img/feeling-responsive-touch-icon-iphone-retina-120x.png differ