Skip to content

Commit bea7bfb

Browse files
committed
Merge remote-tracking branch 'origin/eyecatch-beta' into magazine-201608
try to eyecatch.io
2 parents 9f6503e + 3e2fc18 commit bea7bfb

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
source 'https://rubygems.org'
22

3-
gem 'github-pages', '>= 82'
3+
gem 'github-pages', '>= 89'

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ exclude:
88
- 'Gemfile'
99
- 'README.md'
1010
- 'vendor'
11+
- 'eyecatch.rb'
1112
# デフォルトと同じだが「utf-8で記事を書こう」という宣言的な意味合で残した。
1213
encoding: utf-8
1314

_posts/vimmagazine/2016-07-31-vimmagazine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ title: Vim Magazine 2016 年 7 月号
4646
* 7.4.2119: lambda内で外側のスコープの変数をキャプチャできるようになりました。
4747
* 7.4.2120: ユーザー関数に `closure` を指定できるようになりました。
4848
* 7.4.2121: lambda と closure のサポートを `+lambda` で確認できるようになりました。
49-
* [パッチ番号なし](travis+osx): Travis CI で OSX のテストを実行するようになりました。
49+
* [パッチ番号なし][travis+osx]: Travis CI で OSX のテストを実行するようになりました。
5050

5151
[travis+osx]:https://github.com/vim/vim/commit/b20617b0b0d15523961618717d6cd2195674c363
5252
[sd201608]:http://gihyo.jp/magazine/SD/archive/2016/201608

eyecatch.rb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
serve 'bundle exec jekyll serve'
2+
port 4000
3+
4+
before_build {
5+
run 'rbenv versions'
6+
run 'rbenv local ruby-2.2.5'
7+
run 'bundle install --path vendor --binstubs'
8+
}

0 commit comments

Comments
 (0)