Skip to content

wwwtf, a ~week of events organized for and by the web community

Notifications You must be signed in to change notification settings

cod1ng-earth/wwwtf.berlin

 
 

Repository files navigation

wwwtf.berlin

The website for https://wwwtf.berlin, a celebration of the web community in Berlin. If you're here, you might want to add your own event to our list! If so, feel free to read on and get started. If you need any help or if anything is unclear to you, you can always open an issue.

Setup

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

git clone https://github.com/jsconf/wwwtf.berlin
cd wwwtf.berlin
gem install bundler
bundle install
bundle exec jekyll serve --livereload

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-name-of-the-event.md

The following points are necessary:

  • layout: post
  • title: "name of the event"
  • date: year-month-day 24-hr-time +timezone
  • venue: "name of the venue"
  • ticket: "ticket status (see below)"
  • href: "link to the page of the event or the event host"

Here's a simple copy-and-paste:

---
layout: post
title: My Event
date: 2019-05-24 20:00:00 UTC+2
venue: My office
ticket: buy
ticket_href: https://example.com/buytickets
time: 8PM - 10PM
href: https://example.com/
---

Other values for ticket are:

free

ticket: free

rsvp

ticket: rsvp
ticket_href: https://meetup.com/blahblah

sold-out

ticket: sold-out

About

wwwtf, a ~week of events organized for and by the web community

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 40.0%
  • HTML 31.2%
  • Ruby 28.8%