Hi there,
This is just a test to see if all this stuff works right.
Installing Jekyll
Install ruby and gem
sudo apt-get install ruby ruby-dev gem
Install jekyll
sudo gem install jekyll
Write a new post
I have not gotten the Sublime Text 3 plugin for Jekyll to work yet. So I make a copy of the test posts, and edit the header.
Then I push to github to publish it online.
git commit -m "it's a blog post"
git push origin master