Skip to content

Commit e12be7b

Browse files
author
Moritz »mo.« Sauer
committed
Update Dokumentation
1 parent bfe6481 commit e12be7b

3 files changed

Lines changed: 18 additions & 10 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
layout: page
33
title: "Wonderful Typography"
44
subtitle: "Reading Experience"
5+
meta_description: "Feeling Responsive uses Volkhov for headlines, Lato for everything else and if you are in need to show some code, it will be in Lucida Console."
56
description: "<em>Feeling Responsive</em> uses Volkhov for headlines, Lato for everything else and if you are in need to show some code, it will be in Lucida Console."
67
image:
78
header: "no"

documentation.md

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -56,37 +56,42 @@ permalink: "/documentation/"
5656

5757

5858

59-
## Possibilites to style your content {#styling}
59+
## Style your content with {#styling}
6060

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. This article shows the different possibilites.
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.
6262

63-
## Subtitles
63+
64+
### Subtitles
6465
If you need a subheadline for an article, just define a subheadline in front matter like this:
6566

6667
`subtitle: "Subheadline"`
6768

6869

69-
70-
## How to use images {#images}
70+
### Different images: Header, Title, Thumbnails {#images}
7171

7272
There are four types of images you can define via frontmatter: thumbnails, header images, title images and images in your article.
7373

74-
### Thumbnails
7574

76-
Thumbnails are used on archive pages like the [blog index][2]. Define them in front matter like this:
75+
### Header Images
76+
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.
7778

7879
~~~
7980
image:
80-
thumb: thumbnail_image.jpg
81+
header: thumbnail_image.jpg
8182
~~~
8283

83-
### Header Images
84+
85+
### Thumbnails
86+
87+
Thumbnails are used on archive pages like the [blog index][2]. Define them in front matter like this:
8488

8589
~~~
8690
image:
87-
header: thumbnail_image.jpg
91+
thumb: thumbnail_image.jpg
8892
~~~
8993

94+
9095
### Title Images
9196

9297
~~~
@@ -96,6 +101,7 @@ image:
96101

97102
You can choose to show a special full-width header image or not.
98103

104+
99105
### Define all three images
100106

101107
~~~

roadmap.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ permalink: "/roadmap/"
1212

1313
* Produce an introduction video to showcase *Feeling Responsive*
1414
* Produce some small tutorials to show features and how to customize *Feeling Responsive*
15+
* Title and Credit for images
1516
* Optimize HTML and use Schema.org-Attributes
1617
* <s>SEO › Add metadescription to header.html and front matter</s>
1718
* Add draft-templates for new pages/posts

0 commit comments

Comments
 (0)