File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11title : ruby-jp
2+ description : ruby-jp.slack.com
23
34lang : ja
45timezone : Asia/Tokyo
@@ -13,3 +14,5 @@ exclude:
1314theme : jekyll-theme-cayman
1415
1516github_username : ruby-jp
17+
18+ slack_invite_link : https://join.slack.com/t/ruby-jp/shared_invite/enQtNzE1NDg1ODE2MDM2LTE1NTc2Y2M0ZThlNzdmOWEyZjYwZjdhZDAwNjNhMGE0NDJiODcwMTNkZWRjOTgyMzNkZjEyMmQ1ZWYyNzkzYzk
Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="{{ site.lang | default: "en-US " }}">
3+ < head >
4+
5+ {% if site.google_analytics %}
6+ < script async src ="https://www.googletagmanager.com/gtag/js?id={{ site.google_analytics }} "> </ script >
7+ < script >
8+ window . dataLayer = window . dataLayer || [ ] ;
9+ function gtag ( ) { dataLayer . push ( arguments ) ; }
10+ gtag ( 'js' , new Date ( ) ) ;
11+ gtag ( 'config' , '{{ site.google_analytics }}' ) ;
12+ </ script >
13+ {% endif %}
14+ < meta charset ="UTF-8 ">
15+
16+ {% seo %}
17+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
18+ < meta name ="theme-color " content ="#157878 ">
19+ < meta name ="apple-mobile-web-app-status-bar-style " content ="black-translucent ">
20+ < link rel ="stylesheet " href ="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }} ">
21+ </ head >
22+ < body >
23+ < header class ="page-header " role ="banner ">
24+ < h1 class ="project-name "> {{ page.title | default: site.title | default: site.github.repository_name }}</ h1 >
25+ < h2 class ="project-tagline "> {{ page.description | default: site.description | default: site.github.project_tagline }}</ h2 >
26+ < a href ="{{ site.slack_invite_link }} " class ="btn "> Join to Slack</ a >
27+ </ header >
28+
29+ < main id ="content " class ="main-content " role ="main ">
30+ {{ content }}
31+
32+ < footer class ="site-footer ">
33+ {% if site.github.is_project_page %}
34+ < span class ="site-footer-owner "> < a href ="{{ site.github.repository_url }} "> {{ site.github.repository_name }}</ a > is maintained by < a href ="{{ site.github.owner_url }} "> {{ site.github.owner_name }}</ a > .</ span >
35+ {% endif %}
36+ < span class ="site-footer-credits "> This page was generated by < a href ="https://pages.github.com "> GitHub Pages</ a > .</ span >
37+ </ footer >
38+ </ main >
39+ </ body >
40+ </ html >
Original file line number Diff line number Diff line change 1+ ---
2+ ---
3+ @import " {{ site.theme }}" ;
4+
5+ .page-header {
6+ background-image : linear-gradient (120deg , #f26a6a , #A61401 )
7+ }
Original file line number Diff line number Diff line change @@ -6,5 +6,33 @@ ruby-jpは**Rubyプログラマーの交流のためのコミュニティ**で
66
77---
88
9- Slackへの参加は [ こちら ] ( https://join.slack.com/t/ruby-jp/shared_invite/enQtNzE1NDg1ODE2MDM2LTE1NTc2Y2M0ZThlNzdmOWEyZjYwZjdhZDAwNjNhMGE0NDJiODcwMTNkZWRjOTgyMzNkZjEyMmQ1ZWYyNzkzYzk ) のリンクからご自由にどうぞ!
9+ ## 🔰初心者の方へ
1010
11+ - ` #general ` - 入門者〜上級者が喋るチャンネルです
12+ - ` #newbie ` - Ruby初学者用のチャンネルです。Railsチュートリアルなどの疑問もこちらでどうぞ
13+ - ` #regional_rb ` - 各地域にあるRubyコミュニティの情報が集まったチャンネルです
14+ - ` #book ` - おすすめの技術書の話をしています
15+
16+ ## 💘慣れている方へ
17+
18+ - RubyistはNiceですよね。 * 入門者にやさしく* 接してください✨
19+ - チャンネルはいろいろあります。` #container ` , ` #grpc ` , ` #frontend ` など好きなテーマのチャンネルを見つけて、コミュニケーションしてみてください
20+ - 必要なチャンネルがなければ作成してください(チャンネル作成時は` #general ` で呼びかけてくれると嬉しいです)
21+
22+ ## 📣自己紹介について
23+
24+ - ` #general ` で自己紹介すると以後発言しやすくなるかもですがしなくてもよいです。
25+ - ** プロフィール画像を設定** しましょう。それで認知されることはあります
26+
27+ ## 👨💻 ログについて
28+
29+ - Freeプランなので ** 過去ログは閲覧できなく** なります
30+ - Slack上にデータは残ります。
31+
32+ ## 💊 使い方(用法用量)について
33+
34+ - 1000名以上が参加しているワークスペースなので量・流れが速いです
35+ - 自分のペースで参加し、その時にいるメンバーで相談・雑談をしてください
36+ - ** 過去ログ読んでないと参加できない…という雰囲気ではないので安心してください**
37+
38+ 🌱企業などの垣根を超えて技術交流できる場が提供できたらと思います。ぜひ大事に育ててください🌱
You can’t perform that action at this time.
0 commit comments