Create a site hugo new site sitename
Start a server hugo server
To see draft files also use hugo server -D adding a theme execute git submodule add https://github.com/theNewDynamic/gohugo-theme-ananke.git themes/ananke in bash inside your new site …
Continue reading