Skip to content

Commit 0956f1f

Browse files
inetbizPhlow
authored andcommitted
Update documentation.md (Phlow#184)
* Update documentation.md Updates issue Phlow#183 with proposed changes. * update documentation.md issue Phlow#183 switch to highlighter syntax
1 parent b26f7e5 commit 0956f1f

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

pages/documentation.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ use in front matter via: `layout: video`
6464
<small markdown="1">[Up to table of contents](#toc)</small>
6565
{: .text-right }
6666

67-
68-
69-
7067
## Style your content with {#styling}
7168

7269
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:
8885
<small markdown="1">[Up to table of contents](#toc)</small>
8986
{: .text-right }
9087

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 %}
9194

9295
## Comments
9396

@@ -98,9 +101,6 @@ By default comments are turned off. You can customize the default behaviour in `
98101
<small markdown="1">[Up to table of contents](#toc)</small>
99102
{: .text-right }
100103

101-
102-
103-
104104
## Responsive Videos
105105

106106
With foundation responsive videos are easy. [More ›](http://foundation.zurb.com/docs/components/flex_video.html)
@@ -152,8 +152,6 @@ image:
152152
homepage: header_homepage_13.jpg
153153
~~~
154154
155-
156-
157155
### Captions with URL
158156
159157
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
244242
{% raw %} {% include next-previous-post-in-category %}{% endraw %}
245243
~~~
246244
247-
248245
### improve_content
249246
250247
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
253250
{% raw %}{% include _improve_content.html %}{% endraw %}
254251
~~~
255252
256-
257253
### list-collection
258254
259255
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
262258
{% raw %}{% include list-collection collection='wordpress' %}{% endraw %}
263259
~~~
264260
265-
266261
### alert – Embed an alert in your content
267262
268263
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.
294289
<small markdown="1">[Up to table of contents](#toc)</small>
295290
{: .text-right }
296291
297-
298292
## Javascript/Foundation modules
299293
300294
*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

Comments
 (0)