Hi folks, For easter I did a little project. I wanted to see how we could migrate off of the ASF CMS for our website.
I looked around a bit and checked out middleman (https://middlemanapp.com) It turns out that taking our current website source and moving it to middleman was fairly easy: I committed the source in svn for now: svn co https://svn.apache.org/repos/asf/cloudstack/site/middleman I did commit the build to the gh-pages branch of our root repo. The result is that a dev build is available on github pages: http://apache.github.io/cloudstack/ Note that hosting it on github is causing problems, SSL certs and a few more that David knows/understands. My hope with this is that we can move our website to git and accept pull requests, that would make it easy. So check out middleman, and if you feel like playing with svn hack at it. thanks, -Sebastien