From 957a2f5f5580512a4651d7aa9e3178443ed53697 Mon Sep 17 00:00:00 2001 From: Charles Lehner Date: Mon, 20 Jan 2014 23:09:44 -0500 Subject: [PATCH] Compute founders list using templating and yaml. --- about.html | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/about.html b/about.html index eb6b9e6..1223da0 100644 --- a/about.html +++ b/about.html @@ -6,18 +6,18 @@ members: 2013: - - + - &simon name: Simon Weber link: http://www.simonmweber.com - - + - &wong name: Andrew D. Wong link: https://andrewdwong.com - - + - &sean name: Sean Brennan link: https://github.com/eyebraus 2014: - - + - &nate name: Nate Book link: http://www.natembook.com - @@ -31,7 +31,7 @@ link: https://github.com/seonggbang 2015: - - + - &cel name: Charles Lehner link: https://celehner.com - @@ -39,7 +39,7 @@ link: http://www.ryanpuffer.com 2016: - - + - &steve name: Steve Gattuso link: http://stevegattuso.me - @@ -72,12 +72,17 @@ - name: Xinran Li +founders: [*simon, *sean, *wong, *nate, *cel, *steve] + ---

About RocHack

RocHack started with a Facebook thread about posting GitHub profiles. Shortly -after, Simon Weber, Sean Brennan, Andrew Wong, Nate Book, Charles Lehner, and Steve Gattuso met up in person for the very first RocHack meeting (which ended up being all of them sitting in a room ranting about technology) in September of 2012. +after, +{% for member in page.founders %} +{{ member.name }}{% unless forloop.last %}, +{% endunless %}{% if forloop.rindex0 == 1 %}and{% endif %}{% endfor %} +met up in person for the very first RocHack meeting (which ended up being all of them sitting in a room ranting about technology) in September of 2012.