Ecstatic

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Ecstatic

Ben Coman
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

Reply | Threaded
Open this post in threaded view
|

Re: Ecstatic

Peter Uhnak
[1] https://gist.github.com/cobyism/4730490

This is what Guille recommended me some time ago when I was starting with Ecstatic and that's what I'm still using.

Peter
Reply | Threaded
Open this post in threaded view
|

Re: Ecstatic

stepharo
In reply to this post by Ben Coman


Le 1/9/15 18:58, Ben Coman a écrit :
> Hi Guille,
>
> I'm taking a look at Ecstatic, cloned from https://github.com/guillep/ecstatic
> (Thats a really cool name btw)

Thanks I appretiate that a naitve speaker like you enjoy it because I
pushed it :)
>
> 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
Probably please help improving ecstatic.

>
> [1] https://gist.github.com/cobyism/4730490
>
> cheers -ben
>
>