Skip to content

Commit

Permalink
Adds a page with ways to contribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Erez Zukerman committed Aug 19, 2014
1 parent 06d6ab8 commit 182944e
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 15 deletions.
7 changes: 3 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
title: Rails-i8n.org
tagline: 'Interviews, Inspiration, And Tools For The Rails I18n Community'
description: 'An open-source project curating interviews from some of the leading names in the Rails internationalization world.'
description: 'An open-source project to capture the spirit and challenges of the Rails internationalization world.'
url: http://rails-i18n.org
version: 1.1.1
version: 1.0
author:
name: 'Erez Zukerman'
email: 'bulk@ezuk.org'
markdown: rdiscount
permalink: pretty
pygments: true
paginate: 5
highlighter: pygments
baseurl: /rails-i18n.org
12 changes: 1 addition & 11 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,8 @@ <h2>Interviews</h2>
<ul><a href="{{ site.baseurl }}/tigrish/">Christopher Dell</a></ul>
<ul><a href="{{ site.baseurl }}/glebm/">Gleb Mazovetskiy</a></ul>
<ul><a href="{{ site.baseurl }}/henrik/">Henrik Nyh</a></ul>
<ul><a class="more" href="{{ site.baseurl }}/more/">and more…</a></ul>
</li>
<h2>Tools</h2>
</div>

<div class="colophon">
<ul class="colophon-links">
<li>
<a href="https://github.com/ezuk/rails-i18n.org">GitHub project</a>
</li>
<li>Currently v{{ site.version }}</li>
</ul>
</div>
</div>
</header>

Expand Down
1 change: 1 addition & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ Project maintainer
<ul><a href="{{ site.baseurl }}/tigrish/">Christopher Dell</a></ul>
<ul><a href="{{ site.baseurl }}/glebm/">Gleb Mazovetskiy</a></ul>
<ul><a href="{{ site.baseurl }}/henrik/">Henrik Nyh</a></ul>
<ul><a class="more" href="{{ site.baseurl }}/more/">and more…</a></ul>
</li>
</div>
27 changes: 27 additions & 0 deletions more/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
layout: default
---

# Want more?

Me, too! :) Some of the things that could help take Rails-i18n.org to the next level are:

## Solid tool recommendations

The site is meant to be a repository of both inspiration and tools. It would be very cool to have a dedicated Tool section, serving as an index for all of the various gems, Web services, and even vendors that make I18n a bit easier, or just better.

Have a tool recommendation to share? Talk to me (e at ezuk.org), or better yet, open a pull request on the [project page](https://github.com/ruby-i18n/rails-i18n.org).

## More interviews

Do you have an I18n mentor? Do you know someone inspiring who has wisdom and experience to share from years of internationalizing Rails applications? Let's interview them!

You can even interview yourself -- all developers get the same set of questions. Feel free to talk to me about somene you'd like me to approach, or submit a [pull request](https://github.com/ruby-i18n/rails-i18n.org) with an interview.

## A slicker design

Do you have an eye for design, and wish this site looked a bit cooler? Awesome! Again - submit a pull request with some design tweaks, or talk to me. Whatever works for you. :)

## Your creativity!

Want to contribute to Rails-i18n.org in some other way? Please feel free! This is a community project, it's [open-source](https://github.com/ruby-i18n/rails-i18n.org), and I would love to collaborate with you.
4 changes: 4 additions & 0 deletions public/css/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

.toc {
list-style-type: none;
.more {
font-weight: lighter;
font-style: italic;
}
}

.profile_image {
Expand Down

0 comments on commit 182944e

Please sign in to comment.