Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A lightweight Hugo theme for building documentation sites with dark, light, and night themes.
Docura is a modular Hugo theme for building documentation websites, offering responsive layouts, built-in dark/light/night themes, and support for multiple documentation sets from a single Hugo site.
Docura is a documentation theme built on the Hugo static site generator. It accepts Markdown content structured with Hugo's content organization and outputs a static documentation site with a responsive, adaptive interface. The theme is distributed as a Git repository (docura/docura on GitHub) and is installed as a submodule into a Hugo project. It is designed to be configurable through Hugo configuration files and data templates rather than requiring custom code.
Docura is suited for technical writers and open-source maintainers who want a lightweight documentation site without a heavy frontend build chain. It also fits teams that need to publish multiple documentation sets (for example, user guides and API docs) under one domain. Developers who already use Hugo will find it easy to adopt because configuration is done through standard Hugo configs and data templates.
To start a new Docura site, you install Hugo, create a new Hugo site, add Docura as a Git submodule under themes/docura, and replace the default Hugo config with the theme's sample hugo.yaml. Running hugo server then renders the documentation site locally. The theme uses Hugo's template system to generate pages and Hugo Pipes to build the vanilla CSS and JavaScript assets.
