content: dummy commit to force website publishing

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 file changed
tree: 3e8c93ad6bca0b744be89737dda931af9be07c1c
  1. content/
  2. data/
  3. source/
  4. .gitignore
  5. build.sh
  6. config.rb
  7. Gemfile
  8. LICENSE
  9. makewholist.py
  10. README.md
README.md

Source of Apache CloudStack Web site

This is built using middleman

$ gem install middleman
$ bundle install

All sources are in the /source directory

Build the site with:

$ middleman build

To serve it locally:

$ middleman server

IMPORTANT: To publish your changes, commit the build into the asf-site * branch *

GOTCHA, TODO, the build directory needs to be renamed content in the asf-site branch for the site to be served properly.

TODO check the build.sh script and make it better, simple build that stages all changes to /content

Use GitHub PR to make changes.

TODO Add gitHUB PR contribution instructions and better build instructions for committers