This directory includes my old personal website. It is replaced by github.com/ceyhunsen/personal-website.
This website is built with Jekyll. To build and host locally:
# Install dependencies
bundle install
# Build and serve
jekyll serve
# If above not works, try this
bundle exec jekyll serve