Skip to content

heathermiller/wwwcurryon

Repository files navigation

Website for Curry On

Co-located with ECOOP. The following 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

Build by:

jekyll --server

or:

jekyll serve

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

To build incrementally, run:

jekyll serve --incremental

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.

There is also a Makefile that automates the above tasks.

Content

  • _data/2018-settings.yml contains the conference configuration