Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A minimal documentation theme for Hugo with SCSS, Bootstrap 5.3, and a perfect Lighthouse score.
Whisper is a minimal documentation theme for Hugo that generates static documentation websites from Markdown files, built by Zerostatic Themes and scoring a perfect 100/100 on Google Lighthouse.
Whisper is a Hugo theme specifically for documentation sites. It takes Markdown files placed in a content/docs folder and outputs a static website with a docs section and a separate homepage. The theme is open source, published on GitHub at zerostaticthemes/hugo-whisper-theme, and comes with a live demo hosted on Netlify.
content/docs; the theme auto-generates the docs layout from those files.config.toml.netlify.toml is included, preconfigured to deploy from the exampleSite folder to Netlify.Open-source projects that want clean, fast documentation alongside their repository will find this theme fitting: you just write Markdown and get a static docs site. Developers and teams already using Hugo benefit from a theme that stays lightweight and integrates with Hugo Pipelines. Technical writers who want version-controlled documentation can commit Markdown files and preview them locally with hugo server.
content/docs and building the site with a single hugo command.hugo server for live reload at localhost:1313, and push changes to Netlify for automatic deployment.First install Hugo Extended, then run hugo new site to create a site. Clone the theme into the themes folder, copy the exampleSite contents into the project root, and run hugo to generate static files. For development, hugo server starts a local server with live reload.
netlify.toml is tailored to the exampleSite folder, so you may need to delete it if you copy the folder elsewhere.Yes. The theme uses Hugo Pipes to compile SCSS and minify assets, so it only works with the Extended version of Hugo. Run hugo version and confirm the output shows /extended after the version number.
Install Hugo Extended, create a new site with hugo new site mynewsite, clone the theme into mynewsite/themes, copy the exampleSite contents to the root, and run hugo to build. For local development, use hugo server and open localhost:1313.
Yes, it is an open-source theme published by Zerostatic on GitHub. You can use it for personal or commercial projects, and it is listed among other open-source Zerostatic themes like Hugo Hero, Hugo Serif, and Hugo Winston.
