From 54c5d4b093f1baf2d1e012d5d5444c575cbfbb33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20=C2=BBmo=2E=C2=AB=20Sauer?= Date: Tue, 16 Sep 2014 16:40:11 +0200 Subject: [PATCH] Update New Homepage --- _config.yml | 16 +++---- _includes/_about.html | 6 --- _includes/_site_description.html | 1 - _includes/blog-entries.html | 6 +++ _includes/footer.html | 2 +- _includes/footer_scripte.html | 2 +- _includes/for-loop-title-only-counter.html | 10 ---- _includes/for-loop-title-only.html | 8 ---- _includes/header.html | 5 +- ...{2014-09-11-page.md => 2014-08-11-page.md} | 0 ...lwidth.md => 2014-08-19-page-fullwidth.md} | 4 +- _posts/design/2014-09-16-typography.md | 1 + index.html | 48 +++++++++++++++++-- 13 files changed, 65 insertions(+), 44 deletions(-) delete mode 100644 _includes/_about.html delete mode 100644 _includes/_site_description.html create mode 100644 _includes/blog-entries.html delete mode 100644 _includes/for-loop-title-only-counter.html delete mode 100644 _includes/for-loop-title-only.html rename _posts/design/{2014-09-11-page.md => 2014-08-11-page.md} (100%) rename _posts/design/{2014-08-17-page-fullwidth.md => 2014-08-19-page-fullwidth.md} (96%) diff --git a/_config.yml b/_config.yml index 3f2db90..7601ebf 100644 --- a/_config.yml +++ b/_config.yml @@ -15,13 +15,18 @@ title: "Feeling Responsive" 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." +# The description is used on homepage and in the footer to quickly describe your website. Use a maximum of 150 characters for SEO-purposes. +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" +url: "http://phlow.github.io/feeling-responsive" +baseurl: "" # Logo size is 600x80 pixels logo: "logo.png" -baseurl: "" # Paginates all X entries @@ -32,11 +37,6 @@ paginate: 5 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/ diff --git a/_includes/_about.html b/_includes/_about.html deleted file mode 100644 index 851e52a..0000000 --- a/_includes/_about.html +++ /dev/null @@ -1,6 +0,0 @@ -

Why use this theme?

- -

- Feeling Responsive is heavily built on Foundation, the fabulous responsive webdesign framework by Zurb. It supports a 12-column grid, persuades you with beautiful typography and is heavily optimized for speed. -

- diff --git a/_includes/_site_description.html b/_includes/_site_description.html deleted file mode 100644 index 4688838..0000000 --- a/_includes/_site_description.html +++ /dev/null @@ -1 +0,0 @@ -»Feeling Responsive« is a responsive theme based on the fantastic foundation framework with beautiful typography and a bright color palette. \ No newline at end of file diff --git a/_includes/blog-entries.html b/_includes/blog-entries.html new file mode 100644 index 0000000..bdb6372 --- /dev/null +++ b/_includes/blog-entries.html @@ -0,0 +1,6 @@ + \ No newline at end of file diff --git a/_includes/footer.html b/_includes/footer.html index 0491223..11d6a49 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -5,7 +5,7 @@
About this Website

- {% include _site_description.html %} + {{ site.description }}

diff --git a/_includes/footer_scripte.html b/_includes/footer_scripte.html index b278753..1b3142b 100644 --- a/_includes/footer_scripte.html +++ b/_includes/footer_scripte.html @@ -1,4 +1,4 @@ - +