RenderBlogPostsSettings Class

Summary

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

Syntax

public class RenderBlogPostsSettings

Properties

Name Value Summary
Layout DocumentConfig
The Razor layout to use.
Pipelines string[]
The pipelines from which to get page documents.
PublishedKey string
The metadata key where System.DateTime published dates are stored for each post.
GitHub