From 2e98ba3b0eb4acbbc19b14dab669586ee8c0c824 Mon Sep 17 00:00:00 2001 From: Jens Willmer Date: Thu, 2 Jun 2016 14:04:55 +0300 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 2b488977..a0383873 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,16 @@ Blogposts can be written in [Markdown](https://de.wikipedia.org/wiki/Markdown). After modifying `*.yml` files you need to restart jekyll to take effect. +Following features are supported in the header ([YAML Front Matter](https://jekyllrb.com/docs/frontmatter/)) of each post: + +``` +--- +title: Example +author: jwillmer +cover: /assets/mountain.jpg +redirect_from: /foo +--- +``` ## Features