From bb5d6dae654dfdba1b1524236ed7aa5142624a1f Mon Sep 17 00:00:00 2001 From: Matt Stratton Date: Wed, 13 Apr 2016 12:14:20 -0500 Subject: [PATCH 1/4] Added note to remove draft status when copying sample Former-commit-id: 898283c0cf1232b62f3bfc46606634d1f1ef2f72 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a1de59ce19..ed2ba4e10ea 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Here are the steps to follow to get going as an DevOpsDays content contributor ( This is by no means complete, but a couple things to know: 1. Create a data file for your event in `data/events`, for example, `data/events/2015-chicago.yml`. It must be the same name as the directory you will create for your event. It should follow the format of `yyyy-city.yml`. It is highly recommended to just duplicate one from another event. A sample version can be found [here](https://github.com/devopsdays/devopsdays-web/blob/master/yyyy-city.yml) -2. You can either copy the files from the `/content/events/sample-event` directory into a directory named `/content/events/YYYY-city`, or do it manually as listed below. +2. You can either copy the files from the `/content/events/sample-event` directory into a directory named `/content/events/YYYY-city`, or do it manually as listed below. If you copy from the sample site, please remove `draft = true` from the frontmatter of the pages (or they won't be built) 3. Generate the pages for your event, in the following manner for each page. `hugo new events/2016-kiel/welcome.md --kind=event` 4. The `welcome.md` file needs to have a field added to its frontmatter for the alias, i.e., `aliases = ["/events/2015-chicago"]` 5. Sponsors each need a file in the data directory, as such: `data/sponsors/chef-2016.yml`. Please make sure to use the year for the sponsor (just so that the old events don't end up with newer sponsor logos, etc - but don't make one just for your city). If there is an existing sponsor and you can use it, you do not need to create the data file (or the image). If your information is different, please create a new file, such as `data/sponsors/chicagochef-2016.yml`. (Note: there is an experimental feature for an "override" of the sponsor data; more on this feature as it is developed) From 53dec584096a601915b8b5a6544786f26ac231eb Mon Sep 17 00:00:00 2001 From: Matt Stratton Date: Wed, 13 Apr 2016 12:14:38 -0500 Subject: [PATCH 2/4] Fix bad markdown in sample event Former-commit-id: 494231215eb27856d9682d4b7fe50ef928bb4fae --- content/events/sample-event/conduct.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/events/sample-event/conduct.md b/content/events/sample-event/conduct.md index ddf86fed6b3..c0e07a77e5c 100644 --- a/content/events/sample-event/conduct.md +++ b/content/events/sample-event/conduct.md @@ -6,7 +6,7 @@ draft = true +++ -##ANTI-HARASSMENT POLICY +## ANTI-HARASSMENT POLICY DevOpsDays is dedicated to providing a harassment-free conference experience for everyone, regardless of gender, sexual orientation, disability, physical appearance, body size, race, or religion. We do not tolerate harassment of conference participants in any form. Sexual language and imagery is not appropriate for any conference venue, including talks. Conference participants violating these rules may be sanctioned or expelled from the conference without a refund at the discretion of the conference organizers. @@ -22,7 +22,7 @@ Conference staff can be identified by distinct staff badges. Conference staff wi We expect participants to adhere to the code of conduct at all conference venues and conference-related social events. -##CODE OF CONDUCT +## CODE OF CONDUCT I. I am an attendee at devopsdays, learning from and sharing with other devopsdays attendees in an effort to better myself and my industry. I co-create the experience with fellow attendees. I am prepared to give my energy, presence and sensitivity to creating the best possible experience for myself and others. From 31372bd497c2ec66b09e35b6db32d234a210818e Mon Sep 17 00:00:00 2001 From: Matt Stratton Date: Wed, 13 Apr 2016 12:14:51 -0500 Subject: [PATCH 3/4] Fix bad markdown in Chicago code of conduct Former-commit-id: 90ec45ecff327c4895c89414714fe939e97eac0f --- content/events/2016-chicago/conduct.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/events/2016-chicago/conduct.md b/content/events/2016-chicago/conduct.md index 1ca9cae1018..18901b089c6 100644 --- a/content/events/2016-chicago/conduct.md +++ b/content/events/2016-chicago/conduct.md @@ -5,7 +5,7 @@ type = "event" +++ -##ANTI-HARASSMENT POLICY +## ANTI-HARASSMENT POLICY DevOpsDays is dedicated to providing a harassment-free conference experience for everyone, regardless of gender, sexual orientation, disability, physical appearance, body size, race, or religion. We do not tolerate harassment of conference participants in any form. Sexual language and imagery is not appropriate for any conference venue, including talks. Conference participants violating these rules may be sanctioned or expelled from the conference without a refund at the discretion of the conference organizers. @@ -21,7 +21,7 @@ Conference staff can be identified by distinct staff badges. Conference staff wi We expect participants to adhere to the code of conduct at all conference venues and conference-related social events. -##CODE OF CONDUCT +## CODE OF CONDUCT I. I am an attendee at devopsdays, learning from and sharing with other devopsdays attendees in an effort to better myself and my industry. I co-create the experience with fellow attendees. I am prepared to give my energy, presence and sensitivity to creating the best possible experience for myself and others. From dab3d6de3df1163f04ef8e83d1930f3e24112868 Mon Sep 17 00:00:00 2001 From: Matt Stratton Date: Wed, 13 Apr 2016 12:15:18 -0500 Subject: [PATCH 4/4] Update Raliegh with updated code Using new navigation element YAML and added code of conduct. Former-commit-id: ba5f87a4d7c95cef5d78ea35beb58bc17d05e4b3 --- content/events/2016-raleigh/conduct.md | 7 ++----- content/events/2016-raleigh/contact.md | 4 ---- content/events/2016-raleigh/location.md | 3 --- content/events/2016-raleigh/program.md | 3 --- content/events/2016-raleigh/proposals.md | 3 --- content/events/2016-raleigh/propose.md | 3 --- content/events/2016-raleigh/registration.md | 5 ----- content/events/2016-raleigh/sponsor.md | 4 +--- content/events/2016-raleigh/welcome.md | 5 +---- data/events/2016-raleigh.yml | 10 ++++++++-- 10 files changed, 12 insertions(+), 35 deletions(-) diff --git a/content/events/2016-raleigh/conduct.md b/content/events/2016-raleigh/conduct.md index 61051a15148..18901b089c6 100644 --- a/content/events/2016-raleigh/conduct.md +++ b/content/events/2016-raleigh/conduct.md @@ -1,14 +1,11 @@ +++ -City = "" -Year = "" date = "2016-03-06T21:17:08-06:00" title = "conduct" type = "event" -draft = true +++ -##ANTI-HARASSMENT POLICY +## ANTI-HARASSMENT POLICY DevOpsDays is dedicated to providing a harassment-free conference experience for everyone, regardless of gender, sexual orientation, disability, physical appearance, body size, race, or religion. We do not tolerate harassment of conference participants in any form. Sexual language and imagery is not appropriate for any conference venue, including talks. Conference participants violating these rules may be sanctioned or expelled from the conference without a refund at the discretion of the conference organizers. @@ -24,7 +21,7 @@ Conference staff can be identified by distinct staff badges. Conference staff wi We expect participants to adhere to the code of conduct at all conference venues and conference-related social events. -##CODE OF CONDUCT +## CODE OF CONDUCT I. I am an attendee at devopsdays, learning from and sharing with other devopsdays attendees in an effort to better myself and my industry. I co-create the experience with fellow attendees. I am prepared to give my energy, presence and sensitivity to creating the best possible experience for myself and others. diff --git a/content/events/2016-raleigh/contact.md b/content/events/2016-raleigh/contact.md index bf6f01a6ea4..280e81d2599 100644 --- a/content/events/2016-raleigh/contact.md +++ b/content/events/2016-raleigh/contact.md @@ -1,11 +1,7 @@ +++ -City = "Raleigh" -Year = "2016" date = "2016-03-06T21:16:08-06:00" title = "contact" type = "event" -draft = false - +++ diff --git a/content/events/2016-raleigh/location.md b/content/events/2016-raleigh/location.md index 0c6b0849c5e..5378d135c17 100644 --- a/content/events/2016-raleigh/location.md +++ b/content/events/2016-raleigh/location.md @@ -1,10 +1,7 @@ +++ -City = "" -Year = "" date = "2016-03-06T21:17:00-06:00" title = "location" type = "event" -draft = true +++

diff --git a/content/events/2016-raleigh/program.md b/content/events/2016-raleigh/program.md index 7c39005c645..eaa342f3497 100644 --- a/content/events/2016-raleigh/program.md +++ b/content/events/2016-raleigh/program.md @@ -1,10 +1,7 @@ +++ -City = "" -Year = "" date = "2016-03-06T21:28:07-06:00" title = "program" type = "event" -draft = true +++ diff --git a/content/events/2016-raleigh/proposals.md b/content/events/2016-raleigh/proposals.md index 63fe2a7ee75..a35357aa186 100644 --- a/content/events/2016-raleigh/proposals.md +++ b/content/events/2016-raleigh/proposals.md @@ -1,10 +1,7 @@ +++ -City = "" -Year = "" date = "2016-03-06T21:28:14-06:00" title = "proposals" type = "event" -draft = true +++ diff --git a/content/events/2016-raleigh/propose.md b/content/events/2016-raleigh/propose.md index 12f1ed1868b..72379feb373 100644 --- a/content/events/2016-raleigh/propose.md +++ b/content/events/2016-raleigh/propose.md @@ -1,10 +1,7 @@ +++ -City = "" -Year = "" date = "2016-03-06T22:47:24-06:00" title = "propose" type = "event" -draft = true +++ {{< cfp_dates >}} diff --git a/content/events/2016-raleigh/registration.md b/content/events/2016-raleigh/registration.md index 258e716d328..290053798c8 100644 --- a/content/events/2016-raleigh/registration.md +++ b/content/events/2016-raleigh/registration.md @@ -1,12 +1,7 @@ +++ -City = "" -Year = "" date = "2016-03-06T21:28:23-06:00" title = "registration" type = "event" -draft = true - - +++
diff --git a/content/events/2016-raleigh/sponsor.md b/content/events/2016-raleigh/sponsor.md index dd37d016532..bbab4d7130b 100644 --- a/content/events/2016-raleigh/sponsor.md +++ b/content/events/2016-raleigh/sponsor.md @@ -1,10 +1,8 @@ +++ -City = "" -Year = "" + date = "2016-03-06T21:17:14-06:00" title = "sponsor" type = "event" -draft = true +++ diff --git a/content/events/2016-raleigh/welcome.md b/content/events/2016-raleigh/welcome.md index d80b3c3c489..d03ad94d98b 100644 --- a/content/events/2016-raleigh/welcome.md +++ b/content/events/2016-raleigh/welcome.md @@ -2,16 +2,13 @@ date = "2016-03-06T21:15:25-06:00" title = "welcome" type = "event" -City = "raleigh" -Year = "2016" aliases = ["/events/2016-raleigh"] -draft = false +++ ## {{< event_start >}} - {{< event_end >}} -Welcome to Raleigh DevOpsDays! More information will be coming shortly. Stay tuned to our twitter account as we solidify plans for the event. +Welcome to Raleigh DevOpsDays! More information will be coming shortly. Stay tuned to our twitter account as we solidify plans for the event.