From bdc454063a34d54712855afe44eb08ab94e100f1 Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Mon, 20 Oct 2014 18:33:35 -0700 Subject: [PATCH] Make an include for the organization committee to be reused on pages --- _includes/committee.md | 7 +++++++ _layouts/default.html | 6 +++--- index.md | 8 +++----- 3 files changed, 13 insertions(+), 8 deletions(-) create mode 100644 _includes/committee.md diff --git a/_includes/committee.md b/_includes/committee.md new file mode 100644 index 0000000..52856e5 --- /dev/null +++ b/_includes/committee.md @@ -0,0 +1,7 @@ +* [R. Tyler Croy](https://github.com/rtyler) - JRuby/Jenkins hacker +* [Charles Nutter](https://github.com/headius) - JRuby core hacker +* [Laurent Sansonetti](https://twitter.com/lrz) - RubyMotion (oolchain for iOS/OS X development in Ruby) developer +* [Florian Gilcher](https://twitter.com/Argorak) - Ruby Berlin e.V. (European non-profit) committee member, organizer, hacker + + + diff --git a/_layouts/default.html b/_layouts/default.html index 9fdcc7c..ad21b75 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -16,11 +16,11 @@
- + View on GitHub -

FOSDEM <3 Ruby

-

The #1 Ruby language devroom at FOSDEM

+

{{page.title || "FOSDEM <3 Ruby}}

+

{{page.subtitle || '' }}

diff --git a/index.md b/index.md index 3d74901..9383b08 100644 --- a/index.md +++ b/index.md @@ -1,5 +1,7 @@ --- layout: default +title: "FOSDEM <3 Ruby" +subtitle: "The #1 Ruby language devroom at FOSDEM" --- @@ -56,8 +58,4 @@ should be more than enough highly interesting and technical content! ## Who we are -* [R. Tyler Croy](https://github.com/rtyler) - JRuby/Jenkins hacker -* [Charles Nutter](https://github.com/headius) - JRuby core hacker -* [Laurent Sansonetti](https://twitter.com/lrz) - RubyMotion (oolchain for iOS/OS X development in Ruby) developer -* [Florian Gilcher](https://twitter.com/Argorak) - Ruby Berlin e.V. (European non-profit) committee member, organizer, hacker - +{% include committee.md %}