shanlalit / docura

πŸ“– A modular Hugo theme to build your next documentation site

Home Page:https://docura.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ¦„ 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.

  2. Create a new site with the Docura theme.

    hugo new site newsite
    cd newsite
    git init
    git submodule add https://github.com/shanlalit/docura.git themes/docura
    rm hugo.toml && cp themes/docura/hugo.yaml .
    hugo server

About

πŸ“– A modular Hugo theme to build your next documentation site

https://docura.github.io

License:MIT License


Languages

Language:SCSS 80.9%Language:HTML 12.5%Language:JavaScript 6.6%