Personal website powered by Jekyll, Bootstrap and Github Pages with custom domain (currently davidozhang.com).
- Make sure
ruby
andgem
are installed (see this for installing ruby on Mac using homebrew & rbenv) - Run command
gem install jekyll
- Clone repository and navigate to root project directory
- Run command
jekyll serve
- Open browser and navigate to
localhost:4000
to view website
- Merge changes into the
master
branch via pull request and it will be live shortly