Skip to content

Commit 8cc5d9a

Browse files
committed
fix fail to load resource of bootstrap-3
see more in : plusjade/jekyll-bootstrap#302 plusjade/jekyll-bootstrap@097e330 解決辦法: 先到你的部落格專案 > assets > themes底下建立一個名為bootstrap-3的資料夾,然後再將bootstrap與css資料夾一併丟入bootstrap-3的資料夾內即可。
1 parent 158dd1c commit 8cc5d9a

10 files changed

+54
-0
lines changed

Diff for: Gemfile.lock

+54
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
addressable (2.5.1)
5+
public_suffix (~> 2.0, >= 2.0.2)
6+
colorator (1.1.0)
7+
ffi (1.9.18-x64-mingw32)
8+
forwardable-extended (2.6.0)
9+
jekyll (3.4.3)
10+
addressable (~> 2.4)
11+
colorator (~> 1.0)
12+
jekyll-sass-converter (~> 1.0)
13+
jekyll-watch (~> 1.1)
14+
kramdown (~> 1.3)
15+
liquid (~> 3.0)
16+
mercenary (~> 0.3.3)
17+
pathutil (~> 0.9)
18+
rouge (~> 1.7)
19+
safe_yaml (~> 1.0)
20+
jekyll-sass-converter (1.5.0)
21+
sass (~> 3.4)
22+
jekyll-sitemap (1.1.1)
23+
jekyll (~> 3.3)
24+
jekyll-watch (1.5.0)
25+
listen (~> 3.0, < 3.1)
26+
kramdown (1.13.2)
27+
liquid (3.0.6)
28+
listen (3.0.8)
29+
rb-fsevent (~> 0.9, >= 0.9.4)
30+
rb-inotify (~> 0.9, >= 0.9.7)
31+
mercenary (0.3.6)
32+
multi_json (1.12.1)
33+
pathutil (0.14.0)
34+
forwardable-extended (~> 2.6)
35+
public_suffix (2.0.5)
36+
pygments.rb (1.1.2)
37+
multi_json (>= 1.0.0)
38+
rb-fsevent (0.9.8)
39+
rb-inotify (0.9.8)
40+
ffi (>= 0.5.0)
41+
rouge (1.11.1)
42+
safe_yaml (1.0.4)
43+
sass (3.4.24)
44+
45+
PLATFORMS
46+
x64-mingw32
47+
48+
DEPENDENCIES
49+
jekyll (~> 3.1)
50+
jekyll-sitemap
51+
pygments.rb
52+
53+
BUNDLED WITH
54+
1.15.0
File renamed without changes.

0 commit comments

Comments
 (0)