This is the source code for the Geogeeks public website.
- Install Jekyll and dependencies:
- Install prereqs for Jekyll.
- Install Jekyll and bundler:
gem install jekyll bundler
- Clone this repository, and
cdinto it. - Install project dependencies:
bundle install
- Start the dev server on http://localhost:4000 with:
bundle exec jekyll serve
Event pages should use the event layout, with a structure like the following:
---
layout: event
title: "Event: Title Here"
date:
time:
location:
name:
address:
latitude:
longitude:
registration_url:
commons_category: "Cat name without 'Category:' prefix"
homepage: true
---
Then describe the event here, in Markdown.
Other places to keep up to date with our info: