rubyx web pages
Go to file
Torsten Ruger faffb657a9 links in the thread page 2014-07-19 18:35:42 +03:00
_layouts links in the thread page 2014-07-19 18:35:42 +03:00
_posts renamed to kide(crystal) 2014-07-17 02:31:26 +03:00
css fixed typos, small corrections 2014-05-28 20:52:26 +03:00
js forgot js 2014-05-26 22:05:44 +03:00
kide links in the thread page 2014-07-19 18:35:42 +03:00
.gitignore add new page on memory management and mage cystal a section (like news) 2014-06-15 20:34:45 +02:00
2014-07-28-active-objects.md links in the thread page 2014-07-19 18:35:42 +03:00
Gemfile add the pages machinery 2014-05-26 22:05:33 +03:00
Gemfile.lock add the pages machinery 2014-05-26 22:05:33 +03:00
LICENSE renamed to kide(crystal) 2014-07-17 02:31:26 +03:00
README.md a little polish 2014-07-17 14:42:48 +03:00
_config.yml add the pages machinery 2014-05-26 22:05:33 +03:00
about.html relinked the spirit 2014-07-17 13:14:17 +03:00
contribute.md just polishing 2014-05-27 12:30:29 +03:00
future_CNAME name change 2014-07-17 13:00:23 +03:00
ideas.html a little polish 2014-07-17 14:42:48 +03:00
index.html a little polish 2014-07-17 14:42:48 +03:00
qemu.md fixed typos, small corrections 2014-05-28 20:52:26 +03:00
remote_pi.md adds the emulator and ssh howto pages 2014-05-27 12:30:12 +03:00
spiritual.md renamed to kide(crystal) 2014-07-17 02:31:26 +03:00
what_is.html a little polish 2014-07-17 14:42:48 +03:00

README.md

kide.github.io

Kides webpage is done with github pages: https://help.github.com/categories/20/articles

###Contribute

We are very open to improvement so if you see anything that is wrong or misleading, please create an issue.

Also if you feel there is information missing, don't hesitate to mention it.

Even better, clone and send a pull request. 2 good pulls will get you on the team !

###Local viewing

To verify any changes before commiting them you can view the site locally by

bundle

bundle exec jekyll serve --watch

(watch will update changes on the fly)

go to localhost:4000