This site groups together all documentations useful to develop or contribute to eXo Platform projects. It is built using Jekyll and its extension Jekyll Bootstrap
Feel free to fork the repository and to propose pull requests.
- Install Jekyll. It is a ruby gem and often it is just :
sudo gem update --system
sudo gem install jekyll rdiscount RedCloth
sudo easy_install Pygments
- In order to get a server up and running with your Jekyll site, run:
jekyll --server
and then browse to http://localhost:4000.
rake post title="A Title" [date="2012-02-09"]
rake page name="about.md"
You can also specify a sub-directory path. If you don't specify a file extention we create an index.html at the path specified