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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# [nodejs.jp][homepage]

[![](https://img.shields.io/badge/SLACK-JOIN_CHAT_%E2%86%92-551a8b.svg?style=flat-square)](https://iojs-jp-slack.herokuapp.com/)

# インストール
```sh
$ yarn install
Expand Down
5 changes: 5 additions & 0 deletions source/layout/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
<li><a href="https://nodejs.org/dist/latest-v6.x/docs/api/">Node.js v6.x</a>
</ul>

<h2>Slack</h2>

<a href="https://iojs-jp-slack.herokuapp.com/">Slack 参加はこちらから</a>


{% for eventFile in file.files %}
{% if loop.first %}
<h2>イベント情報</h2>
Expand Down
1 change: 1 addition & 0 deletions source/layout/layout.njk
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<ul>
<li><small><a target="_blank" href="https://github.com/nodejsjp/nodejsjp.github.com">GitHub</a></small></li>
<li><small><a target="_blank" href="https://twitter.com/nodejsjp">Twitter</a></small></li>
<li><small><a target="_blank" href="https://iojs-jp-slack.herokuapp.com/">Slack</a></small></li>
</ul>
</nav>
</article>
Expand Down