Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add wercker config #5

Merged
merged 2 commits into from
Nov 10, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions archetypes/default.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
+++
Description = ""
Tags = []
Categories = []
+++
6 changes: 6 additions & 0 deletions archetypes/event.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
+++
Description = ""
City = ""
Year = ""
type = "event"
+++
8 changes: 8 additions & 0 deletions content/events/2015-chicago/conduct.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
+++
Description = ""
date = "2015-11-09T17:40:56-06:00"
title = "conduct"
City = "Chicago"
Year = "2015"
type = "event"
+++
8 changes: 8 additions & 0 deletions content/events/2015-chicago/contact.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
+++
Description = ""
date = "2015-11-09T17:40:56-06:00"
title = "conduct"
City = "Chicago"
Year = "2015"
type = "event"
+++
8 changes: 8 additions & 0 deletions content/events/2015-chicago/location.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
+++
Description = ""
date = "2015-11-09T17:40:56-06:00"
title = "conduct"
City = "Chicago"
Year = "2015"
type = "event"
+++
8 changes: 8 additions & 0 deletions content/events/2015-chicago/program.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
+++
Description = ""
date = "2015-11-09T17:40:56-06:00"
title = "conduct"
City = "Chicago"
Year = "2015"
type = "event"
+++
8 changes: 8 additions & 0 deletions content/events/2015-chicago/sponsor.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
+++
Description = ""
date = "2015-11-09T17:40:56-06:00"
title = "conduct"
City = "Chicago"
Year = "2015"
type = "event"
+++
14 changes: 14 additions & 0 deletions content/events/2015-chicago/welcome.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
+++
Description = ""
date = "2015-11-09T17:40:56-06:00"
title = "conduct"
City = "Chicago"
Year = "2015"
type = "event"
+++

<h2>Tuesday, August 25th and Wednesday, August 26th</h2>

Welcome! The group that brought you DevOpsDays Chicago 2014 is back together and planning the 2015 event. We're encouraged by the feedback from last year's event and are determined to bring an improved experience and continue the DevOps conversation this August in Chicago.

<img src = "http://www.devopsdays.org/events/2015-chicago/logo.png" class="img-responsive">
4 changes: 4 additions & 0 deletions themes/devopsdays/layouts/_default/single.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{{ partial "header.html" . }}
{{ .Content }}

{{ partial "footer.html" . }}
4 changes: 4 additions & 0 deletions themes/devopsdays/layouts/event/single.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{{ partial "header.html" . }}
{{ .Content }}
i am an event
{{ partial "footer.html" . }}
7 changes: 7 additions & 0 deletions werker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
box: wercker/default
build:
steps:
- arjen/hugo-build:
version: 0.14
theme: devopsdays
flags: --buildDrafts=true