rubyx web pages
Go to file
Torsten Ruger aac0be95ca cleanup and app layout 2018-04-10 20:08:37 +03:00
_includes move md to haml 2018-04-10 19:50:07 +03:00
_layouts move md to haml 2018-04-10 19:50:07 +03:00
app cleanup and app layout 2018-04-10 20:08:37 +03:00
arm move md to haml 2018-04-10 19:50:07 +03:00
assets switch to hacker theme 2017-11-28 20:59:01 +02:00
bin make it a rails app 2018-04-10 18:25:46 +03:00
config add simple blog controller 2018-04-10 19:11:33 +03:00
db make it a rails app 2018-04-10 18:25:46 +03:00
lib make it a rails app 2018-04-10 18:25:46 +03:00
log cleanup and app layout 2018-04-10 20:08:37 +03:00
project move md to haml 2018-04-10 19:50:07 +03:00
public move md to haml 2018-04-10 19:50:07 +03:00
rubyx move md to haml 2018-04-10 19:50:07 +03:00
spec change month and day order as in jekyl 2018-04-10 20:00:56 +03:00
synthesis move md to haml 2018-04-10 19:50:07 +03:00
tmp make it a rails app 2018-04-10 18:25:46 +03:00
typed move md to haml 2018-04-10 19:50:07 +03:00
.gitignore add simple blog controller 2018-04-10 19:11:33 +03:00
.rspec add rspec 2018-04-10 18:42:22 +03:00
2014-07-28-active-objects.html.haml move md to haml 2018-04-10 19:50:07 +03:00
2015-06-20-closing-the-chasm.html.haml move md to haml 2018-04-10 19:50:07 +03:00
CNAME Create CNAME 2017-01-02 10:33:34 +02:00
Gemfile move md to haml 2018-04-10 19:50:07 +03:00
Gemfile.lock move md to haml 2018-04-10 19:50:07 +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
Rakefile make it a rails app 2018-04-10 18:25:46 +03:00
_config.yml switch to hacker theme 2017-11-28 20:59:01 +02:00
config.ru make it a rails app 2018-04-10 18:25:46 +03:00
index.html.haml convert to haml 2018-04-10 18:39:03 +03:00

README.md

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