GenerateFeeds.

WithAtomPath(ContextConfig) Method

Summary

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

Syntax

public GenerateFeeds WithAtomPath(ContextConfig atomPath)

Parameters

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

Return Value

Type Description
GenerateFeeds The current module instance.
GitHub