https://superjeffreyc.github.io/
First, install Ruby, then enter the following command:
$ gem install bundler
Next, clone the repository:
$ git clone https://github.com/superjeffreyc/superjeffreyc.github.io
$ cd superjeffreyc.github.io
Install the necessary gems and run locally:
$ bundle install
$ bundle exec jekyll serve --port $PORT --host $IP