Sets the feed author. The default value is the value for the "Author" key
in the global metadata.
- Namespace
- Statiq
.Feeds - Containing Type
- GenerateFeeds
Syntax
public GenerateFeeds WithFeedAuthor(string feedAuthor)
Parameters
Name | Type | Description |
---|---|---|
feedAuthor | string | The feed author. |
Return Value
Type | Description |
---|---|
GenerateFeeds | The current module instance. |