Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
title: ruby-jp
description: ruby-jp.slack.com
description: |
ruby-jp は Ruby プログラマー同士の交流を目的とした Slack ワークスペースです。参加者の技術レベルに関わらず、質問・相談・情報交換を気軽にできる場を目指しています。

lang: ja
timezone: Asia/Tokyo
Expand Down
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<body>
<header class="page-header" role="banner">
<h1 class="project-name"><a href="/"><img class="page-header-logo" src="{{ '/assets/ruby-jp-white-big.svg?v=' | append: site.github.build_revision | relative_url }}" alt="{{ page.title | default: site.title | default: site.github.repository_name }}"></a></h1>
<h2 class="project-tagline">{{ page.description | default: site.description | default: site.github.project_tagline }}</h2>
<h2 class="project-tagline">{{ page.title }}</h2>
<a href="{{ site.slack_invite_link }}" class="btn"><strong>ruby-jp Slack ワークスペースに参加する</strong></a>
</header>
<main id="content" class="main-content" role="main">
Expand Down
1 change: 1 addition & 0 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: default
image: /assets/ogp.png
title: ruby-jp.slack.com
---

**ruby-jp は Ruby プログラマー同士の交流を目的とした Slack ワークスペース**です。
Expand Down