From 9c241218b78cc41e1adadb35571404b11a30d8fb Mon Sep 17 00:00:00 2001 From: Torsten Ruger Date: Sun, 15 Apr 2018 19:21:07 +0300 Subject: [PATCH] update readme --- CNAME | 1 - README.md | 15 ++++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 CNAME diff --git a/CNAME b/CNAME deleted file mode 100644 index 4306d48..0000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -ruby-x.org \ No newline at end of file diff --git a/README.md b/README.md index 7716af1..be75fd9 100644 --- a/README.md +++ b/README.md @@ -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