sourceman.se

Static site generator built with .NET Razor SSG, Markdig, and Kanagawa theming. Powers sourceman.se.

sourceman.se

Here is the mandatory "how this site was built post". A static site generator that powers sourceman.se, built with .NET Razor SSG and Markdig.

Features

  • Razor SSG — pre-renders Razor Pages to static HTML at build time
  • Markdown content — blog posts and project pages authored in markdown with YAML frontmatter
  • Terminal aesthetic — monospace typography, code-inspired UI elements
  • Syntax highlighting — server-side highlighted at build time using ColorCode

Stack

  • .NET 10 with Razor Pages
  • ServiceStack Razor SSG for static generation
  • Markdig for markdown processing
  • ColorCode for syntax highlighting
  • Custom CSS with CSS custom properties
  • GitHub Pages for hosting