Skip to main content

Golem Documentation

Michael Bernstein

golem

Golem static documentation site generator.

Submodules

  • golem.renderer: Provide static HTML rendering and Table of Contents generation for Golem.
  • golem.highlighting: Provide server-side syntax highlighting and Fired Clay Pygments themes for Golem.
  • golem.config: Manage configuration discovery, loading, parsing, and data models for Golem.
  • golem.engine: Orchestrate incremental Directed Acyclic Graph (DAG) compilation, caching, and static site generation for Golem.
  • golem.templates: This module handles loading and compiling physical Chameleon .pt templates
  • golem.cli: This module provides the primary Click-based command-line interface for the
  • golem.server: Provide a multi-threaded development server with SSE live reloading and build error overlay injection.
  • golem.plugins: Provide the Pluggy-based plugin architecture and lifecycle hook specifications for Golem.