Skip to content

jwkaltz/georchestra.github.io

 
 

Repository files navigation

georchestra.github.io

Build Status

This is the source of the multilingual geOrchestra website, based on the original Jekyll site template.

Build

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.

Contributing

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.

About

Official geOrchestra website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 53.8%
  • CSS 46.2%