Source code of personal website powered by powered by Jekyll with al-folio theme.
To install Jekyll:
xcode-select --install
open /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg
brew install ruby
gem install bundler jekyll
To serve the website:
bundle exec jekyll serve
To build the website:
bundle exec jekyll build