Remove stuff which isn't needed
This commit is contained in:
parent
8408a5d8fa
commit
45c13f177d
6 changed files with 0 additions and 574 deletions
|
@ -1,113 +0,0 @@
|
|||
---
|
||||
layout: page
|
||||
title: "Change is good!"
|
||||
meta_title: "Feeling Responsive Theme Changelog"
|
||||
subheadline: "Feeling Responsive Theme Changelog"
|
||||
teaser: "History and changelog of Feeling Responsive Theme"
|
||||
header:
|
||||
image_fullwidth: "header_unsplash_9.jpg"
|
||||
permalink: "/changelog/"
|
||||
---
|
||||
2015-05-04 // Version 1.2.1
|
||||
: Added `meta_title` to `<head>`. Use it in frontmatter for SEO purposes.
|
||||
|
||||
2015-04-28 // Version 1.2
|
||||
: Put some nice Schema.org-Meta-Data into the video-template for better SEO. If you want to know how to use the data, have a look into the front matter of the [video]({{ site.url }}/design/video/).
|
||||
|
||||
2015-03-30 // Version 1.2
|
||||
: Added [alert-include]({{ site.url }}/documentation/#alert-embed-an-alert-in-your-content) and structured Sass-files.
|
||||
|
||||
2015-03-25 // Video
|
||||
: Made a new [video tutorial](https://www.youtube.com/embed/rLS-BEvlEyY)
|
||||
|
||||
<div class="flex-video"><iframe width="1280" height="720" src="https://www.youtube.com/embed/rLS-BEvlEyY" frameborder="0" allowfullscreen></iframe></div><!-- /.flex-video -->
|
||||
|
||||
2015-03-02 // Version 1.1
|
||||
: Added [Foundation Reveal](http://foundation.zurb.com/docs/components/reveal.html) to the mix to show videos and content in a popup window. <a href="#" data-reveal-id="videoModal">Try it out right know :)</a>
|
||||
|
||||
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...
|
||||
|
||||
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_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.
|
||||
|
||||
2015-02-09 // Version 0.95
|
||||
: Now with custom icon font using only entypo icons necessary. Eliminated one one request and reduced the font-file to 9kb. You can easily customize the font yourself using [Font Custom][7] and the included `fontcustom.yml` in `assets/fonts/`.
|
||||
|
||||
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. Now with 404-page and a google-powered search.
|
||||
|
||||
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.
|
||||
|
||||
2014-12-21 // Version 0.92
|
||||
: A new polished version, with a stronger and better color scheme. [Have a look ›]({{ site.url }}/design/grid/#color-scheme-and-colors-codes). Added foundation `.scss-files` to `assets/scss/` for savety.
|
||||
|
||||
2014-10-08 // Version 0.91
|
||||
: Moved images folder from `assets/img/` to `images` to fasten access to folder. Moved all pages to `pages/`-folder for better organization. Added language-functionality. *Feeling Responsive* is now translation ready.
|
||||
|
||||
2014-09-21 // Version 0.9
|
||||
: Optimized code, tweaked CSS, added images, deleted `header: "no"` from front matter (because it not necessary), added drafts to the new `_drafts`-folder to begin posts and pages faster and enhanced the documentation. Huh, 1.0 I am coming.
|
||||
|
||||
2014-09-16 // Version 0.8
|
||||
: Added [video post format][5] for that cinematic flavor. Added URL- and Credit-feature to images and revamped the homepage a little bit to give blog-content more exposure. Optimized some includes, especially the `_include/list-posts.html`-Include which support some nifty parameters.
|
||||
|
||||
2014-09-15 // Version 0.7
|
||||
: Added an [example of a gallery][4] to show how to use Clearing Lightbox. Meta information is used in posts via `/include/meta_information.html`. To optimize pages/posts for search engines you have now have an extra front matter-variable called `meta_description`. Also the theme supports facebook open graph information.
|
||||
|
||||
2014-09-12 // Version 0.6
|
||||
: Finally the [blogpage][1] has pagination and an [archive for all blog-posts][2] using the [foundation accordion][3].
|
||||
|
||||
2014-08-22 // Version 0.5
|
||||
: Better typograpyh, extended [documentation]({{ site.url}}/documentation/) and little subtle css-things to make *Feeling Responsive* a little better.
|
||||
|
||||
2014-08-17 // Version 0.4
|
||||
: First beta release of »Feeling Responsive« with the current jekyll templates.
|
||||
|
||||
2014-08-17 // Version 0.3
|
||||
: First release – only *HTML-Version* – of »Feeling Responsive« on Github-Pages with some hickups.
|
||||
|
||||
2014-07-26 // Version 0.2
|
||||
: Updated Navigation & Social Media-Configuration via custom data in `_data`
|
||||
|
||||
2014-07-07 // Version 0.1
|
||||
: Start of theme coding and development.
|
||||
|
||||
2014-06-23
|
||||
: First Ideas and scribbles at the beach in [Bergen/Netherlands][6].
|
||||
|
||||
|
||||
|
||||
<div id="videoModal" class="reveal-modal large" data-reveal="">
|
||||
<div class="flex-video widescreen vimeo" style="display: block;">
|
||||
<iframe width="1280" height="720" src="https://www.youtube.com/embed/3b5zCFSmVvU" frameborder="0" allowfullscreen></iframe>
|
||||
</div>
|
||||
<a class="close-reveal-modal">×</a>
|
||||
</div>
|
||||
|
||||
|
||||
[1]: {{ site.url }}/blog/
|
||||
[2]: {{ site.url }}/blog/archive/
|
||||
[3]: http://foundation.zurb.com/docs/components/accordion.html
|
||||
[4]: {{ site.url }}/design/gallery/
|
||||
[5]: {{ site.url }}/design/video/
|
||||
[6]: https://www.google.de/maps/place/Strandpaviljoen+Joep+B.V./@51.9960733,5.830135,6z/data=!4m2!3m1!1s0x47cf5918df69093b:0x7c11ab31102c1c8a
|
||||
[7]: fontcustom.com
|
||||
[8]: #
|
||||
[9]: #
|
||||
[10]: #
|
|
@ -1,14 +0,0 @@
|
|||
---
|
||||
layout: page
|
||||
show_meta: false
|
||||
title: "Style your content!"
|
||||
subheadline: "Layouts of Feeling Responsive"
|
||||
header:
|
||||
image_fullwidth: "header_unsplash_5.jpg"
|
||||
permalink: "/design/"
|
||||
---
|
||||
<ul>
|
||||
{% for post in site.categories.design %}
|
||||
<li><a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
|
@ -1,326 +0,0 @@
|
|||
---
|
||||
layout: page-fullwidth
|
||||
title: "Theme Documentation"
|
||||
subheadline: "How to use Feeling Responsive"
|
||||
teaser: "The documentation is a work in progress..."
|
||||
permalink: "/documentation/"
|
||||
header:
|
||||
image_fullwidth: "header_roadmap_2.jpg"
|
||||
---
|
||||
<div class="row">
|
||||
<div class="medium-4 medium-push-8 columns" markdown="1">
|
||||
<div class="panel radius" markdown="1">
|
||||
**Table of Contents**
|
||||
{: #toc }
|
||||
* TOC
|
||||
{:toc}
|
||||
</div>
|
||||
</div><!-- /.medium-4.columns -->
|
||||
|
||||
|
||||
|
||||
<div class="medium-8 medium-pull-4 columns" markdown="1">
|
||||
{% include improve_content.html %}
|
||||
|
||||
## Different Page/Posts Formats {#formats}
|
||||
|
||||
*Feeling Responsive* supports you with different templates for your content. These are the actual page/post formats:
|
||||
|
||||
### Page/Post
|
||||
The [page/post format]({{ site.url }}/design/page/) has no sidebar by default, its content is centered and beneath the content the visitor gets some metadata like categories, tags, date and author if provided via data in front matter of the post.
|
||||
|
||||
use in front matter via: `layout: page`
|
||||
|
||||
### Page/Post with a left or right sidebar
|
||||
If you want to show the sidebar, just enter `sidebar: left` or `sidebar: right` in front matter, and *whoops, there it is*! To customize the content of the sidebar, open `_includes/sidebar.html`.
|
||||
|
||||
|
||||
### 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_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`.
|
||||
|
||||
|
||||
|
||||
### Page Full Width
|
||||
If you want full control of styling a page, than use the [page fullwidth template]({{ site.url }}/design/page-fullwidth/). To set up a grid, just use the [foundation grid system](http://foundation.zurb.com/docs/components/grid.html).
|
||||
|
||||
use in front matter via: `layout: page-fullwidth`
|
||||
|
||||
|
||||
### Frontpage
|
||||
This template is special. It allows you to define three *widgets* which are displayed with a headline, image, description and a link to the content. It's used for the [homepage]({{ site.url }}) of this website.
|
||||
|
||||
use in front matter via: `layout: frontpage`
|
||||
|
||||
|
||||
### Video
|
||||
If you're a video producer or cineast, you'll like the [video template]({{ site.url }}/design/video/). It darkens the layout to black and lets the video stand out full-width.
|
||||
|
||||
use in front matter via: `layout: video`
|
||||
|
||||
<small markdown="1">[Up to table of contents](#toc)</small>
|
||||
{: .text-right }
|
||||
|
||||
|
||||
|
||||
|
||||
## Style your content with {#styling}
|
||||
|
||||
Feeling Responsive offers lots of possibilities to style your articles. You can style your content in different ways. There are elements like subheadlines, feature images, header images, homepage images, meta data like categories and tags and many more.
|
||||
|
||||
|
||||
### subheadlines
|
||||
|
||||
If you need a subheadline for an article, just define a subheadline in front matter like this:
|
||||
|
||||
`subheadline: "Subheadline"`
|
||||
|
||||
### Quotes
|
||||
|
||||
Quotes mix it up a little bit, if you write long articles. So use quotes:
|
||||
|
||||
> Age is an issue of mind over matter. If you don't mind, it doesn't matter.
|
||||
<cite>Mark Twain</cite>
|
||||
|
||||
<small markdown="1">[Up to table of contents](#toc)</small>
|
||||
{: .text-right }
|
||||
|
||||
|
||||
## Comments
|
||||
|
||||
You can use comments with *Feeling Responsive* by the way of Disqus. If you want to use Disqus-Comments just open `config.yml` and add your `disqus_shortname`. [More on how to use Disqus ›](https://disqus.com/websites/)
|
||||
|
||||
By default comments are turned off. You can customize the default behaviour in `config.yml`. To **turn on comments** just add `comments: true` to front matter using the page layout `layout: page`.
|
||||
|
||||
<small markdown="1">[Up to table of contents](#toc)</small>
|
||||
{: .text-right }
|
||||
|
||||
|
||||
|
||||
|
||||
## Responsive Videos
|
||||
|
||||
With foundation responsive videos are easy. [More ›](http://foundation.zurb.com/docs/components/flex_video.html)
|
||||
|
||||
<div class="flex-video">
|
||||
<iframe width="1280" height="720" src="//www.youtube.com/embed/WoHxoz_0ykI" frameborder="0" allowfullscreen></iframe>
|
||||
</div>
|
||||
|
||||
### Code to use for flexible videos
|
||||
|
||||
{% highlight html %}
|
||||
<div class="flex-video">
|
||||
<iframe with video />
|
||||
</div>
|
||||
{% endhighlight %}
|
||||
|
||||
|
||||
<img class="t60" src="{{ site.url }}/images/header_homepage_13.jpg">
|
||||
|
||||
## Images: Title, Thumbnails, Homepage {#images}
|
||||
|
||||
There are several types of images you can define via front matter. If you want to change the images used in the header have a look at [Style your Header]({{ site.url }}/headers/).
|
||||
|
||||
|
||||
### Title Images
|
||||
|
||||
~~~
|
||||
image:
|
||||
title: image.jpg
|
||||
~~~
|
||||
|
||||
|
||||
### Thumbnails
|
||||
|
||||
Thumbnails are used on archive pages like the [blog index][2]. They have a size of 150x150 pixels. Define them in front matter like this:
|
||||
|
||||
~~~
|
||||
image:
|
||||
thumb: thumbnail_image.jpg
|
||||
~~~
|
||||
|
||||
|
||||
### Homepage Image
|
||||
|
||||
If you want to feature an article on the homepage with a huge image, than use the homepage image with a width of 970 pixels. If no homepage image is defined *Feeling Responsive* writes instead *New Blog Articles* over the blog entries. Define the homepage image like this:
|
||||
|
||||
~~~
|
||||
image:
|
||||
homepage: header_homepage_13.jpg
|
||||
~~~
|
||||
|
||||
|
||||
|
||||
### Captions with URL
|
||||
|
||||
Sometimes you want to give credit to the creator of your images, maybe with a link. Especially when you use Creative Commons-images like I do for this website. Just add the following front matter and *Feeling Responsive* does the rest:
|
||||
|
||||
~~~
|
||||
image:
|
||||
title: header_image.jpg
|
||||
caption: Image by Phlow
|
||||
caption_url: "http://phlow.de/"
|
||||
~~~
|
||||
|
||||
### Define all images for an article
|
||||
|
||||
~~~
|
||||
image:
|
||||
title: title_image.jpg
|
||||
thumb: thumbnail_image.jpg
|
||||
homepage: header_homepage_13.jpg
|
||||
caption: Image by Phlow
|
||||
caption_url: "http://phlow.de/"
|
||||
~~~
|
||||
|
||||
|
||||
<small markdown="1">[Up to table of contents](#toc)</small>
|
||||
{: .text-right }
|
||||
|
||||
|
||||
## Create a Table of Content
|
||||
{: .t60}
|
||||
|
||||
With the Kramdown parser for Markdown you can render a table of contents for your documents. Just insert the following HTML in your post before the actual content. More information on [»Automatic ›Table of Contents‹ Generation«][1].
|
||||
|
||||
### Bare Bones Version
|
||||
{% highlight html %}
|
||||
### Table of Contents
|
||||
* Auto generated table of contents
|
||||
{:toc}
|
||||
{% endhighlight %}
|
||||
|
||||
### Foundation panel version
|
||||
|
||||
{% highlight html %}
|
||||
<div class="panel radius" markdown="1">
|
||||
**Table of Contents**
|
||||
{: #toc }
|
||||
* TOC
|
||||
{:toc}
|
||||
</div>
|
||||
{% endhighlight %}
|
||||
<small markdown="1">[Up to table of contents](#toc)</small>
|
||||
{: .text-right }
|
||||
|
||||
## Breadcrumbs
|
||||
|
||||
To turn on breadcrumbs, just use...
|
||||
|
||||
{% highlight html %}
|
||||
breadcrumb: true
|
||||
{% endhighlight %}
|
||||
|
||||
|
||||
## Includes
|
||||
{: .t60}
|
||||
|
||||
Includes can be very helpful to spice up your content. You can use includes in your Markdown-files with ease: Just call them with some Liquid code.
|
||||
|
||||
### list-posts.html
|
||||
|
||||
The `list-posts.html`-include is a loop to list posts. It's a helper to add some additional content fast and easy. You can use it in individual posts for example. Which parameters you use, depends on you.
|
||||
|
||||
Possible parameter for the loop:
|
||||
|
||||
- entries › define the number of entries to show
|
||||
- offset › define the offset (number of entries to skip before displaying the first one)
|
||||
- category › define **only one** category to display according entries
|
||||
|
||||
The loop looks when you use all parameters. Single parameters are possible of course.
|
||||
|
||||
~~~
|
||||
{% raw %}{% include list-posts.html entries='3' offset='1' category='design' %}{% endraw %}
|
||||
~~~
|
||||
|
||||
### next-previous-post-in-category.html
|
||||
|
||||
This include creates a next/previous link to a post of the same category using the first categories-variable in front matter.
|
||||
|
||||
~~~
|
||||
{% raw %}{% include next-previous-post-in-category.html %}{% endraw %}
|
||||
~~~
|
||||
|
||||
|
||||
### improve_content.html
|
||||
|
||||
If your content is on Jekyll you can use this include to automatically generate a »Edit on GitHub Link« to give people a possibility to improve your content. Got the idea from [Ben Balters Blog](http://ben.balter.com/).
|
||||
|
||||
~~~
|
||||
{% raw %}{% include improve_content.html %}{% endraw %}
|
||||
~~~
|
||||
|
||||
|
||||
### list-collection.html
|
||||
|
||||
This include lets you loop through a collection to list all entries in that collection. If you set »published: false« in front matter of a collection page the page gots filtered out via unless. The following example loops through a collection called *wordpress*.
|
||||
|
||||
~~~
|
||||
{% raw %}{% include list-collection.html collection='wordpress' %}{% endraw %}
|
||||
~~~
|
||||
|
||||
|
||||
### alert – Embed an alert in your content
|
||||
|
||||
This include lets you easily display an alert. To use the include no `.html` ending is necessary. You can use five different kinds of alerts: `warning`, `info`, `success`, `alert` and `text`.
|
||||
|
||||
~~~
|
||||
{% raw %}{% include alert warning='This is a warning.' %}
|
||||
{% include alert info='An info box.' %}
|
||||
{% include alert success='Yeah, you made it!' %}
|
||||
{% include alert alert='Danger!' %}
|
||||
{% include alert terminal='jekyll -serve' %}
|
||||
{% include alert text='Just a note!' %}{% endraw %}
|
||||
~~~
|
||||
|
||||
{% include alert warning='This is a warning.' %}
|
||||
{% include alert info='An info box.' %}
|
||||
{% include alert success='Yeah, you made it!' %}
|
||||
{% include alert alert='Danger!' %}
|
||||
{% include alert terminal='jekyll -serve' %}
|
||||
{% include alert text='Just a note!' %}
|
||||
|
||||
You can even use `<html>`-tags inside the alert. Beware: Use " and ' properly.
|
||||
|
||||
~~~
|
||||
{% raw %}{% include alert info='<em>Feeling Responsive</em> is listed on <a href="http://jekyllthemes.org/">http://jekyllthemes.org</a>' %}{% endraw %}
|
||||
~~~
|
||||
|
||||
{% include alert info='<em>Feeling Responsive</em> is listed on <a href="http://jekyllthemes.org/">http://jekyllthemes.org</a>' %}
|
||||
|
||||
<small markdown="1">[Up to table of contents](#toc)</small>
|
||||
{: .text-right }
|
||||
|
||||
|
||||
## Javascript/Foundation modules
|
||||
|
||||
*Feeling Responsive* uses the foundation framework and some of its javascript components. I reduced the modules, to decrease page load and make the theme faster.
|
||||
|
||||
I only added one other javascript-module: [`backstretch`][3] by Scott Robbin. These modules are currently used by the theme and included in `javascript.min.js`. There is also a non-minified version, if you want to take a closer look: `javascript.js`.
|
||||
|
||||
~~~
|
||||
/foundation/bower_components/foundation/js/vendor/jquery.js'
|
||||
/foundation/bower_components/foundation/js/vendor/fastclick.js'
|
||||
/foundation/bower_components/foundation/js/foundation.accordion.js'
|
||||
/foundation/bower_components/foundation/js/foundation.clearing.js'
|
||||
/foundation/bower_components/foundation/js/foundation.dropdown.js'
|
||||
/foundation/bower_components/foundation/js/foundation.equalizer.js'
|
||||
/foundation/bower_components/foundation/js/foundation.magellan.js'
|
||||
/foundation/bower_components/foundation/js/foundation.topbar.js'
|
||||
/foundation/js/jquery.backstretch.js'
|
||||
~~~
|
||||
|
||||
{% include improve_content.html %}
|
||||
|
||||
</div><!-- /.medium-8.columns -->
|
||||
</div><!-- /.row -->
|
||||
|
||||
[1]: http://kramdown.gettalong.org/converter/html.html#toc
|
||||
[2]: {{ site.url }}/blog/
|
||||
[3]: http://srobbin.com/jquery-plugins/backstretch/
|
||||
[4]: #
|
||||
[5]: #
|
||||
[6]: #
|
||||
[7]: #
|
||||
[8]: #
|
||||
[9]: #
|
||||
[10]: #
|
|
@ -1,15 +0,0 @@
|
|||
---
|
||||
layout: page
|
||||
show_meta: false
|
||||
subheadline: "Header"
|
||||
title: "Style your Header!"
|
||||
teaser: "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."
|
||||
header:
|
||||
image_fullwidth: "header_unsplash_5.jpg"
|
||||
permalink: "/headers/"
|
||||
---
|
||||
<ul>
|
||||
{% for post in site.tags.header %}
|
||||
<li><a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
|
@ -1,51 +0,0 @@
|
|||
---
|
||||
layout: page
|
||||
title: "About"
|
||||
subheadline: "Why another Jekyll Theme?"
|
||||
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 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, 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 3.0
|
||||
* Multiple possibilities to use images in different ways
|
||||
* Fine typography
|
||||
|
||||
|
||||
|
||||
## 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. 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.
|
||||
|
||||
#### Since then, fork it!
|
||||
|
||||
Yours sincerelly, [Moritz »mo.« Sauer][7]
|
||||
|
||||
|
||||
[1]: http://mademistakes.com/about/
|
||||
[2]: http://mademistakes.com/work/jekyll-themes/
|
||||
[3]: http://automattic.com/
|
||||
[4]: http://alistapart.com/
|
||||
[5]: http://www.smashingmagazine.com/
|
||||
[6]: https://github.com/
|
||||
[7]: http://sauer.io
|
||||
[8]: #
|
||||
[9]: #
|
||||
[10]: #
|
|
@ -1,55 +0,0 @@
|
|||
---
|
||||
layout: page
|
||||
title: "Roadmap"
|
||||
subheadline: "ToDo-List & Ideas"
|
||||
teaser: "Here are some ideas and features I want to implement in the future."
|
||||
header:
|
||||
image_fullwidth: "header_roadmap_3.jpg"
|
||||
permalink: "/roadmap/"
|
||||
---
|
||||
|
||||
## Ideas and possible new features
|
||||
{: .t30 }
|
||||
|
||||
* Get rid of Backstretch.js and solve it with pure CSS
|
||||
* Layout/Template for category-archives
|
||||
* Layout/Template for collections
|
||||
* Layout/Template for Landingpage
|
||||
* Clean bare-bones version of *Feeling Responsive*
|
||||
* Even better responsive typography
|
||||
* Google AdSense ads
|
||||
* More post-formats for blogging like special post formats for links, audio, tweets,...
|
||||
* Make a [video-sitemap.xml](https://support.google.com/webmasters/answer/80472?hl=en)
|
||||
|
||||
|
||||
|
||||
## Done
|
||||
|
||||
* [<s>Add schema.org Markup for Videos</s>](https://support.google.com/webmasters/answer/2413309?hl=en)
|
||||
* [<s>Submit <em>Feeling Responsive</em> to jekyllthemes.org</s>](http://jekyllthemes.org/themes/feeling-responsive/)
|
||||
* <s>Use `style` in front matter to inject css-styles into `<head></s>
|
||||
* <s>Add include to loop through collections</s>
|
||||
* <s>Now with optional caption for header</s>
|
||||
* [<s>Refined humans.txt</s>](http://humanstxt.org/)
|
||||
* [<s>Produce an introduction video to showcase *Feeling Responsive*</s>](https://www.youtube.com/embed/3b5zCFSmVvU)
|
||||
* [<s>Additional header with text</s>]({{ site.url }}/headers/)
|
||||
* <s>Added Google Analtics support</s>
|
||||
* [<s>Add redirection layout by KanishkKanishk</s>](http://codingtips.kanishkkunal.in/redirects-jekyll-github-pages/)
|
||||
* <s>Convert Foundation Sass to use native Jekyll Sass support</s>
|
||||
* <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/)
|
||||
* [<s>Add simple search box with Google</s>](http://truongtx.me/2012/12/28/jekyll-create-simple-search-box/)
|
||||
* <s>Alternative non-landscape header</s>
|
||||
* <s>Patterns for header</s>
|
||||
* <s>Clean up color scheme and highlighting colors</s>
|
||||
* <s>Make theme translation ready</s>
|
||||
* [<s>Add draft-templates for new pages/posts</s>](https://github.com/Phlow/feeling-responsive/tree/gh-pages/_drafts)
|
||||
* [<s>Step-by-Step-Guide to customize *Feeling Responsive*</s>]({{ site.url }}/getting-started/)
|
||||
* [<s>Video-Post-Format to feature videos in a huge way</s>]({{ site.url }}/design/video/)
|
||||
* <s>Title and captions for images</s>
|
||||
* <s>SEO › Add metadescription to header.html and front matter</s>
|
||||
* [<s>Adding Open Graph for Jekyll</s>](https://gist.github.com/pathawks/1406355)
|
||||
* [<s>Gallery Post Example</s>]({{ site.url }}/design/gallery/)
|
||||
* [<s>Adding pagination</s>](http://jekyllrb.com/docs/pagination/)
|
Reference in a new issue