On 11/18/2010 09:50 AM, Fernando Perez wrote: > On Wed, Nov 17, 2010 at 2:33 AM, Dag Sverre Seljebotn > <[email protected]> wrote: > >> - Static web site content (you just create a repository which it >> serves as static content, e.g, http://cournape.github.com/Bento/) >> > If you go down the github route, I'd suggest a slightly different > alternative than github's default for the creation of static content. > Their approach uses a hidden DAG in the repo called gh-pages, which > eternally pollutes your repo with all static html you generate. It's > easy with a tiny bit of scripting to create instead the gh-pages > content in a *separate repo* completely decoupled from the main one. > That's what we do here: >
Also, for the main page (http://fperez.github.com/ ) there's always a seperate repo, right? The gh-pages branch is just for serving content in folders that has the same name as one of your repos? I agree, I'm surprised they didn't think of anything better here. Thanks for the workaround. Dag Sverre _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
