GenerateFeeds.

WithRssPath(ContextConfig) Method

Summary

Sets the path to the generated RSS file. The default behavior is to generate a RSS feed with a path of "feed.rss".
Assembly
Wyam.Feeds.dll
Namespace
Wyam.Feeds
Containing Type
GenerateFeeds

Syntax

public GenerateFeeds WithRssPath(ContextConfig rssPath)

Parameters

Name Type Description
rssPath ContextConfig A delegate that should return a Wyam.Common.IO.FilePath for the RSS path. If the delegate is null or returns null, no RSS file will be generated.

Return Value

Type Description
GenerateFeeds The current module instance.
GitHub