erickgirard / www.ruby-lang.org

Source of the www.ruby-lang.org site

Home Page:http://www.ruby-lang.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

www.ruby-lang.org

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.

This is a big project with many translations involved. Please help us stay on top of things by following our guidelines for contributors.

Get It!

In order to generate the site locally, you need to have Pygments installed on your system.

Bundler will take care of the rest of the dependencies, so unless you already have done so, you might need to install bundler with:

gem install bundler

Then clone the repository and install the dependencies:

git clone https://github.com/ruby/www.ruby-lang.org.git
cd www.ruby-lang.org/
bundle install

To generate the site and start a local web server, you can use

bundle exec rake preview

Then open http://localhost:4000/ in your local browser to access the preview.

Note: The build of the site will take several minutes. If you created the site previously and the _site directory already exists, the web server will start instantly but large parts of the site will not be updated until the build has completely finished. Also, the build may fail silently when using the preview mode.

To always get feedback on the success of the build you might want to create the website without starting a local server instead:

bundle exec rake generate

When you now start a preview with the site already generated it will be available instantly.

More Information

For more information see the wiki.

About

Source of the www.ruby-lang.org site

http://www.ruby-lang.org


Languages

Language:Ruby 95.3%Language:JavaScript 4.7%