Skip to content

Commit 1091254

Browse files
committed
Added: bundlize
1 parent 49d858a commit 1091254

4 files changed

Lines changed: 57 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.DS_Store
22
*.swp
33
_site
4+
.bundle

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
source 'https://rubygems.org'
2+
3+
gem 'jekyll'

Gemfile.lock

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
blankslate (2.1.2.4)
5+
classifier (1.3.4)
6+
fast-stemmer (>= 1.0.0)
7+
colorator (0.1)
8+
commander (4.1.5)
9+
highline (~> 1.6.11)
10+
fast-stemmer (1.0.2)
11+
ffi (1.9.3)
12+
highline (1.6.20)
13+
jekyll (1.4.3)
14+
classifier (~> 1.3)
15+
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)
22+
safe_yaml (~> 0.9.7)
23+
toml (~> 0.1.0)
24+
liquid (2.5.5)
25+
listen (1.3.1)
26+
rb-fsevent (>= 0.9.3)
27+
rb-inotify (>= 0.9)
28+
rb-kqueue (>= 0.2)
29+
maruku (0.7.1)
30+
parslet (1.5.0)
31+
blankslate (~> 2.0)
32+
posix-spawn (0.3.8)
33+
pygments.rb (0.5.4)
34+
posix-spawn (~> 0.3.6)
35+
yajl-ruby (~> 1.1.0)
36+
rb-fsevent (0.9.4)
37+
rb-inotify (0.9.3)
38+
ffi (>= 0.5.0)
39+
rb-kqueue (0.2.0)
40+
ffi (>= 0.5.0)
41+
redcarpet (2.3.0)
42+
safe_yaml (0.9.7)
43+
toml (0.1.0)
44+
parslet (~> 1.5.0)
45+
yajl-ruby (1.1.0)
46+
47+
PLATFORMS
48+
ruby
49+
50+
DEPENDENCIES
51+
jekyll

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ The offcial site of codefirst.
55
Requirements
66
---------------------------
77

8-
$ gem install Jykyll
8+
$ bundle install --path .bundle
99

1010
How to commit:
1111
---------------------------
1212

13-
$ jekyll serve --watch
13+
$ bundle exec jekyll serve --watch
1414

1515

0 commit comments

Comments
 (0)