Features
Core
- Sub-millisecond builds — pages compile in under 1 ms each; the whole site rebuilds in seconds even at hundreds of pages
- Single binary — download one file, no runtime or dependencies required
- Cross-platform — Linux, macOS, and Windows all supported
- Live reload —
sucos serverebuilds and refreshes your browser on every save
Content
- Markdown with Markdig (tables, footnotes, alerts, code fences)
- YAML front matter for metadata (
Title,Date,Tags,Draft, customParams) - Sections, subsections, and nested content hierarchies
- Aliases — redirect old URLs to new ones without breaking links
- Draft, future, and expired content controlled per page and per build
URLs
- Clean, configurable URL patterns
- Permalink overrides per page
- Pretty URL support (e.g.
/blog/my-post/instead of/blog/my-post.html)
Templating
- Liquid templates via the Fluid engine
- Full
pageandsiteobjects available in every template - Partials for reusable components
- Output formats — generate HTML, RSS, sitemap, or any custom format from the same content
Pagination
page.Paginatorobject on list pages (Count,Current,Prev,Next,PageItems, ...)paginateLiquid filter for template-driven pagination- Built-in pagination partial — works out of the box, override when needed
- Configurable items per page and URL path
SEO & Discovery
- Automatic
sitemap.xmlgeneration - RSS feeds
- Canonical URLs
- Twitter/OpenGraph meta support (via theme)
Developer experience
- C# API documentation generator — scan your .NET source and publish it as a site section
validate-linkscommand — check for broken internal and external links- GitLab CI/CD example included