-
Fork and clone the Grape Theme repo
git clone https://github.com/mteece/mteece.github.io.git
-
Install Jekyll
gem install jekyll
-
Install the dependencies
bundle install
-
Update
_config.yml
andprojects.yml
settings. -
Run the Jekyll server
bundle exec jekyll serve
-
Run bundler
bundle update && bundle install
-
Run the Jekyll server
bundle exec jekyll serve
-
Push to master
git push origin master
-
Review on web