Archive |
Generates an optionally grouped and paged archive for a set of documents from defined pipelines.
|
ArchiveSettings |
Settings for the Wyam.Web.Pipelines.Archive pipeline.
|
BlogPosts |
Loads blog posts from Markdown and/or Razor files.
|
BlogPostsSettings |
Settings for the Wyam.Web.Pipelines.BlogPosts pipeline.
|
ConditionalPipeline |
A Wyam.Common.Execution.Pipeline that wraps another pipeline and only executes it
if a condition is met.
|
Feeds |
Generates RSS, Atom, and/or RDF feeds.
|
FeedsSettings |
Settings for the Wyam.Web.Pipelines.Feeds pipeline.
|
Less |
Processes any Less stylesheets and outputs the resulting CSS files.
|
Pages |
Loads documentation content from Markdown and/or Razor files.
|
PagesSettings |
Settings for the Wyam.Web.Pipelines.Pages pipeline.
|
Redirects |
Generates any redirect placeholders and files.
|
RedirectsSettings |
Settings for the Wyam.Web.Pipelines.Redirects pipeline.
|
RenderBlogPosts |
Renders and outputs the blog posts using the template layouts.
This pipeline is designed to be used with documents from the Wyam.Web.Pipelines.BlogPosts pipeline.
|
RenderBlogPostsSettings |
Settings for the Wyam.Web.Pipelines.RenderBlogPosts pipeline.
|
RenderPages |
Renders and outputs the document content pages using the template layouts.
This pipeline is designed to be used with documents from the Wyam.Web.Pipelines.Pages pipeline.
|
RenderPagesSettings |
Settings for the Wyam.Web.Pipelines.RenderPages pipeline.
|
Resources |
Copies all other resources to the output path.
|
Sass |
Processes any Sass stylesheets and outputs the resulting CSS files.
|
Sitemap |
generate sitemap
|
ValidateLinks |
Validates links.
|
ValidateLinksSettings |
Settings for the Wyam.Web.Pipelines.ValidateLinks pipeline.
|