Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A minimal open-source documentation theme for Hugo, with Bootstrap 5.3, SCSS pipelines, and a 100/100 Lighthouse score.
Whisper is a minimal, open-source documentation theme for Hugo that converts Markdown files into a fast, responsive static documentation site.
Whisper is a documentation theme built by Zerostatic Themes for the Hugo static site generator. It takes Markdown files placed in the content/docs directory and outputs a browsable documentation site with a dedicated homepage for introducing the project. The theme uses SCSS compiled through Hugo Pipes, so it requires Hugo Extended edition to build.
content/docs, so you write in plain Markdown and get a structured docs layout.config.toml.netlify.toml configured to build from the exampleSite folder.content/docs folder holds the docs pages.themes/ and copying the example content.content/docs.Set up takes five steps: install Hugo Extended, create a new site with hugo new site mynewsite, clone the theme into themes/hugo-whisper-theme, copy the exampleSite contents to the project root, and run hugo server for local development. The theme's netlify.toml makes Netlify deployment nearly one-click, and each time you run hugo the site is generated as static HTML.
Yes. The theme uses Hugo Pipes to compile SCSS and minify assets, so you need the /extended version of Hugo. Check with hugo version and look for /extended after the version number.
The theme is open-source, and Zerostatic lists it as an open-source documentation theme on its site. There is no paid tier or license fee mentioned.
Whisper includes two content types: Docs, which takes Markdown files from content/docs, and Homepage, a standard page used for the site introduction. There is no built-in blog type.
Yes. The theme includes a netlify.toml that deploys from the exampleSite folder. If you copy or remove the exampleSite folder after installing, delete that netlify.toml file so the build uses your site root instead.
