Hi, I believe this is the current process for SystemML website updates. Is this correct, Luciano? Is there any other information that committers should be aware of?
(1) Clone website Git repo (for raw project - md files, etc) git clone https://git-wip-us.apache.org/repos/asf/incubator-systemml-website.git (2) Checkout website SVN project (for generated site - html files, etc) svn co https://svn.apache.org/repos/asf/incubator/systemml/site incubator-systemml-website-site (3) Start Jekyll in raw project directory and specify SVN project as site target directory jekyll serve -d ../incubator-systemml-website-site/ (4) Make site updates (5) Review and commit raw project to Git (6) Review and commit generated site to SVN, which publishes site Deron
