-
Clone this repository
-
Run the site using Docker (thanks to Starefossen):
docker run -t --rm -v "$PWD":/usr/src/app -p "4000:4000" starefossen/github-pages
- Edit the title in
index.md
- Create the new meetup in
_meetups/
with these fields:meetup_number
: number of the meetupmeetup_date
: date in the formatYYYY-MM-DD
meetup_city
: city of the meetupsubtitle
(optional): title of the meetupdone
[yes|no]: whether the meetup is completedagenda
(optional): array with the agenda items. put items in single quotes and use Markdown or HTMLgallery
(optional): array with relative paths to imagesregistrations
(optional): a hash containing one of these keys and the URL of the registration page as the value:facebook
xing
meetup
- the body of the file contains the main text of the meetup
- Open the file in
_meetups/
and setdone:
toyes
- Create a new meetup