๐ฃ With a new Hugo project
Install Hugo extended version.
- Use prebuilt binaries via https://github.com/gohugoio/hugo/releases/latest
- Verify the installation via
hugo version
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