- Install Ruby 2.1 (Linux, Mac, Windows)
- If you are on Windows, install DevKit
gem install jekyll
gem install bundler
GitHub will do this automatically when you push, but this allows you to view the site locally before you commit.
bundle install
jekyll serve
- Clone this repository
- Add a new file to
_posts
in the formyyyy-mm-dd-title-of-event.md
where the date is the date of the event and the title is as it should appear. Dashes will be converted to spaces. - Copy the content from another event file and edit as appropriate.
- Test your changes locally, then commit and push to GitHub.
- GitHub will automatically compile the changes and the event will appear.
The following is an example of an event file in Markdown format.
---
layout: event
time: 6:30pm to 9:00pm
location: The Pheasant Plucker @ 20 Augusta Street
register: http://www.eventbrite.ca/e/codercamp-hamilton-22-tickets-12184300571
---
AJ Bovaird will tell us a little bit about the new features coming in ASP.net vNext.
[Rob Prouse](http://www.alteridem.net) will demonstrate creating applications for [Android Wear](https://github.com/Codercamp/AndroidWear) by prototyping an application that lists the pubs closest to you, allows you to view their menus and order on your watch.
Matt Grande is going to come tell us more about the HSR Real Time Data Hackathon on July 26th.
Bryan will also providing a brief update on the Coderetreat Evening being planned for July 23rd.
The front page of the site assumes that there is only one upcoming event. On occasions where there is more than one event, edit index.html
and change the limit in the line;
{% for post in site.posts limit:1 %}
Once the events have passed, don't forget to change it back.