File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11.DS_Store
22* .swp
33_site
4+ .bundle
Original file line number Diff line number Diff line change 1+ source 'https://rubygems.org'
2+
3+ gem 'jekyll'
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ The offcial site of codefirst.
55Requirements
66---------------------------
77
8- $ gem install Jykyll
8+ $ bundle install --path .bundle
99
1010How to commit:
1111---------------------------
1212
13- $ jekyll serve --watch
13+ $ bundle exec jekyll serve --watch
1414
1515
You can’t perform that action at this time.
0 commit comments