File tree 3 files changed +53
-4
lines changed
3 files changed +53
-4
lines changed Original file line number Diff line number Diff line change
1
+ source 'https://rubygems.org'
2
+ gem 'jekyll'
3
+ gem 'kramdown'
4
+ gem 'pygments.rb'
Original file line number Diff line number Diff line change
1
+ GEM
2
+ remote: https://rubygems.org/
3
+ specs:
4
+ colorator (0.1 )
5
+ ffi (1.9.10 )
6
+ jekyll (3.0.0 )
7
+ colorator (~> 0.1 )
8
+ jekyll-sass-converter (~> 1.0 )
9
+ jekyll-watch (~> 1.1 )
10
+ kramdown (~> 1.3 )
11
+ liquid (~> 3.0 )
12
+ mercenary (~> 0.3.3 )
13
+ rouge (~> 1.7 )
14
+ safe_yaml (~> 1.0 )
15
+ jekyll-sass-converter (1.3.0 )
16
+ sass (~> 3.2 )
17
+ jekyll-watch (1.3.0 )
18
+ listen (~> 3.0 )
19
+ kramdown (1.9.0 )
20
+ liquid (3.0.6 )
21
+ listen (3.0.3 )
22
+ rb-fsevent (>= 0.9.3 )
23
+ rb-inotify (>= 0.9 )
24
+ mercenary (0.3.5 )
25
+ posix-spawn (0.3.11 )
26
+ pygments.rb (0.6.3 )
27
+ posix-spawn (~> 0.3.6 )
28
+ yajl-ruby (~> 1.2.0 )
29
+ rb-fsevent (0.9.6 )
30
+ rb-inotify (0.9.5 )
31
+ ffi (>= 0.5.0 )
32
+ rouge (1.10.1 )
33
+ safe_yaml (1.0.4 )
34
+ sass (3.4.19 )
35
+ yajl-ruby (1.2.1 )
36
+
37
+ PLATFORMS
38
+ ruby
39
+
40
+ DEPENDENCIES
41
+ jekyll
42
+ kramdown
43
+ pygments.rb
44
+
45
+ BUNDLED WITH
46
+ 1.10.6
Original file line number Diff line number Diff line change @@ -8,12 +8,11 @@ DOCter is a [Jekyll](http://jekyllrb.com/) template for quickly building out pro
8
8
9
9
## To run DOCter locally
10
10
11
- Be sure to have Jekyll, Kramdown, and Pygments.rb installed.
11
+ DOCter needs Jekyll, Kramdown, and Pygments.rb to run locally. These can be installed with Bundler by running the following commands .
12
12
13
13
```
14
- gem install jekyll
15
- gem install kramdown
16
- gem install pygments.rb
14
+ gem install bundler
15
+ bundle install
17
16
```
18
17
19
18
Fork and clone the repo:
You can’t perform that action at this time.
0 commit comments