This directory contains the code for the Apache ORC web site, orc.apache.org.
cd sitegit clone https://gitbox.apache.org/repos/asf/orc.git -b asf-site targetsudo gem install bundlersudo gem install github-pages jekyllbundle installYou can preview your contributions before opening a pull request by running from within the directory:
bundle exec jekyll servecd site/targetgit statusgit add any new filesgit commit -agit push origin asf-site