Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillmer committed Jun 2, 2016
1 parent c70ee9d commit 2e98ba3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2e98ba3

Please sign in to comment.