My blog built with Hugo.
Just run hugo and serve the public directory.
hugo
public
Remember to delete existing public directory before rebuilding blog.
For development, run hugo server --watch to watch for config/content changes, rebuild site and serve it on localhost.
hugo server --watch