-
Install Jekyll. I'm using rubygems v2.1.11 and jekyll v1.4.3. Check the version after you install it.
-
fork this repo and clone the forked repo
-
run this command -
$ jekyll serve -w -
follow the instruction on console
-
make changes (Don't touch the
_sitedirectory) -
add, commit, push and send pull request
-
After forking and setting the site up locally, run this command -
$ rake post title="My Legendary blog post" -
On console it'll say that it has created a file inside
_postsdirectory -
Open the same file, write your blog post
-
Make sure you're running
jekyll serve -wand watching for the changes and testing it on your browser before pushing -
add, commit, push and send pull request