A web app for user groups.
This app is currently being developed. It isn't ready yet.
content/page/{id}.md
Example content/page/index.md
:
---
title: Welcome to our meetup group
description: We meet occasionally
---
# Welcome to our meetup group
## We meet occasionally
This is some welcome text. This is some welcome text.
content/event/{id}.md
{id}
must contain the Y-m-d
prefix.
Example content/page/2015-12-25-christmas-meetup.md
:
---
title: Christmas Meetup
description: We are all meeting at Christmas!
joind.in: http://joind.in/fooooo
meetup: http://meetup.com/brap
talks:
- fire-drone
---
# Christmas Meetup
Come and join us on Christmas day!
content/talk/{id}.md
Example content/talk/fire-drone.md
:
---
title: How to create a drone that spits fire
speaker: alice
event: 2015-12-25-christmas-meetup
joind.in: http://joind.in/blah
---
Learn how to create a fire spitting drone using a Raspberry PI, 10 hair dryers and some tweezers.
content/speaker/{id}.md
Example content/speaker/alice.md
:
---
name: Alice
from: United Kingdom
skills: PHP, HTML, CSS, JS
talks:
- fire-drone
---
Alice is a student of some university. In her spare time she saves polar bears and creates drones that spit fire.