The following steps are here to help you initialize your new website. If you don’t know Hugo at all, we strongly suggest you to train by following this great documentation for beginners.
Hugo provides a new
command to create a new website.
$ hugo new site <new_website>
Install the Hugo-theme-docdock theme by following this
Switch into the themes directory and download the theme
$ cd themes
$ git clone https://github.com/vjeantet/hugo-theme-docdock.git docdock
Alternatively, you can download the theme as .zip file and extract it in the themes directory