From d7948b1fb7cfb6aa7602042a61ea9b8fd5531376 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20=C2=BBmo=2E=C2=AB=20Sauer?= Date: Thu, 26 Feb 2015 22:23:16 +0100 Subject: [PATCH] Hurra. Version 1.0 is here :) --- _data/language_de.yml | 23 +++++++++++++++++++++++ _layouts/frontpage.html | 6 +++--- index.md | 2 +- pages/changelog.md | 8 +++++++- 4 files changed, 34 insertions(+), 5 deletions(-) create mode 100644 _data/language_de.yml diff --git a/_data/language_de.yml b/_data/language_de.yml new file mode 100644 index 0000000..fa23035 --- /dev/null +++ b/_data/language_de.yml @@ -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" \ No newline at end of file diff --git a/_layouts/frontpage.html b/_layouts/frontpage.html index 6479e6b..8c716ac 100644 --- a/_layouts/frontpage.html +++ b/_layouts/frontpage.html @@ -12,7 +12,7 @@ format: blog-index
- + {% if page.widget-1.image %}{% endif %}{% if page.widget-1.video %}{{ page.widget-1.video }}{% endif %}

{{ page.widget-1.title }}

{{ page.widget-1.text }}

{{ site.data.language.more }}

@@ -20,7 +20,7 @@ format: blog-index
- + {% if page.widget-2.image %}{% endif %}{% if page.widget-2.video %}{{ page.widget-2.video }}{% endif %}

{{ page.widget-2.title }}

{{ page.widget-2.text }}

{{ site.data.language.more }}

@@ -28,7 +28,7 @@ format: blog-index
- + {% if page.widget-3.image %}{% endif %}{% if page.widget-3.video %}{{ page.widget-3.video }}{% endif %}

{{ page.widget-3.title }}

{{ page.widget-3.text }}

Download @ GitHub ›

diff --git a/index.md b/index.md index 7732ba3..1131456 100644 --- a/index.md +++ b/index.md @@ -17,7 +17,7 @@ widget-2: title: "Why use this theme?" url: 'http://phlow.github.io/feeling-responsive/info/' text: 'Feeling Responsive is heavily customizable.
1. Language-Support :)
2. Optimized for speed and it's responsive.
3. Built on Foundation Framework.
4. Six different Headers.
5. Customizable navigation, footer,...' - image: unsplash_8-302x182.jpg + video: '' widget-3: title: "Download Theme" url: 'https://github.com/Phlow/feeling-responsive' diff --git a/pages/changelog.md b/pages/changelog.md index 3489390..e15fbe5 100644 --- a/pages/changelog.md +++ b/pages/changelog.md @@ -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. + +
+ + 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...