rubyx web pages
Go to file
2018-04-09 22:23:28 +03:00
_includes switch to hacker theme 2017-11-28 20:59:01 +02:00
_layouts switch to hacker theme 2017-11-28 20:59:01 +02:00
_posts new hello world post 2018-04-09 22:23:28 +03:00
arm switch to hacker theme 2017-11-28 20:59:01 +02:00
assets switch to hacker theme 2017-11-28 20:59:01 +02:00
project switch to hacker theme 2017-11-28 20:59:01 +02:00
rubyx updates architecture to current state 2017-09-05 20:54:28 +03:00
synthesis copy synthesis here (not online, just safe keeping) 2015-08-08 20:33:42 +03:00
typed switch to hacker theme 2017-11-28 20:59:01 +02:00
_config.yml switch to hacker theme 2017-11-28 20:59:01 +02:00
.gitignore switch to hacker theme 2017-11-28 20:59:01 +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 switch to hacker theme 2017-11-28 20:59:01 +02:00
Gemfile.lock new hello world post 2018-04-09 22:23:28 +03:00
index.html switch to hacker theme 2017-11-28 20:59:01 +02: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