This directory contains the source code for the Apache Kylin website: http://kyin.apache.org.
To draft Chinese version document or translate existing one, just add or copy that doc and name with .cn.md as sufffix. It will generate under /cn folder with same name as html file.
To add other language, please update _config.yml and follow the same pattern as Chinese version.
cd websitesvn co https://svn.apache.org/repos/asf/kylin/site _sitesudo apt-get install rubygems ruby2.1-dev zlib1g-dev (linux)sudo gem install bundler github-pages jekyllbundle install__site folder is working dir which will be removed anytime by maven or git, please make sure only check out from svn when you want to publish to website.
Before opening a pull request or push to git repo, you can preview changes from your local box with following:
cd websitejekyll scd website/_sitesvn statussvn add any new filessvn commit -m 'UPDATE MESSAGE'Within a few minutes, svnpubsub should kick in and you'll be able to see the results at http://kylin.apache.org.