Compose is a Hugo theme for documentation websites. The theme provides a simple navigation & structure.
- Documentation
- Gallery Support
- Native lazy loading of images
- Live search
- Flowcharts, Piecharts, doughnut & bar charts support
- Searchable & Sortable tables
- Syntax highlighting
- Mermaid Support
The exampleSite serves as this theme's user guide .
This guide covers the necessary bits. As the project evolves, the user-guide 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 ../..
This theme is available under the MIT license.