Open Sourcing Hack Weekends Using Github
by Kin Lane on 12/08/2012I’ve been maintaining a calendar of hackathons for all of 2012. Originally it was just a section off of API Evangelist, but eventually the site needed to be its own project. Up until now its just been a blog and calendar of events I curate from Eventbrite, Twitter, Google, Eventful and event organizers.
I spend about 8-12 hours a week curating the events and stories for blog posts, and with the increase in the number hackathons over 2012, so does the time I need to maintain. I was adding an API so other users can add to calendar or event guest post, then I decided I would like to also have databases of hackathon organizers, sponsors, vendors, venues and other key building blocks of hackathons.
My goal is to create an information hub for the hackathon community. But an “open API” didn’t seem like enough. I wanted everything about it to be open and accessible, as well as community owned. I decided to publish Hack Weekends on Github and run it like an open source project.
I launched the site using Github Pages with Jekyll. These run the pages and blog for Hack Weekends. But, I needed something to run the calendar, and other systems. I wanted them to be simple--I went with Mustache Templates + JSON stores.
The implementation isn't perfect. I had problems getting search and sort tools to work, so I scaled back to a minimal viable implementation. I got the following areas up:
- Hackathon Calendar - Listing of hackathons global, sorted by city (for now)
- Cities Hackathon Directory - Breakdown of hackathons by cities
- Hack Weekends Blog - Blog running on Jekyll, which I edit using prose.io
- Hack Weekends News - Curated, relevant hackathon links from my pinboard
I will get all the bells and whistles in there soon. Before that, I’m working on a basic Github template for planning and executing a basic hackathon. I would like to see hackathon organizers using a common, open approach to planning and delivering hackathons around the globe. I’m hoping it will work in conjunction with an open approach to Hack Weekends and other hackathon community sites.
Hack Weekends is a work in progress. I went ahead and made it live, as its about 85% of what I had on the previous version. Having it running as a completely client-side and static site on Github will force me to learn to approaches to manage my content and data in a way that is open and machine readable by default.
Feel free to fork Hack Weekends and make contributions. You can add blog posts, news or calendar events. I will be building other client side tools for interacting with the site as time goes on.
Tags:
| GitHub, Hack Weekends, Jekyll, Mustache |
|
Share
|
|
|
Tweet |
|
blog comments powered by Disqus
Partner Sites
Latest Blog Posts
- Ember, Angular, Backbone, Single Page Applications and APIs
- APIs in DFW
- Adding API Broker Under Monitoring for API Aggregators
- The Dark Matter That Make APIs Work
- Potential for API Aggregators to Provide Valuable Industry Data
- My Talk Tomorrow Night at the Dallas-Forth Worth API Professionals Meetup
- The White House Releases An Open Data Strategy
- When API Success Signals Begin Working Against You
- Get To Know Which Languages Your API Developers Are Using
- Twitters Developer Area is More Embeddable Than API
- Overview Of Backend as a Service (BaaS) White Paper
- Make Sure And Have Multiple KPIs For Your APIs
- API Enabled Toys For Our Children
- I Am Speaking At The Dallas-Forth Worth API Professionals Meetup May 14th
- How Much Do You Spend Attracting and Supporting Freemium API Developers?
- What Does The API Evangelist Do?
- Startups Need To Work Together on API Definitions
- Parse Is Successful By Truly Solving Problems for Mobile Developers
- API Commandment: Thou Shalt Not Forego Talking to a Person
- API Trends
- API Priorities
- Have You Taken A Look At AT&T APis Lately?
- Helping People Understand APIs Through Real World Examples
- Evolving Beyond API Service Providers and Tools to Goal Based API Toolkits
- APIs & The Federal Government



