This site is powered by jekyll framework for Ruby. It can be hosted privately on server or through github gh-pages.
Assuming ruby is installed in your OS. If not, try for example macOS:
$ brew install ruby
$ gem install --user-install bundler jekyllFor local development using jekyll:
$ bundle install
$ bundle exec jekyll serve$ JEKYLL_ENV=production bundle exec jekyll build
# OR
$ ./deploy.sh