An open API service indexing awesome lists of open source software.

https://github.com/docura/docura

📖 A modular Hugo theme to build your next documentation site
https://github.com/docura/docura

documentation documentation-generator hugo hugo-theme

Last synced: over 1 year ago
JSON representation

📖 A modular Hugo theme to build your next documentation site

Awesome Lists containing this project

README

          

# 🦄 Docura
A modular Hugo theme to build your next documentation site

## 🌱 Features

- Responsive and adaptive layouts.
- Built-in dark, light and night themes.
- Customizable menu with Hugo configs.
- Customizable sidebars using Hugo data templates.
- Support for multiple documentation sets.
- Minimal reliance on external frameworks (No CSS, JS/npm, icon, font frameworks).
- SCSS/Vanilla JS based UI components and Hugo pipes based building process.

## 🚀 Getting Started

1. [Install Hugo extended version](https://gohugo.io/installation/).
- Use prebuilt binaries via https://github.com/gohugoio/hugo/releases/latest
- Verify the installation via `hugo version`

2. Create a new site with the Docura theme.
```shell
hugo new site newsite
cd newsite
git init
git submodule add https://github.com/docura/docura.git themes/docura
rm hugo.toml && cp themes/docura/hugo.yaml .
hugo server
```