author
The WordPress Jekyll importer will save information about the original post author.
In this instance, author is a simple string with the author’s full name.
---
author: John Smith
---
Inconsistant Behavior
Other importers use a more YAMLly way of importing author information.
---
author:
name: "John Smith"
url: "http://example.com/john-smith"
image: "http://example.com/john-smith.png"
---