This is the source of the multilingual geOrchestra website, based on the original Jekyll site template.
The site is built on GitHub pages, but if you want to run it locally, you first have to install jekyll and its dependencies:
sudo apt-get install ruby-dev nodejs
sudo gem install jekyll
Finally:
git clone https://github.com/georchestra/georchestra.github.io.git
cd georchestra.github.io
jekyll serve --watch
The site can now be browsed on http://0.0.0.0:4001/ and edited live.
We accept pull requests.
Fixing a typo is easy: once spotted on the site, scroll down to the "edit this page" link. This will automatically create a pull request, which we will review as soon as possible.
To submit a blog post, you just need to open the _posts folder and create one or several new files sharing the same uid
.
To create a new file using the github online editor, use the + sign.