File tree 4 files changed +42
-95
lines changed
4 files changed +42
-95
lines changed Original file line number Diff line number Diff line change 1
- # A sample Gemfile
2
- source ' https://rubygems.org'
1
+ # frozen_string_literal: true
2
+ source " https://rubygems.org"
3
3
4
- group :development , :test do
5
- gem 'mini_portile' , '<=0.6.0'
6
- gem 'github-pages' , '20'
7
- end
4
+ gem "jekyll"
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- RedCloth (4.2.9 )
5
- activesupport (4.2.1 )
6
- i18n (~> 0.7 )
7
- json (~> 1.7 , >= 1.7.7 )
8
- minitest (~> 5.1 )
9
- thread_safe (~> 0.3 , >= 0.3.4 )
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.8 )
19
- gemoji (1.5.0 )
20
- github-pages (20 )
21
- RedCloth (= 4.2.9 )
22
- jekyll (= 1.5.1 )
23
- jekyll-mentions (= 0.0.9 )
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.7.0 )
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 )
4
+ addressable (2.5.0 )
5
+ public_suffix (~> 2.0 , >= 2.0.2 )
6
+ colorator (1.1.0 )
7
+ ffi (1.9.18 )
8
+ forwardable-extended (2.6.0 )
9
+ jekyll (3.4.2 )
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 )
46
19
safe_yaml (~> 1.0 )
47
- toml (~> 0.1.0 )
48
- jekyll-mentions (0.0.9 )
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.2 )
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.5.1 )
69
- nokogiri (1.6.6.2 )
70
- mini_portile (~> 0.6.0 )
71
- parslet (1.5.0 )
72
- blankslate (~> 2.0 )
73
- posix-spawn (0.3.10 )
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 )
20
+ jekyll-sass-converter (1.5.0 )
21
+ sass (~> 3.4 )
22
+ jekyll-watch (1.5.0 )
23
+ listen (~> 3.0 , < 3.1 )
24
+ kramdown (1.13.2 )
25
+ liquid (3.0.6 )
26
+ listen (3.0.8 )
27
+ rb-fsevent (~> 0.9 , >= 0.9.4 )
28
+ rb-inotify (~> 0.9 , >= 0.9.7 )
29
+ mercenary (0.3.6 )
30
+ pathutil (0.14.0 )
31
+ forwardable-extended (~> 2.6 )
32
+ public_suffix (2.0.5 )
33
+ rb-fsevent (0.9.8 )
34
+ rb-inotify (0.9.8 )
79
35
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 )
36
+ rouge (1.11.1 )
84
37
safe_yaml (1.0.4 )
85
- thread_safe (0.3.5 )
86
- toml (0.1.2 )
87
- parslet (~> 1.5.0 )
88
- tzinfo (1.2.2 )
89
- thread_safe (~> 0.1 )
90
- yajl-ruby (1.1.0 )
38
+ sass (3.4.23 )
91
39
92
40
PLATFORMS
93
41
ruby
94
42
95
43
DEPENDENCIES
96
- github-pages (= 20 )
97
- mini_portile (<= 0.6.0 )
44
+ jekyll
45
+
46
+ BUNDLED WITH
47
+ 1.13.6
Original file line number Diff line number Diff line change @@ -13,6 +13,3 @@ submissions_deadline: "March 31, 2015"
13
13
14
14
# Build settings
15
15
markdown : kramdown
16
-
17
- gems :
18
- - jemoji
Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ $(function(){
8
8
$ ( "#sponsors a:contains('Sponsors')" ) . parent ( ) . addClass ( 'active' ) ;
9
9
$ ( "#conduct a:contains('Code of Conduct')" ) . parent ( ) . addClass ( 'active' ) ;
10
10
$ ( "#contacts a:contains('Contacts')" ) . parent ( ) . addClass ( 'active' ) ;
11
+ $ ( "#attendee a:contains('Attendees')" ) . parent ( ) . addClass ( 'active' ) ;
12
+ $ ( "#presentations a:contains('Presentations')" ) . parent ( ) . addClass ( 'active' ) ;
13
+
11
14
12
15
// function initialize() {
13
16
// var mapCanvas = document.getElementById('map-canvas');
You can’t perform that action at this time.
0 commit comments