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
@@ -39,7 +39,6 @@ Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu
39
39
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
40
40
41
41
42
-
43
42
#### Forth <h4>-Heading
44
43
45
44
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
@@ -54,13 +53,16 @@ Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu
54
53
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
55
54
56
55
56
+
57
57
## Typographical Elements
58
58
59
59
Here you'll find the [complete list of HTML5-Tags][1] and this is how they look like.
60
60
61
+
61
62
### <hr> Horizontal Lines
62
63
<hr>
63
64
65
+
64
66
### <pre> Displaying Code
65
67
~~~
66
68
<html>
@@ -71,6 +73,7 @@ Here you'll find the [complete list of HTML5-Tags][1] and this is how they look
71
73
</html>
72
74
~~~
73
75
76
+
74
77
### <blockquote> Quotation
75
78
<blockquote>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</blockquote>
Copy file name to clipboardExpand all lines: documentation.md
+23-13Lines changed: 23 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,40 +55,40 @@ permalink: "/documentation/"
55
55
56
56
57
57
58
-
59
58
## Style your content with {#styling}
60
59
61
-
You can style your content in different ways. There are elements like subtitles, feature images, header images, meta data like categories and tags and many more.
60
+
Feeling Responsive offers lots of possibilities to style your articles. You can style your content in different ways. There are elements like subtitles, feature images, header images, meta data like categories and tags and many more.
62
61
63
62
64
63
### Subtitles
64
+
65
65
If you need a subheadline for an article, just define a subheadline in front matter like this:
66
66
67
67
`subtitle: "Subheadline"`
68
68
69
+
### Quotes
69
70
70
-
### Different images: Header, Title, Thumbnails {#images}
71
+
Quotes mix it up a little bit, if you write long articles. So use quotes:
71
72
72
-
There are four types of images you can define via frontmatter: thumbnails, header images, title images and images in your article.
73
+
> Age is an issue of mind over matter. If you don't mind, it doesn't matter.
74
+
<cite>Mark Twain</cite>
73
75
74
76
75
-
### Header Images
76
77
77
-
Header images are displayed right under the top navigation. We use Backstretch to expand them from left to right. The width should be 1600 pixel or higher and in a ratio like 16:9 or 21:9 or 2:1.
78
78
79
-
~~~
80
-
image:
81
-
header: thumbnail_image.jpg
82
-
~~~
83
79
80
+
## Images: Header, Title, Thumbnails {#images}
84
81
85
-
### Thumbnails
82
+
There are four types of images you can define via frontmatter: thumbnails, header images, title images and images in your article.
86
83
87
-
Thumbnails are used on archive pages like the [blog index][2]. Define them in front matter like this:
84
+
85
+
### Header Images
86
+
87
+
Header images are displayed right under the top navigation. We use Backstretch to expand them from left to right. The width should be 1600 pixel or higher and in a ratio like 16:9 or 21:9 or 2:1. <mark>If you don't want any header image just write `image_header: "no"` into front matter.</mark>
88
88
89
89
~~~
90
90
image:
91
-
thumb: thumbnail_image.jpg
91
+
header: thumbnail_image.jpg
92
92
~~~
93
93
94
94
@@ -102,6 +102,16 @@ image:
102
102
You can choose to show a special full-width header image or not.
103
103
104
104
105
+
### Thumbnails
106
+
107
+
Thumbnails are used on archive pages like the [blog index][2]. Define them in front matter like this:
0 commit comments