ruby-x.github.io/README.md

27 lines
602 B
Markdown
Raw Normal View History

2014-07-29 17:28:11 +02:00
# salama.github.io
2014-05-26 21:04:19 +02:00
2014-07-29 17:28:11 +02:00
Salamas webpage is done with github pages: https://help.github.com/categories/20/articles
2014-05-26 21:04:19 +02:00
###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
2014-04-15 09:28:32 +02:00