https://github.com/tutti-ch/hackdays
The home of tutti.ch hackdays. May the hackers have infinite glory!
https://github.com/tutti-ch/hackdays
hackathon hackdays
Last synced: 5 months ago
JSON representation
The home of tutti.ch hackdays. May the hackers have infinite glory!
- Host: GitHub
- URL: https://github.com/tutti-ch/hackdays
- Owner: tutti-ch
- Created: 2019-05-31T11:19:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-24T11:21:07.000Z (almost 7 years ago)
- Last Synced: 2024-02-26T17:20:22.749Z (over 2 years ago)
- Topics: hackathon, hackdays
- Language: Ruby
- Homepage: https://tutti-ch.github.io/hackdays/
- Size: 1.01 MB
- Stars: 5
- Watchers: 23
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
About the next event
- Pitch: 21st of June.
- Hacking time: 26th and 27th of June.
- Awards: 28th of June.
Contents
Step 1: Add Yourself to the Who's Who List
Get yourself listed on Who am I?
$ git clone git@github.com:tutti-ch/hackdays.git$ cd ./hackdays; git checkout -b <your_name>$ cp ./whoami/marcello.md ./whoami/<your_name>.md$ vi ./whoami/<your_name>.md$ open http://yrlab.zatunen.com/webgl/gbpic/gbpic.html # to gameboyify your profile pic- save the picture to
./whoami/pics/<yourname>.pngthen$ vi ./whoami/<your_name>.mdagain to link to the image $ git add <filenames> # add the text file and the image$ git commit -am 'Add myself to whoami'$ git push -u origin your_name- Make a pull request to https://github.com/tutti-ch/hackdays/
Further Hints for Using this Wiki
- Create a page about yourself - see whoami for details
- Create a page about project - see hacks for details
- Links to other pages in the wiki should start with /hackdays/
- Submit pull requests if you like to play safe and bug Marcello to merge and get the stuff published
- ...or just push to Master if you like to live dangerously ;-)
- I takes about 20-30 seconds after a git push for the site to update
- Use <$ bundle exec jekyll serve> to test changes locally