This is the code of my Website, which was modified based on https://github.com/alshedivat/al-folio.
How to run the website:
bundle install
brew install jupyter
bundle exec jekyll serve
How to deploy the website:
git add .
git commit -m "Your commit message"
./bin/deploy