document how to use `authors`

This commit is contained in:
Ben Balter 2016-02-21 13:55:49 -05:00
parent f1cdf62b53
commit 739be5a785
1 changed files with 2 additions and 0 deletions

View File

@ -124,6 +124,8 @@ There are several ways to convey this author-specific information. Author inform
In the above example, the author `benbalter`'s Twitter handle will be resolved to `@jekyllrb`. This allows you to centralize author information in a single `_data/authors` file for site with many authors that require more than just the author's username.
*Pro-tip: If `authors` is present in the document's front matter as an array (and `author` is not), the plugin will use the first author listed, as Twitter supports only one author.*
4. An author in the document's front matter (the simplest way), e.g.:
```yml