Demo: http://blog.pytool.com/
hugo new site your-blog-name
cd your-blog-name
git clone https://github.com/rinetd/hueman.git themes/hueman
# replace config file
rm config.toml
cp themes/hueman/config.yaml .
# new content
hugo new about.md
# start server
hugo server
Now you can open http://localhost:1313
Modify the config.yaml and other things, and have fun!
You can also make this repo as submodule:
git init