Get started with Jekyll RB
Background Here is a quick start to set up a Jekyll website. Get started Prerequisites: gem install jekyll bundler New Example Site bundle exec jekyll new jekyll-example cd jekyll-example ...
Background Here is a quick start to set up a Jekyll website. Get started Prerequisites: gem install jekyll bundler New Example Site bundle exec jekyll new jekyll-example cd jekyll-example ...
Background I have been using RVM for installing and managing ruby. Recently, I have been hearing about chruby and how it would make my terminal run a bit fast because it is a little less invasive ...
Background Last week, I pulled a file out of my lib directory of a project because I thought that we might try and use it in another project. I really want to prevent a copy paste situation. So th...