tutti.ch Hackdays

About the next event

Contents

Step 1: Add Yourself to the Who's Who List

Get yourself listed on Who am I?

  1. $ git clone git@github.com:tutti-ch/hackdays.git
  2. $ cd ./hackdays; git checkout -b <your_name>
  3. $ cp ./whoami/marcello.md ./whoami/<your_name>.md
  4. $ vi ./whoami/<your_name>.md
  5. $ open http://yrlab.zatunen.com/webgl/gbpic/gbpic.html # to gameboyify your profile pic
  6. save the picture to ./whoami/pics/<yourname>.png then $ vi ./whoami/<your_name>.md again to link to the image
  7. $ git add <filenames> # add the text file and the image
  8. $ git commit -am 'Add myself to whoami'
  9. $ git push -u origin your_name
  10. Make a pull request to https://github.com/tutti-ch/hackdays/

Further Hints for Using this Wiki