Skip to content

coderhs/www.ruby-lang.org

Repository files navigation

This is the Jekyll source of the www.ruby-lang.org website.

How to Contribute?

You can contribute by reporting errors or suggesting improvements. Just open an issue or pull request. Further details about contributing are available in the wiki.

Get It!

In order to preview your changes to the website, you need to have Jekyll and Pygments installed on your local 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/
bundle install
rake preview # you may need to use bundle exec

Then, open http://localhost:4000/ in your browser.

Note that creating the website may take several minutes.

To create the website without starting a local server, use:

rake generate

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%