Update Dokumentation
This commit is contained in:
parent
bfe64811df
commit
e12be7b9fe
3 changed files with 19 additions and 11 deletions
|
@ -2,6 +2,7 @@
|
|||
layout: page
|
||||
title: "Wonderful Typography"
|
||||
subtitle: "Reading Experience"
|
||||
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."
|
||||
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."
|
||||
image:
|
||||
header: "no"
|
|
@ -56,21 +56,32 @@ permalink: "/documentation/"
|
|||
|
||||
|
||||
|
||||
## Possibilites to style your content {#styling}
|
||||
## Style your content with {#styling}
|
||||
|
||||
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.
|
||||
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.
|
||||
|
||||
## Subtitles
|
||||
|
||||
### Subtitles
|
||||
If you need a subheadline for an article, just define a subheadline in front matter like this:
|
||||
|
||||
`subtitle: "Subheadline"`
|
||||
|
||||
|
||||
|
||||
## How to use images {#images}
|
||||
### Different images: Header, Title, Thumbnails {#images}
|
||||
|
||||
There are four types of images you can define via frontmatter: thumbnails, header images, title images and images in your article.
|
||||
|
||||
|
||||
### Header Images
|
||||
|
||||
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.
|
||||
|
||||
~~~
|
||||
image:
|
||||
header: thumbnail_image.jpg
|
||||
~~~
|
||||
|
||||
|
||||
### Thumbnails
|
||||
|
||||
Thumbnails are used on archive pages like the [blog index][2]. Define them in front matter like this:
|
||||
|
@ -80,12 +91,6 @@ image:
|
|||
thumb: thumbnail_image.jpg
|
||||
~~~
|
||||
|
||||
### Header Images
|
||||
|
||||
~~~
|
||||
image:
|
||||
header: thumbnail_image.jpg
|
||||
~~~
|
||||
|
||||
### Title Images
|
||||
|
||||
|
@ -96,6 +101,7 @@ image:
|
|||
|
||||
You can choose to show a special full-width header image or not.
|
||||
|
||||
|
||||
### Define all three images
|
||||
|
||||
~~~
|
||||
|
|
|
@ -12,6 +12,7 @@ permalink: "/roadmap/"
|
|||
|
||||
* Produce an introduction video to showcase *Feeling Responsive*
|
||||
* Produce some small tutorials to show features and how to customize *Feeling Responsive*
|
||||
* Title and Credit for images
|
||||
* Optimize HTML and use Schema.org-Attributes
|
||||
* <s>SEO › Add metadescription to header.html and front matter</s>
|
||||
* Add draft-templates for new pages/posts
|
||||
|
|
Reference in a new issue