This documentation is also published as Markdown for efficient machine reading: the whole site is indexed at /llms.txt, and every page has a clean Markdown copy under /_llms/. These are generated from the same source and cost far fewer tokens to read than this rendered HTML.

Skip to main content Skip to navigation

BlogFeature Pennington.DocSite

Marker resolved by the DocSite chrome and blog pages to know whether the blog is active. The blog activates only when markdown articles exist under the content project's blog folder at startup.

Properties

Enabled bool
True when the blog content folder contains at least one post.

Constructors

BlogFeature

#
public BlogFeature(bool Enabled)

Marker resolved by the DocSite chrome and blog pages to know whether the blog is active. The blog activates only when markdown articles exist under the content project's blog folder at startup.

Parameters

Enabled bool
True when the blog content folder contains at least one post.

Pennington.DocSite.BlogFeature

namespace Pennington.DocSite;

/// Marker resolved by the DocSite chrome and blog pages to know whether the blog is active. The blog activates only when markdown articles exist under the content project's blog folder at startup.
public record BlogFeature
{
    /// Marker resolved by the DocSite chrome and blog pages to know whether the blog is active. The blog activates only when markdown articles exist under the content project's blog folder at startup.
    
public BlogFeature(bool Enabled)
; /// True when the blog content folder contains at least one post.
public bool Enabled { get; set; }
}