Hi Guille, I'm taking a look at Ecstatic, cloned from https://github.com/guillep/ecstatic (Thats a really cool name btw)
I notice that ../_scripts/publish-gh-pages.sh does some fancy footwork
to push the generated site to the gh-pages branch. I wonder if the
following command [1] might be simpler...
git subtree push --prefix _site origin gh-pages
[1] https://gist.github.com/cobyism/4730490
cheers -ben
