Install hugo in its releases page or by package manager.
Then, clone this repository with its all submodules.
$ git clone --recurse-submodules -j8 [email protected]:vanJker/vanJker.github.io.git blog
# Run the blog in local
$ ./run.sh
# Commit all changes [with ammend]
$ ./commit [-a]
# Fetch and merge latest commit of blog [and theme PaperMod]
$ ./pull.sh [-t]