Built with Hugo
- Go
- Hugo
- Node.js
- Mage for building the website.
- frep(optional) is the tool used for templating the documentation
go mod tidy && mage installmage serveThe standard development server does not generate the Pagefind search bundle.
Build the static site and its client-side search index:
mage buildThe generated site, including Pagefind assets under public/pagefind/, is written to public/.
Build the site and search index, then serve the generated static output with Pagefind's preview server:
mage serveSearchGenerating stdlib documentation requires doc rep YAML.
mage generatemage publish