[ZEPPELIN-5830] Security page header styling (#4516) When creating #4478 I ran into trouble running jekyll so I couldn't test the output. I have since tested the output and made some updates accordingly.
This readme will walk you through building the Zeppelin website
See https://help.github.com/articles/using-jekyll-with-pages#installing-jekyll
tl;dr version:
ruby --version >= 1.9.3 gem install bundler bundle install
On OS X 10.9 you may need to do “xcode-select --install”
Gem nokogiri may confilict with xz if you have it installed. See https://github.com/sparklemotion/nokogiri/issues/1483 The workaround is to uninstall zx before doing bundle insall.
bundle exec jekyll serve --watch
generate static website in ./_site
JEKYLL_ENV=production bundle exec jekyll build
checkout ASF repo
svn co https://svn.apache.org/repos/asf/zeppelin asf-zeppelin
copy zeppelin/_site/* to asf-zeppelin/site
svn commit -m
rake page name="new-page.md"