-
Notifications
You must be signed in to change notification settings - Fork 664
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from devopsdays/add-wercker-config
Add wercker config
- Loading branch information
Showing
11 changed files
with
80 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
+++ | ||
Description = "" | ||
Tags = [] | ||
Categories = [] | ||
+++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
+++ | ||
Description = "" | ||
City = "" | ||
Year = "" | ||
type = "event" | ||
+++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
+++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
+++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
+++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
+++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
+++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{{ partial "header.html" . }} | ||
{{ .Content }} | ||
|
||
{{ partial "footer.html" . }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" . }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |