Skip to content

coderhs/www.ruby-lang.org

Repository files navigation

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

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%