Installation
This post will give you step by step instructions on how to install and use this theme.
Requirements Hugo Version 0.68.0 or higher Installation Create your site if you haven’t already hugo new site my-site -f=yaml cd my-site git init Add the theme as git sub-module git submodule add https://github.com/hossainemruz/toha.git themes/toha Don’t use SSH URL of the theme during adding as git sub-module.