update
This commit is contained in:
parent
43c2d9925b
commit
cb52524885
26 changed files with 91 additions and 62 deletions
|
@ -7,8 +7,11 @@ header:
|
|||
image_fullwidth: "header_unsplash_9.jpg"
|
||||
permalink: "/changelog/"
|
||||
---
|
||||
2015-02-18 // Version 0.98
|
||||
: Now with author-support and [Schema.org microdata](http://schema.org). Edit author(s) in `authors.yml` and use it via front matter like `author: your_author_name`. Added [Disqus-comments]({{ site.url}}/design/comments/#comments) to the mix.
|
||||
|
||||
2015-02-17 // Version 0.97
|
||||
: Simplicity. Reduced templates. Now there is one page/post-template with two switches via front matter to turn on metadata at the end of the page/post via `show_metadata: true/false` and to add a left or right sidebar via `sidebar: left/right`. The defaults are declared in `config.yml`. I also changed the variable `description` to `teaser` because it's more logigally.
|
||||
: Simplicity. Reduced templates. Now there is one page/post-template with two switches via front matter to turn on metadata at the end of the page/post via `show_meta: true/false` and to add a left or right sidebar via `sidebar: left/right`. The defaults are declared in `config.yml`. I also changed the variable `description` to `teaser` because it's more logigally.
|
||||
|
||||
2015-02-12 // Version 0.96
|
||||
: Added `frontpage`-layout with three widgets-areas. The layout simplifies the process to change content on the frontpage.
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
layout: page
|
||||
title: "Contact"
|
||||
show_meta: false
|
||||
subheadline: "Wufoo-powered contact forms"
|
||||
description: "Get in touch with me? Use the contact form."
|
||||
permalink: "/contact/"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
show_metadata: false
|
||||
show_meta: false
|
||||
title: "Style your content!"
|
||||
subheadline: "Layouts of Feeling Responsive"
|
||||
header:
|
||||
|
|
|
@ -33,7 +33,7 @@ If you want to show the sidebar, just enter `sidebar: left` or `sidebar: right`
|
|||
|
||||
|
||||
### Page/Post with or without metadata
|
||||
If you want to show metadata like categories, tags and date at the end of the page, just enter `show_metadata: true`. It's on by default. You can change it via `config.yml`. To turn of metadata just enter – *yes, you guessed right* – `show_metadata: false`.
|
||||
If you want to show metadata like categories, tags and date at the end of the page, just enter `show_meta: true`. It's on by default. You can change it via `config.yml`. To turn of metadata just enter – *yes, you guessed right* – `show_meta: false`.
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
show_metadata: false
|
||||
show_meta: false
|
||||
title: "Getting Started"
|
||||
subheadline: "A Step-by-Step Guide"
|
||||
description: "This step-by-step guide helps you to customize Feeling Responsive to your needs."
|
||||
|
@ -15,8 +15,9 @@ permalink: "/getting-started/"
|
|||
5. Open `_data/language.yml` and translate the theme if necessary.
|
||||
6. Open `_data/services.yml` and customize links in the footer.
|
||||
7. Open `_data/network.yml` and customize links in the footer.
|
||||
8. [Read the documentation][1] to check out all features of *Feeling Responsive*.
|
||||
9. Make it yours and add your own content.
|
||||
8. Open `_data/authors.yml` and edit author information and set default author in `config.yml.
|
||||
9. [Read the documentation][1] to check out all features of *Feeling Responsive*.
|
||||
10. Make it yours and add your own content.
|
||||
|
||||
<a class="radius button small" href="{{ site.url }}/documentation/">Check out the documentation for all the tricks ›</a>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
show_metadata: false
|
||||
show_meta: false
|
||||
subheadline: "Header"
|
||||
title: "Style your Header!"
|
||||
description: "These are your options to style the header of each webpage individually. <em>Feeling Responsive</em> uses <a href='http://srobbin.com/jquery-plugins/backstretch/'>Backstretch by Scott Robin</a> to expand them from left to right. The width should be 1600 pixel or higher using a ratio like 16:9 or 21:9 or 2:1."
|
||||
|
|
|
@ -2,22 +2,27 @@
|
|||
layout: page
|
||||
title: "About"
|
||||
subheadline: "Why another Jekyll Theme?"
|
||||
description: "Since years I am programming and designing websites. I love to work with open source tools and learn via code from others. This time I want to try to give something back..."
|
||||
show_meta: false
|
||||
teaser: "Since years I am programming and designing websites. I love to work with open source tools and learn via code from others. This time I want to try to give something back..."
|
||||
permalink: "/info/"
|
||||
header:
|
||||
image_fullwidth: "header_drop.jpg"
|
||||
---
|
||||
...and learn at the same time.
|
||||
|
||||
*Feeling Responsive* is my first theme which I let into the world. It's built on work and knowledge of others. While I am still programming it, you read about whats behind this theme in the – *hopefully* – near future.
|
||||
*Feeling Responsive* is my first theme which I let into the world. It's built on work and knowledge of others. While I am still designing it, you read about whats behind this theme in the – *hopefully* – near future.
|
||||
|
||||
|
||||
## Features
|
||||
|
||||
* Responsive Gallery, Videos, Grid, Typography,...
|
||||
* 100% GitHub Pages friendly
|
||||
* Easy editable navigation and social media links
|
||||
* Easy editable navigation, footer and social media links
|
||||
* Language Ready – just translate one file.
|
||||
* Lots of possibilities to customize it to your needs
|
||||
* Lots of different headers
|
||||
* Various post formats to let your content shine
|
||||
* Uses Jekyll 2.0
|
||||
* Uses Jekyll 3.0
|
||||
* Multiple possibilities to use images in different ways
|
||||
* Fine typography
|
||||
|
||||
|
@ -25,15 +30,11 @@ permalink: "/info/"
|
|||
|
||||
## I got inspired by...
|
||||
|
||||
[Michael Rose][1] and his fabulous [themes for jekyll][2].
|
||||
Authors of [A List Apart][4] and [Smashing Magazine][5] since 2002.
|
||||
[GitHub][6] and how they built such a habitat for cooperation worldwide.
|
||||
[Automattic][3] and how they built a fantastic community around WordPress.
|
||||
[Michael Rose][1] and his fabulous [themes for jekyll][2]. Authors of [A List Apart][4] and [Smashing Magazine][5] since 2002. [GitHub][6] and how they built such a habitat for cooperation worldwide. [Automattic][3] and how they built a fantastic community around WordPress. And many, many more...
|
||||
|
||||
Please make *Feeling Responsive* yours and if you like it, please link back to my homebase <a href="http://phlow.de/">Phlow</a>. That would be awesome.
|
||||
|
||||
And of course many more...
|
||||
|
||||
**Since then, fork it!**
|
||||
#### Since then, fork it!
|
||||
|
||||
Yours sincerelly, [Moritz »mo.« Sauer][7]
|
||||
|
||||
|
|
|
@ -8,19 +8,20 @@ header:
|
|||
permalink: "/roadmap/"
|
||||
---
|
||||
|
||||
## ToDo
|
||||
## Ideas and possible new features
|
||||
|
||||
* Better responsive typography
|
||||
* Additional [header]({{ site.url }}/headers/) with text
|
||||
* Google AdSense ads
|
||||
* Produce an introduction video to showcase *Feeling Responsive*
|
||||
* [Submit *Feeling Responsive* to jekyllthemes.org](http://jekyllthemes.org/)
|
||||
* Optimize HTML and use Schema.org-Attributes › <http://schema.org/Article>
|
||||
* Convert Foundation Sass to use native Jekyll Sass support
|
||||
* More post-formats for blogging like special post formats for links, audio, tweets,...
|
||||
* Produce some small tutorials to show features and how to customize *Feeling Responsive*
|
||||
|
||||
## Done
|
||||
|
||||
* <s>Optimize HTML and use Schema.org-Attributes › http://schema.org/Article</s>
|
||||
* <s>Disqus comments</s>
|
||||
* <s>Rework `list-entries.html` › now language ready</s>
|
||||
* [<s>Create custom 404.html-webpage</s>](https://help.github.com/articles/custom-404-pages/)
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
---
|
||||
layout: page
|
||||
show_meta: false
|
||||
title: "Search"
|
||||
permalink: "/search/"
|
||||
---
|
||||
|
||||
{% include google_search.html %}
|
||||
|
||||
<form onsubmit="google_search()" >
|
||||
<form style="padding-bottom: 200px;" onsubmit="google_search()" >
|
||||
<input type="text" id="google-search" placeholder="Enter search term and hit enter">
|
||||
</form>
|
Reference in a new issue