Skip to content

Commit 0d362e8

Browse files
authored
Update documentation.md (Phlow#256)
1 parent 6b298e4 commit 0d362e8

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

pages/documentation.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ header:
2424

2525
## Edit Navigation {#edit-navigation}
2626

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`.
2828

2929
## Different Page/Posts Formats {#formats}
3030

@@ -40,7 +40,7 @@ If you want to show the sidebar, just enter `sidebar: left` or `sidebar: right`
4040

4141

4242
### 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`.
4444

4545

4646

@@ -66,7 +66,7 @@ use in front matter via: `layout: video`
6666

6767
## Style your content with {#styling}
6868

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.
7070

7171

7272
### subheadlines
@@ -103,7 +103,7 @@ By default comments are turned off. You can customize the default behaviour in `
103103

104104
## Responsive Videos
105105

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)
107107

108108
<div class="flex-video">
109109
<iframe width="1280" height="720" src="//www.youtube.com/embed/WoHxoz_0ykI" frameborder="0" allowfullscreen></iframe>
@@ -122,7 +122,7 @@ With foundation responsive videos are easy. [More ›](http://foundation.zurb.co
122122
123123
## Images: Title, Thumbnails, Homepage {#images}
124124
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/).
126126
127127
128128
### Title Images
@@ -154,7 +154,7 @@ image:
154154
155155
### Captions with URL
156156
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:
158158
159159
~~~
160160
image:
@@ -182,7 +182,7 @@ image:
182182
## Create a Table of Contents
183183
{: .t60}
184184
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].
186186
187187
### Bare Bones Version
188188
{% highlight html %}
@@ -244,23 +244,23 @@ This include creates a next/previous link to a post of the same category using t
244244
245245
### improve_content
246246
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/).
248248
249249
~~~
250250
{% raw %}{% include _improve_content.html %}{% endraw %}
251251
~~~
252252
253253
### list-collection
254254
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*.
256256
257257
~~~
258258
{% raw %}{% include list-collection collection='wordpress' %}{% endraw %}
259259
~~~
260260
261261
### alert – Embed an alert in your content
262262
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`.
264264
265265
~~~
266266
{% 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.
291291
292292
## Javascript/Foundation modules
293293
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.
295295
296296
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`.
297297

0 commit comments

Comments
 (0)