You can find a demo in eduayme/eduayme-hugo-theme-demo.
$ brew install hugo
$ hugo new site portfolio
$ cd portfolio
$ git init
$ git submodule add git@github.com:eduayme/eduayme-hugo-theme.git themes/eduayme
$ echo 'theme = "eduayme"' >> config.toml