git clone git://github.com/recarreira/all_about_you.git my_awesome_page
cd my_awesome_page
bundle install
rake setup_github_pages
Edit _config.yml
jekyll build --watch
jekyll serve
open http://localhost:4000
rake deploy
If you want a link for your page here, just pull request or ask me to add here. :)