Installation

๐Ÿฃ With a new Hugo project

  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 hugo.toml && cp themes/docura/hugo.yaml .
    hugo server