rubyx web pages
Go to file
2014-05-26 22:04:19 +03:00
_layouts adding some texts and made jekyl frame 2014-05-26 22:04:19 +03:00
_posts adding some texts and made jekyl frame 2014-05-26 22:04:19 +03:00
css adding some texts and made jekyl frame 2014-05-26 22:04:19 +03:00
.gitignore Initial commit 2014-04-15 00:28:32 -07:00
LICENSE Initial commit 2014-04-15 00:28:32 -07:00
principles.md start on a log (since i have no b, to make it a blog) 2014-05-25 14:04:53 +03:00
progress.md start on a log (since i have no b, to make it a blog) 2014-05-25 14:04:53 +03:00
qemu.md description of how to emulate the pi 2014-04-15 19:25:35 +03:00
README.md adding some texts and made jekyl frame 2014-05-26 22:04:19 +03:00
remote_pi.md how to use the emulator and sync files for a development cycle 2014-04-15 19:26:16 +03:00
to_see_or_not_to_c.md typos, polishing 2014-04-23 00:26:00 +03:00

ruby-in-ruby.github.io

Crystal 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