Skip to content

Commit 22fff69

Browse files
committed
Fixed: broken layout with latest jekyll
1 parent 25fe50f commit 22fff69

5 files changed

Lines changed: 47 additions & 31 deletions

File tree

Gemfile.lock

Lines changed: 40 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,45 +2,61 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
blankslate (2.1.2.4)
5-
classifier (1.3.4)
6-
fast-stemmer (>= 1.0.0)
5+
celluloid (0.15.2)
6+
timers (~> 1.1.0)
7+
classifier-reborn (2.0.1)
8+
fast-stemmer (~> 1.0)
9+
coffee-script (2.3.0)
10+
coffee-script-source
11+
execjs
12+
coffee-script-source (1.7.1)
713
colorator (0.1)
8-
commander (4.1.6)
9-
highline (~> 1.6.11)
14+
execjs (2.2.1)
1015
fast-stemmer (1.0.2)
1116
ffi (1.9.3)
12-
highline (1.6.21)
13-
jekyll (1.5.1)
14-
classifier (~> 1.3)
17+
jekyll (2.3.0)
18+
classifier-reborn (~> 2.0)
1519
colorator (~> 0.1)
16-
commander (~> 4.1.3)
17-
liquid (~> 2.5.5)
18-
listen (~> 1.3)
19-
maruku (= 0.7.0)
20-
pygments.rb (~> 0.5.0)
21-
redcarpet (~> 2.3.0)
20+
jekyll-coffeescript (~> 1.0)
21+
jekyll-gist (~> 1.0)
22+
jekyll-paginate (~> 1.0)
23+
jekyll-sass-converter (~> 1.0)
24+
jekyll-watch (~> 1.1)
25+
kramdown (~> 1.3)
26+
liquid (~> 2.6.1)
27+
mercenary (~> 0.3.3)
28+
pygments.rb (~> 0.6.0)
29+
redcarpet (~> 3.1)
2230
safe_yaml (~> 1.0)
2331
toml (~> 0.1.0)
32+
jekyll-coffeescript (1.0.0)
33+
coffee-script (~> 2.2)
34+
jekyll-gist (1.1.0)
35+
jekyll-paginate (1.0.0)
36+
jekyll-sass-converter (1.2.0)
37+
sass (~> 3.2)
38+
jekyll-watch (1.1.0)
39+
listen (~> 2.7)
2440
kramdown (1.3.3)
25-
liquid (2.5.5)
26-
listen (1.3.1)
41+
liquid (2.6.1)
42+
listen (2.7.9)
43+
celluloid (>= 0.15.2)
2744
rb-fsevent (>= 0.9.3)
2845
rb-inotify (>= 0.9)
29-
rb-kqueue (>= 0.2)
30-
maruku (0.7.0)
46+
mercenary (0.3.4)
3147
parslet (1.5.0)
3248
blankslate (~> 2.0)
33-
posix-spawn (0.3.8)
34-
pygments.rb (0.5.4)
49+
posix-spawn (0.3.9)
50+
pygments.rb (0.6.0)
3551
posix-spawn (~> 0.3.6)
3652
yajl-ruby (~> 1.1.0)
3753
rb-fsevent (0.9.4)
38-
rb-inotify (0.9.3)
54+
rb-inotify (0.9.5)
3955
ffi (>= 0.5.0)
40-
rb-kqueue (0.2.2)
41-
ffi (>= 0.5.0)
42-
redcarpet (2.3.0)
43-
safe_yaml (1.0.2)
56+
redcarpet (3.1.2)
57+
safe_yaml (1.0.3)
58+
sass (3.4.1)
59+
timers (1.1.0)
4460
toml (0.1.1)
4561
parslet (~> 1.5.0)
4662
yajl-ruby (1.1.0)

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ <h1 class="logo">
6161
</div>
6262
</header>
6363

64-
<div class="container {{page.name}}">
64+
<div class="container {{page.class_name}}">
6565
{{ content }}
6666
</div>
6767

_layouts/product.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ <h2 class="title">{{ page.subtitle }} </h2>
8989
</div>
9090
</header>
9191

92-
<div class="container page {{page.name}}">
92+
<div class="container page {{page.class_name}}">
9393
<div>
9494
<h3>{{ page.title }} とは</h3>
9595
<p itemprop="description">{{ page.description }}</p>
@@ -131,7 +131,7 @@ <h5>{{ feature.name }}</h5>
131131
<div>
132132
<h3>リポジトリ</h3>
133133
<ul>
134-
<li><a href="http://github.com/codefirst/{{ page.github_project}}">codefirst / {{page.github_project}} - GitHub</a></li>
134+
<li><a href="https://github.com/codefirst/{{ page.github_project}}">codefirst / {{page.github_project}} - GitHub</a></li>
135135
</ul>
136136
</div>
137137

@@ -144,7 +144,7 @@ <h3>要望の出し方・開発への参加方法</h3>
144144
<h3>コミッタ</h3>
145145
<ul>
146146
{% for c in page.commiters %}
147-
<li><a href="http://twitter.com/{{ c }}">@{{ c }}</a></li>
147+
<li><a href="https://twitter.com/{{ c }}">@{{ c }}</a></li>
148148
{% endfor %}
149149
</ul>
150150
</div>

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ <h4>Quality</h4>
4747
<li><a href="sunline/">Sunline</a></li>
4848
<li><a href="debeso/">debeso</a></li>
4949
<li><a href="kariyasiesta/">KariyaSiesta</a></li>
50-
<li><a href="http://mistilteinn.github.com">Mistilteinn</a></li>
50+
<li><a href="https://mistilteinn.github.io">Mistilteinn</a></li>
5151
</ul>
5252
</div>
5353
<div class="col-sm-4">
5454
<h4>Visibility</h4>
5555
<p>
5656
プロジェクトで何が起こっているかを知りたいですか?
57-
<a href="dashbozu/">Dashbozu</a> や数多くの <a href="http://suer.github.com/">Redmine プラグイン</a> によりプロジェクトの「今」を見える化します。
57+
<a href="dashbozu/">Dashbozu</a> や数多くの <a href="https://suer.github.io/">Redmine プラグイン</a> によりプロジェクトの「今」を見える化します。
5858
それ自体が目的化した進捗会議はもう不要です。
5959
</p>
6060
<ul class="arrow-list">

product.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: codefirstのプロダクト紹介
55

66
title: "プロダクト | codefirst.org"
77

8-
name: product
8+
class_name: product
99
keywords: [ "codefirst", "AsakusaSatellite", "keima", "dashbozu"]
1010
---
1111
## プロダクト紹介

0 commit comments

Comments
 (0)