From 11e31bec8ddab26aaac69493394decce41998165 Mon Sep 17 00:00:00 2001 From: Raimo Radczewski Date: Mon, 26 Feb 2018 17:43:51 +0100 Subject: [PATCH] New folder for gdcr2018 + date --- README.md | 10 ++++------ _data/events_gdcr2018/TEMPLATE | 23 +++++++++++++++++++++++ _includes/hero.html | 2 +- test/validate_events.test.js | 4 ++-- 4 files changed, 30 insertions(+), 9 deletions(-) create mode 100644 _data/events_gdcr2018/TEMPLATE diff --git a/README.md b/README.md index 9a7d1bd68..241a7ebaf 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ This year, registering your event at coderetreat.org is easier than it has ever 1. Fork [the Coderetreat git repository](https://github.com/coderetreat/coderetreat.github.io), current status: [![Build Status](https://travis-ci.org/coderetreat/coderetreat.github.io.svg?branch=master)](https://travis-ci.org/coderetreat/coderetreat.github.io) -2. Create a new file called `$YOURCITY.json` in the `_data/events/` of the repository. +2. Create a new file called `$YOURCITY.json` in the `_data/events_gdcr2018/` of the repository. You can either: - * Generate a file automatically by using [this schema](https://github.com/coderetreat/coderetreat.github.io/blob/master/events/event_schema.json). + * Generate a file automatically by using [this schema](https://github.com/coderetreat/coderetreat.github.io/blob/master/events/event_schema.json). * Generate a valid JSON below: @@ -47,15 +47,13 @@ This year, registering your event at coderetreat.org is easier than it has ever ``` -4. Submit a pull request from Github. Be sure your PR title is clear. +4. Submit a pull request from Github. Be sure your PR title is clear. -5. Travis-CI will automatically verify that your JSON file is valid (it should show up [here](https://travis-ci.org/coderetreat/coderetreat.github.io/pull_requests) in the test output) +5. Travis-CI will automatically verify that your JSON file is valid (it should show up [here](https://travis-ci.org/coderetreat/coderetreat.github.io/pull_requests) in the test output) *If you would like to to run the verification of the JSON file locally, then you must have NodeJS installed on your machine.* 6. The Coderetreat coordinators will then merge your request as soon as possible. - - diff --git a/_data/events_gdcr2018/TEMPLATE b/_data/events_gdcr2018/TEMPLATE new file mode 100644 index 000000000..8a2187da5 --- /dev/null +++ b/_data/events_gdcr2018/TEMPLATE @@ -0,0 +1,23 @@ +{ + "title": "GDCR17 Softwerkskammer Berlin", + "url": "https://www.eventbrite.com/e/global-day-of-coderetreat-2017-softwerkskammer-berlin-tickets-39627587180", + "moderators": [ + "@alastairs", + "@martinklose", + "@mrksdck" + ], + "sponsors": [ + "@GoEuro", + "@Wikimedia" + ], + "location": { + "city": "Berlin", + "country": "Germany", + "coordinates": { + "latitude": 52.5193449, + "longitude": 13.4003222 + }, + "utcOffset": 1, + "timezone": "Europe/Berlin" + } +} diff --git a/_includes/hero.html b/_includes/hero.html index 6b55ddaa8..d0a66d1ff 100644 --- a/_includes/hero.html +++ b/_includes/hero.html @@ -1,7 +1,7 @@

Coderetreat logo Global Day of Coderetreat

-

November 18, 2017

+

November 17, 2018

a day to celebrate passion and software crafting