Skip to main content

Golem Documentation

Michael Bernstein

Getting Started

Welcome to Golem. This section walks you through setting up your environment, installing the golem-docs package, and building your first documentation site from scratch.

Golem requires Python >= 3.14 and operates with zero Node.js, npm, or external binary dependencies. A standard pip install is all you need.

Topics in this Section

  • Installation & Environment Setup — Create a virtual environment, install golem-docs via pip or from source, and verify your setup.
  • Creating Your First Site — Initialize a new project, write your first AsciiDoc page, build static HTML, and launch the live-reload development server.