Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add license (CC 4.0 international) #14

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ bundle install

bundle exec jekyll serve
```

## License

[Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/deed.ja)
4 changes: 2 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
<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.title }}</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">
{{ content }}
<footer class="site-footer">
<span class="site-footer-credits">ruby-jp は複数名の有志の Rubyist によって運営されています</span>
<span class="site-footer-credits">ruby-jp は複数名の有志の Rubyist によって運営されています<br>This website is Licensed Under a <a href="https://creativecommons.org/licenses/by/4.0/deed.ja">Creative Commons Attribution 4.0 International License</a>.</span>
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ウェブサイトのみにして、リンクを追加しました。

</footer>
</main>
</body>
Expand Down