Actually the website source is already under ASF git right ? https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;a=shortlog;h=refs/heads/asf-site
+1 for JBake My understanding is that the gradle tasks would pull from that repo, build and update geode.incubator.apache.org with the html files. On Tue, May 26, 2015 at 9:04 AM, Anthony Baker <[email protected]> wrote: > Currently the website source is hosted at > https://github.com/project-geode/docs/tree/gh-pages correct? > > Once we have JBake in place where will the site source be hosted? In the > ASF repo on an orphan branch or on /develop? > > How does geode.incubator.apache.org get updated from asf-site? > > Anthony > > > > On May 26, 2015, at 8:46 AM, Roman Shaposhnik <[email protected]> > wrote: > > > > Hi! > > > > I've been sitting on this for some time, but finally > > managed to get a moment to actually prototype it. > > > > After trying a dozen different tools (including JRuby > > version of Jekyll) I settled on JBake (http://jbake.org) > > and would like to propose it for now as our website > > management tool. > > > > The nice thing about JBake is that it allows mixing > > markdown and asciidoc markups so we can gradually > > transition our content from one to the other. > > > > Currently this is an MVP that simply allows us to > > manage the web site in a natural way by leveraging > > the following gradle commands: > > jbake -- for preparing the content > > jbakeRun -- for previewing the content on localhost > > jbakePublish -- for publishing into asf-site branch > > > > Anyway, please review and let me know WDYT. To > > make it easier for reviewers I've created a PR as > > well. You can see it linked to the JIRA: > > https://issues.apache.org/jira/browse/GEODE-21 > > > > Thanks, > > Roman. > > -- William Markito Oliveira -- For questions about Apache Geode, please write to *[email protected] <[email protected]>*
