Skip to content

Commit a56896d

Browse files
author
Moritz »mo.« Sauer
committed
Release 0.92 2014-12-21
1 parent 3068e7a commit a56896d

114 files changed

Lines changed: 10774 additions & 2078 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

_config.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ description: "»Feeling Responsive« is a responsive theme for Jekyll based on t
2020

2121

2222
# This is a switch to easily change the {{ site.url }}-variable to develop the theme locally
23-
# - url: "http://localhost:4000"
24-
url: "http://phlow.github.io/feeling-responsive"
23+
url: "http://localhost:4000"
24+
# - url: "http://phlow.github.io/feeling-responsive"
2525
baseurl: ""
2626

2727

@@ -83,12 +83,12 @@ bing_webmastertools_id: "0FB4C028ABCF07C908C54386ABD2D97F"
8383
# /_/ \__,_/ |___/_/\___/\____/_/ /_/____/ Favicons, Apple Touch Buttons
8484
# More information » http://j.mp/apple-touch-icons
8585

86-
favicon: "/assets/img/favicon-32x.png" # iOS7 Size 32x32
87-
apple_touch_icon_iphone: "/assets/img/touch-icon-iphone-60x.png" # iOS7 Size 60x60
88-
apple_touch_icon_iphone_retina: "/assets/img/touch-icon-iphone-retina-120x.png" # iOS7 Size 120x120
89-
apple_touch_icon_ipad: "/assets/img/touch-icon-ipad-76x.png" # iOS7 Size 76x76
90-
apple_touch_icon_ipad_retina: "/assets/img/touch-icon-ipad-retina-152x.png" # iOS7 Size 152x152
91-
apple_touch_icon_precomposed: "/assets/img/touch-icon-android-152x.png" # iOS7 Size 152x152
86+
favicon: "/images/favicon-32x.png" # iOS7 Size 32x32
87+
apple_touch_icon_iphone: "/images/touch-icon-iphone-60x.png" # iOS7 Size 60x60
88+
apple_touch_icon_iphone_retina: "/images/touch-icon-iphone-retina-120x.png" # iOS7 Size 120x120
89+
apple_touch_icon_ipad: "/images/touch-icon-ipad-76x.png" # iOS7 Size 76x76
90+
apple_touch_icon_ipad_retina: "/images/touch-icon-ipad-retina-152x.png" # iOS7 Size 152x152
91+
apple_touch_icon_precomposed: "/images/touch-icon-android-152x.png" # iOS7 Size 152x152
9292

9393

9494
# ______ __ __

_data/language.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
about_website: "About This Site"
2+
archive: "Archive"
3+
blog_archive: "Blog Archive"
4+
blog: "Blog"
5+
comments_headline: "Dialogue & Discussion"
6+
more: "More ›"
7+
more_articles: "More Articles"
8+
navigation_title: "Navigation"
9+
new_blog_entries: "New Blog Articles"
10+
next: "Next"
11+
next_posts: "Next Posts"
12+
previous: "Previous"
13+
previous_posts: "Previous Posts"
14+
read: "Read"
15+
read_more: "Read More ›"
16+
thank_you: "Thank You!"

_data/services.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
- menu_name: "Services"
2+
3+
- name: "Contact"
4+
url: "/contact/"
5+
class: "services-contact"
6+
title: "Contact"
7+
8+
- name: "RSS"
9+
url: "/feed.xml"
10+
class: "rss-link"
11+
title: "Subscribe to RSS"
12+
13+
- name: "sitemap.xml"
14+
url: "/sitemap.xml"
15+
class: "sitemap-link"
16+
title: "Sitemap for Google Webmastertools"

_drafts/gallery.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
layout: page
3-
title: ""
4-
subheadline: ""
5-
meta_description: ""
6-
description: ""
3+
title:
4+
subheadline:
5+
meta_description:
6+
description:
77
categories:
88
-
99
tags:
@@ -14,12 +14,12 @@ image:
1414
---
1515

1616
<ul class="clearing-thumbs small-block-grid-3" data-clearing>
17-
<li><a href="{{ site.url }}/assets/img/_1.jpg"><img data-caption="" class="th" src="{{ site.url }}/assets/img/thumb.jpg"></a></li>
18-
<li><a href="{{ site.url }}/assets/img/_2.jpg"><img data-caption="" class="th" src="{{ site.url }}/assets/img/thumb.jpg"></a></li>
19-
<li><a href="{{ site.url }}/assets/img/_3.jpg"><img data-caption="" class="th" src="{{ site.url }}/assets/img/thumb.jpg"></a></li>
20-
<li><a href="{{ site.url }}/assets/img/_4.jpg"><img data-caption="" class="th" src="{{ site.url }}/assets/img/thumb.jpg"></a></li>
21-
<li><a href="{{ site.url }}/assets/img/_5.jpg"><img data-caption="" class="th" src="{{ site.url }}/assets/img/thumb.jpg"></a></li>
22-
<li><a href="{{ site.url }}/assets/img/_6.jpg"><img data-caption="" class="th" src="{{ site.url }}/assets/img/thumb.jpg"></a></li>
17+
<li><a href="{{ site.url }}/images/_1.jpg"><img data-caption="" class="th" src="{{ site.url }}/images/thumb.jpg"></a></li>
18+
<li><a href="{{ site.url }}/images/_2.jpg"><img data-caption="" class="th" src="{{ site.url }}/images/thumb.jpg"></a></li>
19+
<li><a href="{{ site.url }}/images/_3.jpg"><img data-caption="" class="th" src="{{ site.url }}/images/thumb.jpg"></a></li>
20+
<li><a href="{{ site.url }}/images/_4.jpg"><img data-caption="" class="th" src="{{ site.url }}/images/thumb.jpg"></a></li>
21+
<li><a href="{{ site.url }}/images/_5.jpg"><img data-caption="" class="th" src="{{ site.url }}/images/thumb.jpg"></a></li>
22+
<li><a href="{{ site.url }}/images/_6.jpg"><img data-caption="" class="th" src="{{ site.url }}/images/thumb.jpg"></a></li>
2323
</ul>
2424

2525

_drafts/page_all_frontmatter.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
---
22
layout: page
3-
title: ""
4-
subheadline: ""
5-
meta_description: ""
6-
description: ""
3+
title:
4+
subheadline:
5+
meta_description:
6+
description:
77
date: 2014-03-28 00:00:00
88
categories:
99
-
1010
tags:
1111
-
12+
header:
13+
image: ""
14+
pattern: ""
15+
color: ""
1216
image:
1317
homepage: ""
14-
header: ""
1518
thumb: ""
1619
credit: ""
1720
url: ""

_drafts/post_without_image.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
layout: post
3-
title: ""
4-
subheadline: ""
5-
meta_description: ""
6-
description: ""
3+
title:
4+
subheadline:
5+
meta_description:
6+
description:
77
categories:
88
-
99
tags:

_drafts/video.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
layout: video
3-
title: ""
4-
subheadline: ""
5-
meta_description: ""
6-
description: ""
3+
title:
4+
subheadline:
5+
meta_description:
6+
description:
77
image:
88
categories:
99
-

_includes/footer.html

Lines changed: 22 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,30 +9,40 @@
99
<div id="footer">
1010
<div class="row">
1111
<div class="medium-6 large-5 columns">
12-
<h5 class="shadow-black">About this Website</h5>
12+
<h5 class="shadow-black">{{ site.data.language.about_website }}</h5>
1313

1414
<p class="shadow-black">
1515
{{ site.description }}
16+
<a href="{{ site.url }}/about/">{{ site.data.language.more }}</a>
1617
</p>
1718
</div><!-- /.large-6.columns -->
1819

1920

2021
<div class="small-6 medium-3 large-3 large-offset-1 columns">
21-
<aside>
22-
<div class="textwidget">
23-
<h5 class="shadow-black">Services</h5>
24-
<ul class="no-bullet shadow-black">
25-
<li><a href="{{ site.url }}/contact/">Contact</a></li>
26-
<li class="rss-link"><a href="{{ site.url }}/feed.xml">RSS</a></li>
27-
<li class="sitemap-link"><a href="{{ site.url }}/sitemap.xml">Sitemap.xml</a></li>
28-
</ul>
29-
</div>
30-
</aside>
22+
<nav>
23+
<ul class="no-bullet shadow-black sans">
24+
{% for service_item in site.data.services %}
25+
{% if service_item.url contains 'http' %}
26+
{% assign domain = '' %}
27+
{% else %}
28+
{% assign domain = site.url %}
29+
{% endif %}
30+
31+
{% if forloop.first == true %}
32+
<li class="shadow-black font-size-h5 sans">{{ service_item.menu_name }}</li>
33+
{% else %}
34+
<li {% if service_item.class %}class="{{ service_item.class }}" {% endif %}>
35+
<a href="{{ domain }}{{ service_item.url }}" {% if service_item.url contains 'http' %}target="_blank" {% endif %} title="{{ service_item.title }}">{{ service_item.name }}</a>
36+
</li>
37+
{% endif %}
38+
{% endfor %}
39+
</ul>
40+
</nav>
3141
</div><!-- /.large-4.columns -->
3242

3343

3444
<div class="small-6 medium-3 large-3 columns">
35-
<h5 class="shadow-black">Thank You!</h5>
45+
<h5 class="shadow-black">{{ site.data.language.thank_you }}</h5>
3646
<ul class="no-bullet shadow-black">
3747
<li><a href="http://entypo.com/">Icons by Daniel Bruce</a></li>
3848
<li><a href="http://foundation.zurb.com/">Built on Foundation</a></li>
@@ -49,7 +59,6 @@ <h5 class="shadow-black">Thank You!</h5>
4959
<nav class="row">
5060
<section id="subfooter-left" class="b30 small-12 medium-6 columns">
5161
<ul class="inline-list">
52-
<li><a href="{{ site.url }}/about/">About</a></li>
5362
<li>We &hearts; <a style="display:inline;" href="http://jekyllrb.com/" target="_blank">Jekyll</a> &amp; <a style="display:inline;" href="http://phlow.github.io/feeling-responsive/">Feeling Responsive</a> </li>
5463
</ul>
5564
</section>

_includes/footer_scripte.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
{% if page.image.header %}
44
<script>
5-
$("#masthead").backstretch("{{ site.url }}/assets/img/{{ page.image.header }}");
5+
$("#masthead").backstretch("{{ site.url }}/images/{{ page.image.header }}");
66
</script>
77
{% endif %}

_includes/header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
7-
<link rel="stylesheet" href="{{ site.url }}/assets/css/style_feeling_responsive.min.css">
7+
<link rel="stylesheet" href="{{ site.url }}/assets/css/styles-responsive.min.css">
88
<script src="{{ site.url }}/assets/js/modernizr.min.js"></script>
99
<link href='http://fonts.googleapis.com/css?family=Lato:400,700,400italic%7cVolkhov:400,700' rel='stylesheet' type='text/css'>
1010
{% if site.google_site_verification %}<meta name="google-site-verification" content="{{ site.google_site_verification}}" />{% endif %}
@@ -27,7 +27,7 @@
2727
{% if page.meta_description %}<meta property="og:description" content="{{ page.meta_description | strip_html | escape }}"/>{% elsif page.description %}<meta property="og:description" content="{{ page.description | strip_html | escape }}"/>{% elsif site.description %}<meta property="og:description" content="{{ site.description | strip_html | escape }}"/>{% endif %}
2828
<meta property="og:url" content="{{ site.url }}{{ page.url }}" />
2929
{% if site.title %}<meta property="og:site_name" content="{{ site.title }}" />{% endif %}
30-
{% if page.image.thumb %}<meta property="og:image" content="{{ site.url }}/assets/img/{{ page.image.thumb }}" />{% endif %}
30+
{% if page.image.thumb %}<meta property="og:image" content="{{ site.url }}/images/{{ page.image.thumb }}" />{% endif %}
3131

3232
{% if site.alexa_verify_id %}<meta name="alexaVerifyID" content="{{ site.alexa_verify_id }}" />{% endif %}
3333
</head>

0 commit comments

Comments
 (0)