Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 6 additions & 12 deletions pages/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ 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.
Expand All @@ -88,6 +85,12 @@ Quotes mix it up a little bit, if you write long articles. So use quotes:
<small markdown="1">[Up to table of contents](#toc)</small>
{: .text-right }

{% hightlight html %}
> 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 }
{% endhighlight %}

## Comments

Expand All @@ -98,9 +101,6 @@ By default comments are turned off. You can customize the default behaviour in `
<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)
Expand Down Expand Up @@ -152,8 +152,6 @@ 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:
Expand Down Expand Up @@ -244,7 +242,6 @@ This include creates a next/previous link to a post of the same category using t
{% raw %} {% include next-previous-post-in-category %}{% endraw %}
~~~


### improve_content

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/).
Expand All @@ -253,7 +250,6 @@ If your content is on Jekyll you can use this include to automatically generate
{% raw %}{% include _improve_content.html %}{% endraw %}
~~~


### list-collection

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*.
Expand All @@ -262,7 +258,6 @@ This include lets you loop through a collection to list all entries in that coll
{% raw %}{% include list-collection 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`.
Expand Down Expand Up @@ -294,7 +289,6 @@ You can even use `<html>`-tags inside the alert. Beware: Use " and ' properly.
<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.
Expand Down