-iom-

Hello "JEKYLL"

posted: 09 Apr 2012

So I’ve been trying to make it a habbit of documenting any progress/breakthrough that I make during my journey as a developer. I’ve been happily using tumblr to do this. Then I ran into jekyll, and well I love to tinker with new things so…

Enter stage “JEKYLL” ;)

pros

cons

I will be migrating all my previous posts over before writing any new ones. Stay tuned!

1 # ruby
2 
3 def hello_world(msg)
4 	"#{msg} is awesome!"
5 end
6 
7 puts hello_world('jekyll') #=> 'jekyll is awesome!'