1
0
Fork 0

Update New Favicons

This commit is contained in:
Moritz »mo.« Sauer 2014-09-15 18:28:48 +02:00
parent 2fd4472a3f
commit 897f0ff9a1
27 changed files with 61 additions and 45 deletions

View file

@ -6,23 +6,51 @@
# ___/ / / /_/ __/ ___/ / __/ /_/ /_/ / / / / /_/ (__ )
# /____/_/\__/\___/ /____/\___/\__/\__/_/_/ /_/\__, /____/
# /____/
#
# Title of your website
title: "Feeling Responsive"
# The slogan describes your website and is used on homepage in <title> 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']

View file

@ -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>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 190 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 495 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 390 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 301 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 286 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 226 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 233 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 263 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 137 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 134 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 179 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB