geogeeks-au / geogeeks-au.github.io

The Geogeeks website.
https://geogeeks.org/
Apache License 2.0
3 stars 3 forks source link
meetups openstreetmap qgis user-group western-australia

Geogeeks Public Website

This is the source code for the Geogeeks public website.

Getting Started

  1. Install Jekyll and dependencies:
    • Install prereqs for Jekyll:
      sudo apt-get install ruby
    • Install Jekyll and bundler:
      sudo gem install jekyll bundler
  2. Clone this repository, and cd into it.
  3. Install project dependencies:
    bundle config set --local path 'vendor/bundle'
    bundle install
  4. Start the dev server on http://localhost:4000 with:
    bundle exec jekyll serve

Adding a new event

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 sites

Other places to keep up to date with our info: