My blog is powered by hugo static site generator.
First, install hugo. And put it in your $PATH.
Install the theme and check necessary dependencies.
make deps
Update config:
cp config.toml.dist config.toml
Serve it on :1313 port:
make
make deploy