jakubzitny / wwwcurryon

Website for Curry On!

Home Page:http://curry-on.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Website for Curry On

Co-located with ECOOP. Two editions so far:

Dependencies

Unix

Jekyll is required. Follow the install instructions at the Jekyll wiki. In most cases, you can install via RubyGems:

gem install jekyll

OSX users might need to update RubyGems:

sudo gem update --system

Windows

Grab the RubyInstaller. Try release 1.8.x if you experience unicode problems with 1.9.x.

Follow the instructions for RubyInstaller DevKit.

Install Jekyll using the gem package manager:

gem install jekyll

Building & Viewing

cd into the scala.github.com directory, and build by:

jekyll --server

The generated site is available at http://localhost:4000

If you get incompatible encoding errors when generating the site under Windows, then ensure that the console in which you are running jekyll can work with UTF-8 characters. As described in the blog Solving UTF problem with Jekyll on Windows you have to execute chcp 65001. This command is best added to the jekyll.bat-script.

Markdown

The markdown used in this site uses Maruku extensions.

About

Website for Curry On!

http://curry-on.org


Languages

Language:HTML 58.5%Language:CSS 41.4%Language:JavaScript 0.1%