Hugo Themes
Compose
A hugo theme for documentation sites. It's inspired by forestry.io's docs page
- Author: Weru
- Minimum Hugo Version: 0.76.0
- Updated: 2020-12-31
- License: MIT
- Tags: technical docs dark customizable search documentation
Compose
Compose is a Hugo theme for documentation websites, inspired by forestry.io’s docs page. The theme provides a simple navigation & structure.
Features
- Documentation
- Gallery Support (via shortcode)
- Native lazy loading of images
- Live search
- Pie, doughnut & bar charts support
- Searchable & Sortable tables
- Syntax highlighting
Run your site with compose theme
ExampleSite
The exampleSite serves as this theme’s user guide .
This guide covers the necessary bits. As the project evolves, the userguide will get more comprehensive
You can use Hugo to generate and serve a local copy of the guide (also useful for testing local theme changes).
git clone --recurse-submodules --depth 1 https://github.com/onweru/compose.git
cd compose/exampleSite/
hugo server --themesDir ../..
Note that you need the themesDir
flag when running Hugo because the site files are inside the theme repo.
From the same creator
License
This theme is available under the MIT license.