My blog My blog is powered by hugo static site generator. Install 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 Release make deploy