FeedsSettings Class

Summary

Settings for the Wyam.Web.Pipelines.Feeds pipeline.
Assembly
Wyam.Web.dll
Namespace
Wyam.Web.Pipelines
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["FeedsSettings"] class Type type-node

Syntax

public class FeedsSettings

Properties

Name Value Summary
AtomPath ContextConfig
A delegate that returns the Atom path to use.
Customization Func<GenerateFeeds, GenerateFeeds>
Allows customization of the Wyam.Feeds.GenerateFeeds module for setting metadata fields, etc.
Pipelines string[]
The name of pipelines from which feed items should be taken.
RdfPath ContextConfig
A delegate that returns the RDF path to use.
RssPath ContextConfig
A delegate that returns the RSS path to use.
GitHub