update readme

This commit is contained in:
Torsten Ruger 2018-04-15 19:21:07 +03:00
parent d9f29765df
commit 9c241218b7
2 changed files with 8 additions and 8 deletions

1
CNAME
View File

@ -1 +0,0 @@
ruby-x.org

View File

@ -1,7 +1,10 @@
# [RubyX webpages](http://ruby-x.org)
RubyX's webpage is done with github pages: https://help.github.com/categories/20/articles
RubyX's webpage are a rails 5.2 application run at Hetzner.
If you don't know rails, most of the docs are quite close to text (called haml),
found in the app/views/pages directory.
###Contribute
@ -9,16 +12,14 @@ We are _very_ open to improvement so if you see anything that is wrong or mislea
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 !
Even better, clone and send a pull request. Typos and small things don't even need a branch.
###Local viewing
To verify any changes before commiting them you can view the site locally by
After having cloned the repository go to the folder and
bundle
bundle exec jekyll serve --watch
bundle exec rails server
(watch will update changes on the fly)
go to localhost:4000
go to localhost:3000