www.ruby-lang.org on Jekyll
This is an attempt to port the poorly maintained www.ruby-lang.org website to Jekyll.
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.
$ 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
$ jekyll
$ open http://localhost:4000/
- Finish splitting static-HTML into includes, and create needed layouts.
- Convert News / Security posts into Jekyll blog posts.
- Begin converting simple static-HTML into Markdown.