Fork me on GitHub
26 Dec 2009

Hello World from Jekyll!

This will be my Ruby on Rails site...

Currently I'm dedicating most of my development time to build RoR apps. Therefore,I decided to start this new blog where I can post about things I found useful or was not able to find much info about.

Also, one of the things I like the most about this blog, is the fact that it is automatically generated by Jekyll a simple, blog aware, static site generator... and it also uses:

Atom (RSS).

Less (CSS).

Git (SCM).

Google search (Search).

http://tatey.com (design).

Heroku (Rack hosting).

Intense debate (comments).

Easy Retweet (Retweet).

Emacs (Editor).

Fruity style (highlighting).

YAML.

Template Data.

Liquid

and much more... :).

The other cool thing is that since the site is being hosted at Heroku is just a matter of a:

1
2
3
$ git add .
$ git commit -m "New Post"
$ git push Heroku master

and you are done! Blogging Like a Hacker!

I will try to post as regular as possible... let see how it goes!