Skip to content
koron edited this page Sep 18, 2011 · 15 revisions
  1. Install the jekyll. Required gem version >= 1.3.7

    $ gem install jekyll rdiscount

  2. Get the repository.

    $ git clone {repo url}

  3. Start jekyll in server mode

    $ jekyll --server

  4. Edit sources. Of cource you should use Vim :)

  5. Verify with Web Browser.

  6. Commit and pull request (or push for writers)

Clone this wiki locally