Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 362 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 362 Bytes

My blog

This is source for my personal space in the internet. Based on https://github.com/joshgerdes/jekyll-uno

rvm 2.3
bundle exec jekyll serve --watch
jekyll build
git commit
git push origin sources
cd _site
git commit
git push
curl -sSL https://get.rvm.io | bash
source /Users/wojtek/.rvm/scripts/rvm
rvm install 2.3
rvm 2.3
bundle install