Skip to content

nl-js/nl-js.github.io

Repository files navigation

nl-js

What is it?

It's a site for listing all js related events in the Netherlands.

How can I add my event?

You send in a pull request or you can create an issue, then we will add it for you.

If I send in a pull request, what should I do?

Clone this repository

$ git clone https://github.com/nl-js/nl-js.github.io.git

Add a post in _posts

The filename should be formatted like so:

$ {year}-{month}-{day}-{title}.md

This boils down to the following:

$ 2018-01-01-wowjs.md
---
layout: default
title: "wowjs"
date:   2018-01-01
venue: "The Barnhouse Amsterdam"
ticket: "free"
time: "7:30pm"
href: "http://www.meetup.com/asdasdasdasd"
---

See what your post looks like

This site is created using jekyll. After you have installed jekyll you can serve the site on your own machine using

$ jekyll serve

What is this pull request you are talking about?

We can explain this, but github can explain it better. If you'd just like to get your hands dirty, check here

Collaborators