Pennington 0.1.0-alpha.0.169
See the version list below for details.
dotnet add package Pennington --version 0.1.0-alpha.0.169
NuGet\Install-Package Pennington -Version 0.1.0-alpha.0.169
<PackageReference Include="Pennington" Version="0.1.0-alpha.0.169" />
<PackageVersion Include="Pennington" Version="0.1.0-alpha.0.169" />
<PackageReference Include="Pennington" />
paket add Pennington --version 0.1.0-alpha.0.169
#r "nuget: Pennington, 0.1.0-alpha.0.169"
#:package Pennington@0.1.0-alpha.0.169
#addin nuget:?package=Pennington&version=0.1.0-alpha.0.169&prerelease
#tool nuget:?package=Pennington&version=0.1.0-alpha.0.169&prerelease
Pennington
A content engine for .NET that turns Markdown into static sites, documentation portals, and blogs.
Features
- Markdown processing with front matter, syntax highlighting, tabbed content, and GitHub-style alerts
- Static site generation with automatic navigation, sitemaps, and RSS feeds
- Razor component library for navigation trees, code blocks, badges, and cards
- Utility-first CSS via MonorailCSS integration
- Documentation site template with built-in layouts, search, and content areas
- Blog site template for content-driven blogs
Installation
dotnet add package Pennington
Additional packages for specific features:
dotnet add package Pennington.UI # Razor components
dotnet add package Pennington.MonorailCss # Utility-first CSS
dotnet add package Pennington.DocSite # Documentation site template
dotnet add package Pennington.BlogSite # Blog site template
dotnet add package Pennington.Roslyn # Roslyn-based code extraction
Quick Start
var builder = WebApplication.CreateBuilder(args);
builder.Services.AddDocSite(() => new DocSiteOptions
{
SiteTitle = "My Docs",
Description = "Project documentation",
});
var app = builder.Build();
app.UseDocSite();
await app.RunDocSiteAsync(args);
Add Markdown files to a Content/ directory with YAML front matter:
---
title: Getting Started
order: 1
---
# Welcome
Your documentation content goes here.
Build a static site with:
dotnet run -- build
License
MIT
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. net11.0 is compatible. |
-
net10.0
- AngleSharp (>= 1.4.0)
- Markdig (>= 1.2.0)
- Mdazor (>= 0.0.0-alpha.0.14)
- Microsoft.AspNetCore.TestHost (>= 10.0.8)
- System.ServiceModel.Syndication (>= 10.0.8)
- Testably.Abstractions (>= 10.2.0)
- TextMateSharp (>= 2.0.3)
- TextMateSharp.Grammars (>= 2.0.3)
- YamlDotNet (>= 16.3.0)
-
net11.0
- AngleSharp (>= 1.4.0)
- Markdig (>= 1.2.0)
- Mdazor (>= 0.0.0-alpha.0.14)
- Microsoft.AspNetCore.TestHost (>= 10.0.8)
- System.ServiceModel.Syndication (>= 10.0.8)
- Testably.Abstractions (>= 10.2.0)
- TextMateSharp (>= 2.0.3)
- TextMateSharp.Grammars (>= 2.0.3)
- YamlDotNet (>= 16.3.0)
NuGet packages (9)
Showing the top 5 NuGet packages that depend on Pennington:
| Package | Downloads |
|---|---|
|
Pennington.UI
Razor component library for Pennington — navigation, code blocks, and content display |
|
|
Pennington.MonorailCss
MonorailCSS integration for Pennington providing utility-first CSS generation |
|
|
Pennington.DocSite
Documentation site template for Pennington with layouts, pages, and content resolution |
|
|
Pennington.BlogSite
Blog site template for Pennington |
|
|
Pennington.ApiMetadata.Reflection
Reflection-backed IApiMetadataProvider for Pennington — reads a compiled assembly plus its companion xmldoc XML file and surfaces them through the neutral API-metadata abstractions. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.1.0-alpha.0.278 | 0 | 6/2/2026 |
| 0.1.0-alpha.0.277 | 0 | 6/2/2026 |
| 0.1.0-alpha.0.276 | 0 | 6/2/2026 |
| 0.1.0-alpha.0.275 | 0 | 6/2/2026 |
| 0.1.0-alpha.0.273 | 31 | 6/2/2026 |
| 0.1.0-alpha.0.272 | 31 | 6/2/2026 |
| 0.1.0-alpha.0.271 | 26 | 6/2/2026 |
| 0.1.0-alpha.0.260 | 44 | 6/1/2026 |
| 0.1.0-alpha.0.259 | 44 | 6/1/2026 |
| 0.1.0-alpha.0.258 | 45 | 6/1/2026 |
| 0.1.0-alpha.0.257 | 46 | 6/1/2026 |
| 0.1.0-alpha.0.255 | 48 | 5/30/2026 |
| 0.1.0-alpha.0.253 | 44 | 5/30/2026 |
| 0.1.0-alpha.0.252 | 37 | 5/30/2026 |
| 0.1.0-alpha.0.251 | 46 | 5/30/2026 |
| 0.1.0-alpha.0.250 | 37 | 5/30/2026 |
| 0.1.0-alpha.0.249 | 42 | 5/30/2026 |
| 0.1.0-alpha.0.248 | 62 | 5/29/2026 |
| 0.1.0-alpha.0.169 | 46 | 5/15/2026 |
| 0.0.1 | 86 | 4/10/2026 |