Skip to content
forked from docura/docura

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

License

Notifications You must be signed in to change notification settings

sdrothrock/docura

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

51 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿฆ„ 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/docura/docura.git themes/docura
    rm config.toml && cp -r themes/docura/config .
    echo "theme = 'docura'" >> config/_default/config.toml
    hugo server

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 84.2%
  • HTML 11.8%
  • JavaScript 4.0%