1
0
Fork 0

Hurra. Version 1.0 is here :)

This commit is contained in:
Moritz »mo.« Sauer 2015-02-26 22:23:16 +01:00
parent d47b9de353
commit d7948b1fb7
4 changed files with 34 additions and 5 deletions

23
_data/language_de.yml Normal file
View file

@ -0,0 +1,23 @@
info_website: "Über diese Website"
archive: "Archiv"
blog_archive: "Blog Archiv"
blog: "Blog"
comments_headline: "Dialog & Diskussion"
more: "Mehr "
more_articles: "Mehr Artikel"
navigation_title: "Navigation"
new_blog_entries: "Neue Blog Artikel"
next: "Nächste"
next_posts: "Nächster Beitrag"
previous: "Vorherige"
previous_posts: "Vorheriger Beitrag"
read: "Lesen"
read_more: "Mehr lesen "
if_you_are_not_redirected_automatically: "Wenn Du nicht automatisch weitergeleitet wirst,"
click_here: "klick hier"
next_post_in: "Nächster Beitrag in"
previous_post_in: "Vorheriger Beitrag in"
breadcrumb_start: "Start"
edit: "Editieren"
this_content_is_open_source: "Der Inhalt ist Open Source."
help_improve_it: "Hilf ihn zu verbessern"

View file

@ -12,7 +12,7 @@ format: blog-index
<div class="row t60">
<div class="medium-4 columns">
<a href="{{ site.url }}{{ page.widget-1.url }}"><img src="{{ site.urlimg }}/{{ page.widget-1.image }}" width="302" height="182" alt=""></a>
<a href="{{ page.widget-1.url }}">{% if page.widget-1.image %}<img src="{{ site.urlimg }}/{{ page.widget-1.image }}" width="302" height="182" alt="">{% endif %}{% if page.widget-1.video %}{{ page.widget-1.video }}{% endif %}</a>
<h2 class="font-size-h3 t10">{{ page.widget-1.title }}</h2>
<p>{{ page.widget-1.text }}</p>
<p><a class="button tiny radius" href="{{ page.widget-1.url }}">{{ site.data.language.more }}</a></p>
@ -20,7 +20,7 @@ format: blog-index
<div class="medium-4 columns">
<a href="{{ page.widget-2.url }}"><img src="{{ site.urlimg }}/{{ page.widget-2.image }}" width="302" height="182" alt=""></a>
<a href="{{ page.widget-2.url }}">{% if page.widget-2.image %}<img src="{{ site.urlimg }}/{{ page.widget-2.image }}" width="302" height="182" alt="">{% endif %}{% if page.widget-2.video %}{{ page.widget-2.video }}{% endif %}</a>
<h2 class="font-size-h3 t10">{{ page.widget-2.title }}</h2>
<p>{{ page.widget-2.text }}</p>
<p><a class="button tiny radius" href="{{ page.widget-2.url }}">{{ site.data.language.more }}</a></p>
@ -28,7 +28,7 @@ format: blog-index
<div class="medium-4 columns">
<a href="{{ page.widget-3.url }}"><img src="{{ site.urlimg }}/{{ page.widget-3.image }}" width="302" height="182" alt=""></a>
<a href="{{ page.widget-3.url }}">{% if page.widget-3.image %}<img src="{{ site.urlimg }}/{{ page.widget-3.image }}" width="302" height="182" alt="">{% endif %}{% if page.widget-3.video %}{{ page.widget-3.video }}{% endif %}</a>
<h2 class="font-size-h3 t10">{{ page.widget-3.title }}</h2>
<p>{{ page.widget-3.text }}</p>
<p><a class="button tiny radius" href="{{ page.widget-3.url }}">Download &#64; GitHub </a></p>

View file

@ -17,7 +17,7 @@ widget-2:
title: "Why use this theme?"
url: 'http://phlow.github.io/feeling-responsive/info/'
text: '<em>Feeling Responsive</em> is heavily customizable.<br>1. Language-Support :)<br>2. Optimized for speed and it&#39;s responsive.<br>3. Built on <a href="http://foundation.zurb.com/">Foundation Framework</a>.<br>4. Six different Headers.<br>5. Customizable navigation, footer,...'
image: unsplash_8-302x182.jpg
video: '<iframe width="100%" height="182" src="https://www.youtube.com/embed/3b5zCFSmVvU" frameborder="0" allowfullscreen></iframe>'
widget-3:
title: "Download Theme"
url: 'https://github.com/Phlow/feeling-responsive'

View file

@ -7,10 +7,16 @@ header:
image_fullwidth: "header_unsplash_9.jpg"
permalink: "/changelog/"
---
2015-02-26 // Version 1.0
: OK. Let's try it. Here is *Feeling Responsive* Version 1.0, with a shiny video.
<div class="flex-video"><iframe width="1280" height="720" src="https://www.youtube.com/embed/3b5zCFSmVvU" frameborder="0" allowfullscreen></iframe></div><!-- /.flex-video -->
2015-02-25 // Version 0.99.1
: Added support for Google Analtics. Added `_include/next-previous-post-in-category.html` to generate links from one post in a category to another post in that same category. Example at the bottom of [Grid & Colors]({{ site.url }}/design/grid/#bottom). Added `noindex`-variable for search engine optimization ([read more](https://support.google.com/webmasters/answer/93710?hl=en)). Changed code for breadcrumb. Added [Improve-Content-Include]({{ site.url }}/documentation/#improvecontenthtml).
2015-02-19 // Version 0.99
: Yes! Now *Feeling Responsive* uses the built-in sass-support by Jekyll. Open `_sass` and dig deeper into customizing this theme using your colors, typography and so on...