GitHub blog with Jekyll
- Be sure rbenv is set up and a modern version of Ruby is set to global.
gem install jekyll bundler
git clone git@github.com:sts10/sts10.github.io.git
- cd into the repo
bundle exec install
- To publish changes: commit changes, then run
bundle exec jekyll build
, thengit push origin master