www.ruby-lang.org on Jekyll
This is an attempt to port the poorly maintained www.ruby-lang.org website to Jekyll.
$ git clone https://github.com/postmodern/www.ruby-lang.org.git
$ cd www.ruby-lang.org/
$ jekyll
$ open http://localhost:4000/en/
- Generate site using
jekyll
and compare to www.ruby-lang.org. Submit Issues for any formatting mistakes. - Generate the yearly/monthly News Post index pages.
- Write some JavaScript to randomly request code examples, from the
examples/
directory, for the front-page. - Auto-generate the Top Projects page using a
rake
task that pulls statistics from www.rubygems.org.