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.

Translations

Currently the master branch contains the layouts, includes and statis assets to be used by all translations. Individual translations are branched off of master, for example the en branch.

Get It

$ git clone https://github.com/postmodern/www.ruby-lang.org.git
$ cd www.ruby-lang.org/
# Pick your native language (example: en)
$ git fetch origin en
$ git checkout en

Run It

$ jekyll
$ open http://localhost:4000/

Todo

  1. Finish splitting static-HTML into includes, and create needed layouts.
  2. Convert News / Security posts into Jekyll blog posts.
  3. Begin converting simple static-HTML into Markdown.

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%