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
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ header:
24
24
25
25
## Edit Navigation {#edit-navigation}
26
26
27
-
To customize the navigation of *Feeling Responsive*, you have to open the [YAML](https://jekyllrb.com/docs/datafiles/)-file `_data/navigation.yml`. Edit the data and adjust it to your own needs.
27
+
To customize the navigation of *Feeling Responsive*, edit the [YAML](https://jekyllrb.com/docs/datafiles/)-file `_data/navigation.yml`.
28
28
29
29
## Different Page/Posts Formats {#formats}
30
30
@@ -40,7 +40,7 @@ If you want to show the sidebar, just enter `sidebar: left` or `sidebar: right`
40
40
41
41
42
42
### Page/Post with or without metadata
43
-
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`.
43
+
You can show metadata, such as categories, tags and a date at the end of the page, just enter `show_meta: true`. By default, it's turned on. You can change it via `_config.yml`. To turn off metadata, enter`show_meta: false`.
44
44
45
45
46
46
@@ -66,7 +66,7 @@ use in front matter via: `layout: video`
66
66
67
67
## Style your content with {#styling}
68
68
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.
69
+
Feeling Responsive offers different options to style your article content. There are elements like subheadlines, feature images, header images, homepage images, meta data like categories and tags and many more.
70
70
71
71
72
72
### subheadlines
@@ -103,7 +103,7 @@ By default comments are turned off. You can customize the default behaviour in `
103
103
104
104
## Responsive Videos
105
105
106
-
With foundation responsive videos are easy. [More ›](http://foundation.zurb.com/docs/components/flex_video.html)
106
+
With foundation, responsive videos are easy. [More ›](http://foundation.zurb.com/docs/components/flex_video.html)
@@ -122,7 +122,7 @@ With foundation responsive videos are easy. [More ›](http://foundation.zurb.co
122
122
123
123
## Images: Title, Thumbnails, Homepage {#images}
124
124
125
-
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 }}{{ site.baseurl }}/headers/).
125
+
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 }}{{ site.baseurl }}/headers/).
126
126
127
127
128
128
### Title Images
@@ -154,7 +154,7 @@ image:
154
154
155
155
### Captions with URL
156
156
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:
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:
158
158
159
159
~~~
160
160
image:
@@ -182,7 +182,7 @@ image:
182
182
## Create a Table of Contents
183
183
{: .t60}
184
184
185
-
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].
185
+
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].
186
186
187
187
### Bare Bones Version
188
188
{% highlight html %}
@@ -244,23 +244,23 @@ This include creates a next/previous link to a post of the same category using t
244
244
245
245
### improve_content
246
246
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/).
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/).
248
248
249
249
~~~
250
250
{% raw %}{% include _improve_content.html %}{% endraw %}
251
251
~~~
252
252
253
253
### list-collection
254
254
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*.
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*.
256
256
257
257
~~~
258
258
{% raw %}{% include list-collection collection='wordpress' %}{% endraw %}
259
259
~~~
260
260
261
261
### alert – Embed an alert in your content
262
262
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`.
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`.
264
264
265
265
~~~
266
266
{% raw %}{% include alert warning='This is a warning.' %}
@@ -291,7 +291,7 @@ You can even use `<html>`-tags inside the alert. Beware: Use " and ' properly.
291
291
292
292
## Javascript/Foundation modules
293
293
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.
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.
295
295
296
296
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`.
0 commit comments