/articles

Articles written by me

Primary LanguageCSS

Just articles written by me.

Table of content

Rails

Ruby

Vim

Converting

Install required gems via bundler:

$ bundle install

Install Pygments. You can do it in Mac OS X with command:

$ sudo easy_install pygments

Now you can use the Rake task to convert all articles to HTML format.

$ rake convert:html

All HTML output will be in html directory in project root.