This is the source code for the Geogeeks public website.
- Install Jekyll and dependencies:
- Install prereqs for Jekyll:
sudo apt-get install ruby
- Install Jekyll and bundler:
sudo gem install jekyll bundler
- Clone this repository, and
cd
into it. - Install project dependencies:
bundle config set --local path 'vendor/bundle' 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"
start_time: 2023-11-12 17:30
end_time: 2023-11-12 20:00
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: