Skip to content

coderhs/www.ruby-lang.org

Repository files navigation

This is the official port of the www.ruby-lang.org website to Jekyll. You can view the live site at ruby-lang.github.com.

Right now we are in the middle of the transition from the current Radiant CMS based site to this Jekyll based site.

How to Contribute

You can contribute by comparing ruby-lang.github.com to www.ruby-lang.org and reporting any inconsistencies between the two sites.

Changes of the content (corrections, improvements, ...) will have to wait until after the migration.

Get It

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

Todo

  1. Compare ruby-lang.github.com to www.ruby-lang.org. Submit Issues for any formatting mistakes.
  2. Auto-generate the Top Projects page using a rake task that pulls statistics from www.rubygems.org.

About

Source of the https://www.ruby-lang.org website.

Resources

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 38.8%
  • Ruby 34.7%
  • CSS 25.1%
  • JavaScript 1.4%