GenerateFeeds.

WithFeedTitle(ContextConfig) Method

Summary

Sets the feed title. The default value is the value for the "Title" key in the global metadata.
Assembly
Wyam.Feeds.dll
Namespace
Wyam.Feeds
Containing Type
GenerateFeeds

Syntax

public GenerateFeeds WithFeedTitle(ContextConfig feedTitle)

Parameters

Name Type Description
feedTitle ContextConfig A delegate that should return a string with the feed title.

Return Value

Type Description
GenerateFeeds The current module instance.
GitHub