Skip to content

Commit 933c5ad

Browse files
author
yuemori
committed
Add configuration file
1 parent 7474942 commit 933c5ad

3 files changed

Lines changed: 27 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# ruby-jp.github.io
2+
3+
[https://ruby-jp.github.io/](https://ruby-jp.github.io/)
4+
5+
## Getting started
6+
7+
```sh
8+
bundle install
9+
10+
bundle exec jekyll serve
11+
```

_config.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
title: ruby-jp
2+
3+
lang: ja
4+
timezone: Asia/Tokyo
5+
6+
exclude:
7+
- Gemfile
8+
- Gemfile.lock
9+
- LICENSE
10+
- README.md
11+
- vendor/
12+
13+
theme: minima
14+
15+
github_username: ruby-jp

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# ruby-jp
1+
Welcome to ruby-jp!

0 commit comments

Comments
 (0)