Summary
Settings for the
Wyam.Web.Pipelines.BlogPosts pipeline.
- Assembly
- Wyam
.Web .dll - Namespace
- Wyam
.Web .Pipelines - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["BlogPostsSettings"]
class Type type-node
Syntax
public class BlogPostsSettings
Properties
| Name | Value | Summary |
|---|---|---|
| Include |
ContextConfig |
A delegate that returns a
bool indicating if post dates should be included in the output path.
|
| Markdown |
ContextConfig |
A delegate that returns the string configuration for the Markdown processor.
|
| Markdown |
ContextConfig |
A delegate that returns a sequence of
System.Type for Markdown extensions.
|
| PostsPath | ContextConfig |
A delegate that should return a
string with the path to blog post files.
|
| PrependLinkRoot | ContextConfig |
Set to
true to prepend a configured LinkRoot to all root-relative Markdown links.
|
| ProcessIncludes | DocumentConfig |
A delegate that returns a
bool indicating if documents should be processed with the Wyam.Core.Modules.IO.Include module.
|
| PublishedKey | string |
The metadata key where
System.DateTime published dates are stored for each post.
|
