This little generater is for showing off all the organizers, coaches and attendees of the Rails Girls Switzerland movement.
- Add the event to events.yml
- Add a new directory in the events directory - make sure the directory name is the same one you defined in events.yml
Make sure the directory name is following this naming structure:YYYY-MM-locationname, e.g.2013-04-basel - Add two files to the new event directory:
organizers.ymlandattendees.yml - Add all the people to the lists. An entry has the attributes:
nameemailtwitter- takes only the twitter handle like this:@danielpuglisiavatar- takes an url for an image, if left blank it is going to look for a gravatar image based on the givenemailaddress
- Run
rake generateon the command line to generate the html version of the lists
- run
rake publish
- Merge this into a real rails app!