Skip to content

Commit dd6ba8d

Browse files
committed
Add Gemfiles for the adventurous that wish to do development from the commandline
1 parent 383603f commit dd6ba8d

File tree

3 files changed

+99
-0
lines changed

3 files changed

+99
-0
lines changed

Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
source 'https://rubygems.org'
2+
gem 'github-pages'

Gemfile.lock

+96
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
RedCloth (4.2.9)
5+
activesupport (4.1.1)
6+
i18n (~> 0.6, >= 0.6.9)
7+
json (~> 1.7, >= 1.7.7)
8+
minitest (~> 5.1)
9+
thread_safe (~> 0.1)
10+
tzinfo (~> 1.1)
11+
blankslate (2.1.2.4)
12+
classifier (1.3.4)
13+
fast-stemmer (>= 1.0.0)
14+
colorator (0.1)
15+
commander (4.1.6)
16+
highline (~> 1.6.11)
17+
fast-stemmer (1.0.2)
18+
ffi (1.9.3)
19+
gemoji (1.5.0)
20+
github-pages (19)
21+
RedCloth (= 4.2.9)
22+
jekyll (= 1.5.1)
23+
jekyll-mentions (= 0.0.6)
24+
jekyll-redirect-from (= 0.3.1)
25+
jekyll-sitemap (= 0.3.0)
26+
jemoji (= 0.1.0)
27+
kramdown (= 1.3.1)
28+
liquid (= 2.5.5)
29+
maruku (= 0.7.0)
30+
rdiscount (= 2.1.7)
31+
redcarpet (= 2.3.0)
32+
highline (1.6.21)
33+
html-pipeline (1.5.0)
34+
activesupport (>= 2)
35+
nokogiri (~> 1.4)
36+
i18n (0.6.9)
37+
jekyll (1.5.1)
38+
classifier (~> 1.3)
39+
colorator (~> 0.1)
40+
commander (~> 4.1.3)
41+
liquid (~> 2.5.5)
42+
listen (~> 1.3)
43+
maruku (= 0.7.0)
44+
pygments.rb (~> 0.5.0)
45+
redcarpet (~> 2.3.0)
46+
safe_yaml (~> 1.0)
47+
toml (~> 0.1.0)
48+
jekyll-mentions (0.0.6)
49+
html-pipeline (~> 1.5.0)
50+
jekyll (~> 1.4)
51+
jekyll-redirect-from (0.3.1)
52+
jekyll (~> 1.4)
53+
jekyll-sitemap (0.3.0)
54+
jekyll (~> 1.4)
55+
jemoji (0.1.0)
56+
gemoji (~> 1.5.0)
57+
html-pipeline (~> 1.5.0)
58+
jekyll (~> 1.4)
59+
json (1.8.1)
60+
kramdown (1.3.1)
61+
liquid (2.5.5)
62+
listen (1.3.1)
63+
rb-fsevent (>= 0.9.3)
64+
rb-inotify (>= 0.9)
65+
rb-kqueue (>= 0.2)
66+
maruku (0.7.0)
67+
mini_portile (0.6.0)
68+
minitest (5.3.5)
69+
nokogiri (1.6.2.1)
70+
mini_portile (= 0.6.0)
71+
parslet (1.5.0)
72+
blankslate (~> 2.0)
73+
posix-spawn (0.3.8)
74+
pygments.rb (0.5.4)
75+
posix-spawn (~> 0.3.6)
76+
yajl-ruby (~> 1.1.0)
77+
rb-fsevent (0.9.4)
78+
rb-inotify (0.9.5)
79+
ffi (>= 0.5.0)
80+
rb-kqueue (0.2.3)
81+
ffi (>= 0.5.0)
82+
rdiscount (2.1.7)
83+
redcarpet (2.3.0)
84+
safe_yaml (1.0.3)
85+
thread_safe (0.3.4)
86+
toml (0.1.1)
87+
parslet (~> 1.5.0)
88+
tzinfo (1.2.1)
89+
thread_safe (~> 0.1)
90+
yajl-ruby (1.1.0)
91+
92+
PLATFORMS
93+
ruby
94+
95+
DEPENDENCIES
96+
github-pages

_config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ baseurl: /jekyll-course-experiment
22
markdown: redcarpet
33
permalink: /:categories/:title/
44
disqus_shortname: p2pugithub
5+
exclude: [Gemfile, Gemfile.lock, README.md]
56
prose:
67
media: /img
78
ignore:

0 commit comments

Comments
 (0)