Checkout our brand new geOrchestra website !

Based on free software (Jekyll), it features a mobile-friendly blog and static pages at the same place, with full multilingual content (English, French & Spanish).

For those who are interested, or who’d like to contribute, the source code can be found in the georchestra/georchestra.github.io repository. Using github for the blog means we can take advantage of the dedicated tools, such as this wonderful Kanban board, kept in sync with GitHub issues.
Finally, submitting a new blog post is now open to everyone: it’s just a pull-request !

But let’s come back to Jekyll, our site-generation engine. Customizing it is easy…
In particular, it offers powerful support for code snippets, eg here in ruby:

def print_hi(name)
  puts "Hi, #{name}"
end
print_hi('Tom')
#=> prints 'Hi, Tom' to STDOUT.

To finish with, we’d like to thank GitHub for their awesome hosting !