+1 My reading of the code in the PR is a little different than what William just said. Based on the PR it looks like the source code for the site will be in a subdirectory called gemfire-site on the develop branch, and the generated output will get pushed to that asf-site orphaned branch. Then some magic serves that branch up as http://geode.incubator.apache.org <http://geode.incubator.apache.orgThat>. Roman, can you clarify?
-Dan On Tue, May 26, 2015 at 10:02 AM, Luke Shannon <[email protected]> wrote: > +2 for JBake > > On Tue, May 26, 2015 at 12:44 PM, William Markito <[email protected]> > wrote: > > > 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]>* > > > > > > -- > Luke Shannon | Sr. Field Engineer - Toronto | Pivotal > ------------------------------------------------------------------------- > Mobile:416-571-9495 > Join the Toronto Pivotal Usergroup: > http://www.meetup.com/Toronto-Pivotal-User-Group/ >
