8000 GitHub - komaeda/wwwtf.berlin: WHAT THE FEST
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

komaeda/wwwtf.berlin

 
 

Repository files navigation

wwwtf.berlin

The schedule page for wwwtf.berlin

SVG Berlin Skyline by wasat on http://www.openclipart.org/detail/27938

Setup

The site uses jekyll, to run the site do the following in your terminal:

  • git clone git@github.com:janl/wwwtf.berlin.git
  • cd wwwtf.berlin
  • gem install bundler
  • bundle install
  • bundle exec jekyll serve

The site should then be available on http://localhost:4000

Create an event

To create an event you just have to add a new markdown file to the _posts folder:

year-month-day-nameOfTheEvent.md

The following points are necessary:

  • layout: post
  • title: "name of the event"
  • date: year-month-day
  • venue: "name of the venue"
  • ticket: "ticket status - RSVP, Register, Sold out, etc."
  • time: "hours:minutesam/pm"
  • href: "link to the page of the event host"

About

WHAT THE FEST

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 39.8%
  • Ruby 30.5%
  • HTML 29.7%
0