Skip to content

builder

builder is a static site generator, like Hugo: it turns Markdown files into plain HTML pages you can host anywhere, meant for building websites that host puzzles on any theme.

It's built primarily to power the official tricky bits website (source), a puzzle hunt site. But it's a general-purpose tool, anyone can use it to build their own site.

Where to go next

  • Getting Started Install the binary and build your first site.

  • Campaigns Understand campaigns, stages, pages, themes, and obfuscation.

  • Configuration Full reference for config.toml and Markdown frontmatter.

  • CLI Reference build and serve commands and flags.