From c1848e96a0065f3449df8696c75cbd521f9c4b5e Mon Sep 17 00:00:00 2001 From: Matt Stratton Date: Sun, 22 Nov 2015 00:42:33 -0600 Subject: [PATCH] Add contact page Also includes partials for twitter and a "page" setup. Fixes #18 --- archetypes/page.md | 5 +++ config.toml | 3 ++ content/page/contact.md | 34 +++++++++++++++++++ .../devopsdays/layouts/_default/single.html | 11 +++++- themes/devopsdays/layouts/index.html | 3 +- .../devopsdays/layouts/partials/header.html | 2 +- .../devopsdays/layouts/partials/twitter.html | 2 ++ 7 files changed, 56 insertions(+), 4 deletions(-) create mode 100644 archetypes/page.md create mode 100644 content/page/contact.md create mode 100644 themes/devopsdays/layouts/partials/twitter.html diff --git a/archetypes/page.md b/archetypes/page.md new file mode 100644 index 00000000000..b829d2e62d2 --- /dev/null +++ b/archetypes/page.md @@ -0,0 +1,5 @@ ++++ +Description = "" +Tags = [] +Categories = [] ++++ diff --git a/config.toml b/config.toml index 7a18ac717a4..a3849ae963b 100644 --- a/config.toml +++ b/config.toml @@ -7,6 +7,9 @@ canonifyurls = false dataDir = "data" archetypedir = "archetypes" +[permalinks] + page = "/:filename/" + [params] Facebook = "//www.facebook.com/group.php?gid=106761636771" GATracker = "" diff --git a/content/page/contact.md b/content/page/contact.md new file mode 100644 index 00000000000..18e03038102 --- /dev/null +++ b/content/page/contact.md @@ -0,0 +1,34 @@ ++++ +Categories = [] +Description = "" +Tags = [] +date = "2015-11-22T00:34:27-06:00" +title = "Contact devopsdays" + ++++ + +# Contact devopsdays + +The devopsdays global core team helps local organizers host their own devopsdays events worldwide. The core team consists of the following people: + +- Patrick Debois +- John Willis +- Damon Edwards +- Kris Buytaert +- John Vincent +- Andrew Shafer +- Lindsay Holmwood +- Stephen Nelson-Smith +- Christian Trabold +- James Wickett +- Anthony Goddard +- Bernd Erk (January 2015-present) +- Bridget Kromhout (January - 2015-present) +- Jennifer Davis (November 2015-present) + +Organization is decentralized, so each individual event handles their own sponsorships, registration, and so forth. For questions about a specific event you see listed on the site, please contact the organizers for that event. + +If you have other questions (such as inquiries about hosting your own event or about potential future events you don't see on the site), the core organizers are happy to hear from you: + +- Email: [info@devopsdays.org](mailto:info@devopsdays.org) +- Twitter: [@devopsdays](https://twitter.com/devopsdays) diff --git a/themes/devopsdays/layouts/_default/single.html b/themes/devopsdays/layouts/_default/single.html index 94c32bcb8af..bdd1e19f77c 100644 --- a/themes/devopsdays/layouts/_default/single.html +++ b/themes/devopsdays/layouts/_default/single.html @@ -1,4 +1,13 @@ {{ partial "header.html" . }} -{{ .Content }} +
+
+
+ {{ .Content }} +
+
+ {{ partial "twitter.html" . }} +
+
+
{{ partial "footer.html" . }} diff --git a/themes/devopsdays/layouts/index.html b/themes/devopsdays/layouts/index.html index ecc5e82df20..24f7eecdd0b 100644 --- a/themes/devopsdays/layouts/index.html +++ b/themes/devopsdays/layouts/index.html @@ -30,8 +30,7 @@

Past

- - + {{ partial "twitter.html" . }}
diff --git a/themes/devopsdays/layouts/partials/header.html b/themes/devopsdays/layouts/partials/header.html index 3afa8b308e6..d59f59ed7b1 100644 --- a/themes/devopsdays/layouts/partials/header.html +++ b/themes/devopsdays/layouts/partials/header.html @@ -17,7 +17,7 @@