Summary
Sets the feed author. The default value is the value for the "Author" key
in the global metadata.
- Assembly
- Wyam
.Feeds .dll - Namespace
- Wyam
.Feeds - Containing Type
- GenerateFeeds
Syntax
public GenerateFeeds WithFeedAuthor(ContextConfig feedAuthor)
Parameters
| Name | Type | Description |
|---|---|---|
| feedAuthor | ContextConfig | A delegate that should return a string with
the feed author. |
Return Value
| Type | Description |
|---|---|
| GenerateFeeds | The current module instance. |
