You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/documentation.md
+6-12Lines changed: 6 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,9 +64,6 @@ use in front matter via: `layout: video`
64
64
<smallmarkdown="1">[Up to table of contents](#toc)</small>
65
65
{: .text-right }
66
66
67
-
68
-
69
-
70
67
## Style your content with {#styling}
71
68
72
69
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.
@@ -88,6 +85,12 @@ Quotes mix it up a little bit, if you write long articles. So use quotes:
88
85
<smallmarkdown="1">[Up to table of contents](#toc)</small>
89
86
{: .text-right }
90
87
88
+
{% hightlight html %}
89
+
> Age is an issue of mind over matter. If you don't mind, it doesn't matter.
90
+
<cite>Mark Twain</cite>
91
+
<small markdown="1">[Up to table of contents](#toc)</small>
92
+
{: .text-right }
93
+
{% endhighlight %}
91
94
92
95
## Comments
93
96
@@ -98,9 +101,6 @@ By default comments are turned off. You can customize the default behaviour in `
98
101
<smallmarkdown="1">[Up to table of contents](#toc)</small>
99
102
{: .text-right }
100
103
101
-
102
-
103
-
104
104
## Responsive Videos
105
105
106
106
With foundation responsive videos are easy. [More ›](http://foundation.zurb.com/docs/components/flex_video.html)
@@ -152,8 +152,6 @@ image:
152
152
homepage: header_homepage_13.jpg
153
153
~~~
154
154
155
-
156
-
157
155
### Captions with URL
158
156
159
157
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:
@@ -244,7 +242,6 @@ This include creates a next/previous link to a post of the same category using t
244
242
{% raw %} {% include next-previous-post-in-category %}{% endraw %}
245
243
~~~
246
244
247
-
248
245
### improve_content
249
246
250
247
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/).
@@ -253,7 +250,6 @@ If your content is on Jekyll you can use this include to automatically generate
253
250
{% raw %}{% include _improve_content.html %}{% endraw %}
254
251
~~~
255
252
256
-
257
253
### list-collection
258
254
259
255
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*.
@@ -262,7 +258,6 @@ This include lets you loop through a collection to list all entries in that coll
262
258
{% raw %}{% include list-collection collection='wordpress' %}{% endraw %}
263
259
~~~
264
260
265
-
266
261
### alert – Embed an alert in your content
267
262
268
263
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`.
@@ -294,7 +289,6 @@ You can even use `<html>`-tags inside the alert. Beware: Use " and ' properly.
294
289
<small markdown="1">[Up to table of contents](#toc)</small>
295
290
{: .text-right }
296
291
297
-
298
292
## Javascript/Foundation modules
299
293
300
294
*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.
0 commit comments