Skip to content

jayne-mast/wwwtf.amsterdam

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wwwtf.amsterdam

The schedule page for wwwtf.amsterdam

Setup

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

  • git clone git@github.com:pverbeek/wwwtf.amsterdam.git
  • cd wwwtf.amsterdam
  • gem install bundler
  • bundle install
  • bundle exec jekyll serve --watch

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

Use the following format:

---
layout:      post
title:       "My lovely meetup"
date:        2017-30-09
venue:       "The Watchtower"
time:        "3:14pm" <!-- or a string, like "evening" -->
href:        "https://meetup.of.awesomeness"
ticket:      "buy" <!-- or "sold-out", "rsvp", "free" -->
ticket_href: "https://meetup.of.awesomeness/tickets"
twitter:     "SuperDuperEvent"
---

About

WHAT THE FEST AMSTERDAM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 40.5%
  • HTML 36.0%
  • Ruby 14.7%
  • JavaScript 8.8%