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
Enabledbool- 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
Enabledbool- 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; }
}