WithItemAuthor(Config<string>) Method
Sets the item author. The default value is the value for the "Author" key in the input document.
Namespace
Statiq.Feeds
Containing Type
GenerateFeeds

Syntax

public GenerateFeeds WithItemAuthor(Config<string> itemAuthor)

Parameters

Name Type Description
itemAuthor Config<string> The item author.

Return Value

Type Description
GenerateFeeds The current module instance.