Skip to content

mlep/website

 
 

Repository files navigation

XCSoar.org - Website

  1. Install dependencies

    sudo apt-get install bundler yui-compressor librsvg2-bin build-essential ruby-dev
    
  2. Install ruby dependencies

    bundle install
    
  3. Build the website

    bundle exec jekyll build
    

How to generate a new post

  1. Generate a stub for the new post

    bundle exec rake new_post["XCSoar 6.8.12 released"]
    
  2. Edit the new post, created in ./_posts

  3. If there is a new relase also update _config.yml with the new release number.

About

The XCSoar website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 47.9%
  • CSS 21.0%
  • Python 15.1%
  • JavaScript 7.9%
  • Ruby 6.6%
  • Smarty 1.5%