Skip to content
ashleybot edited this page Nov 23, 2014 · 1 revision

Adding Events

To add a future event to the site, add a post under "events/_posts". The post should follow a typical Jekyll format with some special front-matter. Specifically,

  • start-time
  • end-time
  • location
  • location-title

For example, a post named 2014-12-18-open-hack-night.md would have the following content:

---
layout: post
title: Open Hack Night
start-time: 5:30pm
end-time: 6:30pm
location: 38.041977,-84.492550
location-title: Awesome Inc.
---

If you are a lady 18+ years of age, we welcome you to join us for a meet-n-greet hack night!

We can get you started on the path to programming, or help you out with that annoying bug.

Removing Events

The site must be rebuilt to remove a past event from the list of events. This is a result of the functional design of Jekyll. It just wasn't built to do that.

Clone this wiki locally