From 5654c5958aa0d3e25500fb18fb946569796fb171 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20=C2=BBmo=2E=C2=AB=20Sauer?= Date: Mon, 12 Jan 2015 09:33:22 +0100 Subject: [PATCH] see changelog 0.94 --- _config.yml | 14 ++- _config_dev.yml | 9 ++ _data/language.yml | 1 - _data/network.yml | 21 ++++ _drafts/page_all_frontmatter.md | 8 +- _drafts/page_with_table_of_contents.md | 30 ++++++ _includes/footer.html | 138 +++++++++++++------------ _includes/meta_information.html | 4 +- assets/css/style_rss.css | 116 +++++++++++++++++++++ pages/changelog.md | 3 + 10 files changed, 270 insertions(+), 74 deletions(-) create mode 100644 _config_dev.yml create mode 100644 _data/network.yml create mode 100644 _drafts/page_with_table_of_contents.md create mode 100644 assets/css/style_rss.css diff --git a/_config.yml b/_config.yml index 0607af0..613ace7 100644 --- a/_config.yml +++ b/_config.yml @@ -19,11 +19,19 @@ slogan: "A Responsive Theme for Jekyll" description: "»Feeling Responsive« is a responsive theme for Jekyll based on the fabulous foundation framework with beautiful typography and a bright color palette." -# This is a switch to easily change the {{ site.url }}-variable to develop the theme locally -# - url: "http://localhost:4000" +# This URL is the main adresse. Don't include a slash at the end. +# url: "http://phlow.github.io/feeling-responsive" baseurl: "" +# This URL points directly to the images directory making +# things easier to link to images in posts and templates. It needs a slash. +# +# Example: +# Markdown-Example for posts ![Image Text]({{ site.urlimg }}/image.jpg) +# +urlimg: "http://phlow.github.io/feeling-responsive/images/" + # Logo size is 600x80 pixels logo: "logo.png" @@ -89,6 +97,8 @@ apple_touch_icon_iphone_retina: "/images/touch-icon-iphone-retina-120x.png" # apple_touch_icon_ipad: "/images/touch-icon-ipad-76x.png" # iOS7 Size 76x76 apple_touch_icon_ipad_retina: "/images/touch-icon-ipad-retina-152x.png" # iOS7 Size 152x152 apple_touch_icon_precomposed: "/images/touch-icon-android-152x.png" # iOS7 Size 152x152 +msapplication_tileimage: "/images/windows-8-tile-icon-144x.png" # Windows 8 Tile 144x144 +msapplication_tilecolor: "#334D5C" # Windows 8 Tile Backgroundcolor # ______ __ __ diff --git a/_config_dev.yml b/_config_dev.yml new file mode 100644 index 0000000..0855d45 --- /dev/null +++ b/_config_dev.yml @@ -0,0 +1,9 @@ +# +# This config-file is only needed for development. Instead of changing the url +# everytime you work locally on the project, you start both config-files, overwriting +# the first one with the development variables needed. +# +# Start development with › $ jekyll serve --config _config.yml,_config_dev.yml + +url: "http://localhost:4000" +urlimg: "http://localhost:4000/images/" diff --git a/_data/language.yml b/_data/language.yml index 3510124..b0e458f 100644 --- a/_data/language.yml +++ b/_data/language.yml @@ -13,4 +13,3 @@ previous: "Previous" previous_posts: "Previous Posts" read: "Read" read_more: "Read More ›" -thank_you: "Thank You!" \ No newline at end of file diff --git a/_data/network.yml b/_data/network.yml new file mode 100644 index 0000000..bff8349 --- /dev/null +++ b/_data/network.yml @@ -0,0 +1,21 @@ +- menu_name: "Dankeschön" + +- name: "Icons by Daniel Bruce" + url: "http://entypo.com/" + class: "network-entypo" + title: "Icons by Daniel Bruce" + +- name: "Built on Foundation" + url: "http://foundation.zurb.com/" + class: "services-newsletter" + title: "Built on Foundation" + +- name: "Images by Unsplash" + url: "http://unsplash.com/" + class: "rss-link" + title: "Images by Unsplash" + +- name: "Using Backstretch by Scott Robbin" + url: "http://srobbin.com/jquery-plugins/backstretch/" + class: "sitemap-link" + title: "Using Backstretch by Scott Robbin" diff --git a/_drafts/page_all_frontmatter.md b/_drafts/page_all_frontmatter.md index 22d45a3..6038768 100644 --- a/_drafts/page_all_frontmatter.md +++ b/_drafts/page_all_frontmatter.md @@ -1,10 +1,8 @@ --- layout: page -title: -subheadline: -meta_description: -description: -date: 2014-03-28 00:00:00 +subheadline: +title: +description: categories: - tags: diff --git a/_drafts/page_with_table_of_contents.md b/_drafts/page_with_table_of_contents.md new file mode 100644 index 0000000..5843293 --- /dev/null +++ b/_drafts/page_with_table_of_contents.md @@ -0,0 +1,30 @@ +--- +layout: page-fullwidth +subheadline: +title: +description: +meta_description: +categories: + - +tags: + - +--- +
+
+
+**Table of Contents** +{: #toc } +* TOC +{:toc} +
+
+ + + +
+ + + +
+
+ diff --git a/_includes/footer.html b/_includes/footer.html index dd3abf0..7de4d66 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,75 +1,85 @@ -
-
-    -
-
+
+
+    +
+
- +
+ +
+ + + diff --git a/_includes/meta_information.html b/_includes/meta_information.html index 1b5faad..4427885 100644 --- a/_includes/meta_information.html +++ b/_includes/meta_information.html @@ -10,11 +10,11 @@
{% if page.previous.url %} - + {% endif %} {% if page.next.url %} - + {% endif %}
\ No newline at end of file diff --git a/assets/css/style_rss.css b/assets/css/style_rss.css new file mode 100644 index 0000000..7463350 --- /dev/null +++ b/assets/css/style_rss.css @@ -0,0 +1,116 @@ +rss { +display:block; +margin:10px; +padding: 10px 0; +font-size: 62.5%; +} + +rss:before { +content:"\00BB Sie befinden sich auf einem RSS-NewsFeed, nicht auf der Website. Bitte besuchen Sie die Website bueltge.de"; +font-size: 2em; +color: red; +margin: 10px; +} + +channel { +display:block; +background-color:#eee; +font-size: 1.2em; +font-family: Verdana, Arial, Helvetice, sans-serif; +padding: 5px 0; +} + +item { +display: block; +padding:10px; +margin: 5px 0; +border-top:1px solid #CCC; +border-bottom:1px solid #CCC; +background-color: white; +} + +channel>title, channel>description, channel>pubDate { +display: block; +margin: 10px; +background-color: #eee; +color: #556B2F; +} + +channel>pubDate { +font-size: .8em; +} + +channel>pubDate:before { +content:"Letzte Aktualisierung: "; +} + +channel>title { +font-size: 1.6em; +font-weight: bold; +} + +channel>description { +font-size: 1.1em; +margin-bottom: 10px; +font-weight: bold; +} + +item { +font-size: 0px +} + +item>title { +font-weight:bold; +font-size: 12px; +} + +item>title:after { +content:" \00BB "; +} + +item>link, item>pubDate, item>category { +color: #556B2F; +font-size: 11px; +} + +item>link:before { +content:" Link zum Beitrag: "; +color: black; +} + +item>pubDate:before { +color: black; +content:" erstellt am: "; +margin-left: 100%; +} + +item>category:before { +color: black; +content:" in Kategorie: "; +} + +item>description:before { +color: black; +font-weight:bold; +content:" \00BB "; +} + +item>description { +font-size: 11px; +margin-left: 100%; +} + +item>description:after { +color: black; +font-weight:bold; +content:" \00AB "; +} + +channel>link, channel>generator, channel>language, channel>docs, channel>image { +display: none; +} + +item>comments, item>guid { + +display: none; +} \ No newline at end of file diff --git a/pages/changelog.md b/pages/changelog.md index 74b3452..18b362c 100644 --- a/pages/changelog.md +++ b/pages/changelog.md @@ -7,6 +7,9 @@ image: header: "header_unsplash_9.jpg" permalink: "/changelog/" --- +2015-01-12 // Version 0.94 +: Added Windows 8-Tile in `config.yml` and `header.html`. Added `_config_dev.yml` for easier local development. Use `jekyll serve --config _config.yml,_config_dev.yml` to overwrite `url`-settings of the main configuration. Added `_data/network.yml` to customize links in the footer-area. + 2014-12-22 // Version 0.93 : Improved speed through the use of [webfontloader](https://github.com/typekit/webfontloader). Reduced Volkhov font and only embedded normal weight. Now fonts load asynchronous and the package is 53kb lighter.