Skip to content

Built-in Features

Gozzi includes comprehensive features that enhance your static site without requiring additional plugins.

Content Enhancement

Content Organization

SEO & Discoverability

Performance

All built-in features are optimized for speed:

  • Server-Side Rendering - Syntax highlighting rendered during build time
  • Client-Side Rendering - KaTeX math and Mermaid diagrams render in browser for flexibility and interactivity
  • Fast Builds - Native features add minimal overhead (still sub-second for most sites)
  • Caching - Generated content cached until source changes
  • Minimal JS - KaTeX (~120KB) and Mermaid (~200KB) render in browser; syntax highlighting works without JS

Feature Integration

Built-in features work seamlessly together:

  • Tag pages include pagination automatically
  • RSS feeds respect tag filtering
  • Social meta tags use calculated reading times
  • TOC generation works with KaTeX math, Mermaid diagrams, and syntax highlighting
  • Server-side features (syntax highlighting) have zero runtime overhead
  • Client-side features (KaTeX, Mermaid) load asynchronously without blocking page render
  • All features respect configuration inheritance

Next Steps:

Released under the MIT License.