www.ruby-lang.org on Jekyll
This is an attempt to port the poorly maintained www.ruby-lang.org website to Jekyll. You can view the live site at ruby-lang.github.com
You need to have Jekyll and Pygments installed on your system.
Clone the repository, create the site and start a local server:
$ git clone https://github.com/ruby/www.ruby-lang.org.git
$ cd www.ruby-lang.org/
$ rake preview
Then open http://localhost:4000/
in your browser.
Note that creating the site may take several minutes.
To create the site without starting a local server use
$ rake generate
- Compare ruby-lang.github.com to www.ruby-lang.org. Submit Issues for any formatting mistakes.
- Auto-generate the Top Projects page using a
rake
task that pulls statistics from www.rubygems.org.