Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.15 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.15 KB

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.