Just articles written by me.
- Log function return value
- Variables in regexp
- Converting from markdown to html with syntax highlight
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.