READMEMIT license
awni.github.io
Personal Website
Install
With a Ruby environment
brew install rbenv
rbenv init # (put eval "$(rbenv init -)" in bash_profile)
rbenv install 2.4.1 # install local ruby
rbenv local 2.4.1 # switch to local version
Install jekyll
gem install jekyll bundler
# gem install gitHub-pages
# bundle update github-pages
Build and serve the site locally
bundle exec jekyll serve