Download the binary from https://github.com/gohugoio/hugo/releases
# Start server
./hugo server -b http://localhost/ -p 80
# Create new post
./hugo new content/posts/newpost/index.md
And description:
`description: "A few note working with MongoDB and tools"`
# Compile to `/public` dir:
./hugo