Pennington 0.0.1
See the version list below for details.
dotnet add package Pennington --version 0.0.1
NuGet\Install-Package Pennington -Version 0.0.1
<PackageReference Include="Pennington" Version="0.0.1" />
<PackageVersion Include="Pennington" Version="0.0.1" />
<PackageReference Include="Pennington" />
paket add Pennington --version 0.0.1
#r "nuget: Pennington, 0.0.1"
#:package Pennington@0.0.1
#addin nuget:?package=Pennington&version=0.0.1
#tool nuget:?package=Pennington&version=0.0.1
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.1.2)
- Mdazor (>= 0.0.0-alpha.0.13)
- System.ServiceModel.Syndication (>= 10.0.5)
- 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.1.2)
- Mdazor (>= 0.0.0-alpha.0.13)
- System.ServiceModel.Syndication (>= 10.0.5)
- Testably.Abstractions (>= 10.2.0)
- TextMateSharp (>= 2.0.3)
- TextMateSharp.Grammars (>= 2.0.3)
- YamlDotNet (>= 16.3.0)
NuGet packages (11)
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.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. |
|
|
Pennington.BlogSite
Blog site template for Pennington |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.1.8 | 141 | 7/12/2026 |
| 0.1.8-alpha.0.1 | 48 | 7/12/2026 |
| 0.1.7 | 250 | 7/10/2026 |
| 0.1.6 | 108 | 7/10/2026 |
| 0.1.6-alpha.0.32 | 62 | 7/10/2026 |
| 0.1.6-alpha.0.31 | 59 | 7/10/2026 |
| 0.1.6-alpha.0.30 | 66 | 7/10/2026 |
| 0.1.6-alpha.0.29 | 52 | 7/10/2026 |
| 0.1.6-alpha.0.28 | 72 | 7/7/2026 |
| 0.1.6-alpha.0.27 | 48 | 7/7/2026 |
| 0.1.6-alpha.0.24 | 54 | 7/7/2026 |
| 0.1.6-alpha.0.22 | 55 | 7/7/2026 |
| 0.1.6-alpha.0.21 | 47 | 7/7/2026 |
| 0.1.6-alpha.0.14 | 53 | 7/4/2026 |
| 0.1.6-alpha.0.13 | 64 | 6/30/2026 |
| 0.1.6-alpha.0.12 | 58 | 6/25/2026 |
| 0.1.6-alpha.0.11 | 59 | 6/24/2026 |
| 0.1.6-alpha.0.10 | 56 | 6/24/2026 |
| 0.1.6-alpha.0.9 | 73 | 6/24/2026 |
| 0.0.1 | 97 | 4/10/2026 |