qiao / typedef.me

My blog at http://typedef.me in Ruby on Rails. (Deprecated)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typedef.me

Introduction

This is the engine being used on my blog at http://typedef.me

It's currently in a very early stage and lots of functionalities are to be implemented.

Dependencies

  • pygments

    $ sudo easy_install pygments
    

    make sure the following command generates a proper output

    $ echo "puts 'hello, world'" | pygmentize -l ruby -f html
    

Configuration

The main config file is config/config.yml, which contains the site name and admin password

About

My blog at http://typedef.me in Ruby on Rails. (Deprecated)


Languages

Language:Ruby 56.6%Language:JavaScript 43.4%