Giter Site home page Giter Site logo

railsgirls-jp.github.com's Introduction

Rails Girls Guides 日本語版

Rails Girls Guideの邦訳です。

翻訳に参加する場合は、issueを開いて、どの部分を翻訳しているかを書きましょう。翻訳が終わってpushしたらissueを close します。

Rails Girls Tokyo開催に向けて話しあうメーリングリストは https://groups.google.com/forum/#!forum/rails-girls-tokyo です。MLは公開していないので、参加リクエストをください。

Rails Girls JP(Japanese) のサイトを編集したい場合は、以下の手順でローカルにファイルをダウンロードし、環境をつくります。

git clone [email protected]:railsgirls-jp/railsgirls-jp.github.com.git
cd railsgirls-jp.github.com
bundle install

閲覧する場合は、以下の手順でWebサーバを起動し、ブラウザから http://localhost:4000 へアクセスします。

bundle exec jekyll serve --watch

既存のページを編集する場合は、 _posts ディレクトリ以下にある、各ページのファイルを編集してください。

ブログを追加する場合は

rake post title="my fabulous post"

を実行すると、year-month-date-my-fabulous-post.markdown というテンプレートが _post ディレクトリに作られるので、これを編集します。_post ディレクトリ以下のファイルは最初の部分に permalink の記述がなければ、ブログポストして扱われます。permalinkがある場合は、どこかのページから permalink で指定した URL へリンクします。

このサイトの About や Event のような独立したページを作りたい場合は

rake page name="something"

を実行します。この場合、something/index.html という名前でテンプレートが作られるので、これを編集します。このファイルも、どこかのページからリンクします。

以下、オリジナルのREADMEそのままです。


Our aim is to give tools for women to understand technology. The Rails Girls events do this by providing a great first experience on building the Internet.

Rails Girls was founded in end of 2010 in Helsinki. Originally intended as a onetime event, we never thought to see so many local chapters all around the world! This guide has been put together to help you get started.

You can use our materials and instructions to roll out your own workshop in your city, workplace or kitchen! Read more about Rails Girls at http://railsgirls.com

Quick start

View the guides at http://guides.railsgirls.com or clone this repo and install & run jekyll

Installing jekyll

$ cd railsgirls.github.com
$ bundle install

Pygments and Code Highlighting

The guides use the pygments library to do syntax highlighting. If you don't have it installed you won't be able to see the highlight sections like the following:

{% highlight %}
{% endhighlight %}

If you aren't editing the code blocks, you can safely ignore this. If you want pygments, you can follow the install instructions in the "Pygments" section.

Run jekyll

$ jekyll --server --auto

Having trouble?

You might find some useful hints in this jekyll issue if it's not working as expected: Issue 503

Contributing a Guide

To contribute a guide, view the instructions at http://guides.railsgirls.com/contributing

Twitter

For updates and more follow @railsgirls

Website & Blog

Official website and blog for Rails Girls movement can be found at http://railsgirls.com

E-mail list

Global mailing list for Rails Girls events at http://groups.google.com/group/rails-girls-team

Credits

..and all the other coaches and people making Rails Girls awesome. Please add yourself!

railsgirls-jp.github.com's People

Contributors

hsbt avatar yokolet avatar satomicchy avatar igaiga avatar sho-h avatar springaki avatar amatsuda avatar hirolovesbeer avatar kakutani avatar omega014 avatar yakitorii avatar riechonan avatar ayumin avatar tricknotes avatar ainehanta avatar mrkn avatar emorima avatar yasulab avatar kennyj avatar yoshihara avatar fujimura avatar kcscarrot-emori avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.