hugo new site sitename
hugo server
hugo server -D
git submodule add https://github.com/theNewDynamic/gohugo-theme-ananke.git themes/ananke
in bash inside your new site foldertheme: "ananke"
hugo new content posts/my-first-post.md
, this will create a empty posthugo server
it doesnt show draft posts, if you want to show draft posts also use hugo server -D
hugo