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.tomland Markdown frontmatter. -
CLI Reference
buildandservecommands and flags.