Install hugo in its releases page.
Then, clone this repository with its all submodules and run it.
$ git clone --recurse-submodules -j8 git@github.com:ccrysisa/ccrysisa.github.io.git blog
$ cd blog
$ ./run.sh
# Run the blog
$ ./run.sh
# Commit all changes [with ammend]
$ ./commit [-a]
# Update by pulling latest commit of blog [and theme Fixit]
$ ./update.sh [-t]