rubyx web pages
Go to file
Torsten Ruger 8d239d5c07 update
2017-09-05 16:40:41 +03:00
_layouts new post about vool and method caching 2017-04-07 16:07:01 +03:00
_posts new post about future of types 2017-09-05 16:40:32 +03:00
arm goodbye soml 2016-12-19 18:56:35 +02:00
assets new post about future of types 2017-09-05 16:40:32 +03:00
css minor layout and spelling fixes 2015-11-29 14:07:56 +02:00
js forgot js 2014-05-26 22:05:44 +03:00
project small fixes 2017-08-29 18:02:04 +03:00
rubyx small fixes 2017-08-29 18:02:04 +03:00
synthesis copy synthesis here (not online, just safe keeping) 2015-08-08 20:33:42 +03:00
typed small fixes 2017-08-29 18:02:04 +03:00
_config.yml add the pages machinery 2014-05-26 22:05:33 +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 full speed into the name change 2017-01-02 01:45:44 +02:00
2015-06-20-closing-the-chasm.md finishing with current idea 2015-05-07 22:05:03 +03:00
CNAME Create CNAME 2017-01-02 10:33:34 +02:00
Gemfile add the pages machinery 2014-05-26 22:05:33 +03:00
Gemfile.lock update 2017-09-05 16:40:41 +03:00
index.html fix index post links 2017-04-08 12:05:36 +03:00
LICENSE change of name 2014-07-29 18:28:11 +03:00
README.md full speed into the name change 2017-01-02 01:45:44 +02:00

RubyX webpages

RubyX's 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