If you cloned this project, you need to download the submodules.
git submodule init
git submodule update
hugo server
# include drafts
hugo server -D
# automatically redirect to the page you last modified
hugo server --navigateToChanged
hugo
hugo server
The blog is deployed to Github Pages.
hugo new posts/my-first-post.md
When you use a theme cloned from its git repository, do not edit the theme’s files directly. Instead, theme customization in Hugo is a matter of overriding the templates made available to you in a theme. This provides the added flexibility of tweaking a theme to meet your needs while staying current with a theme’s upstream.