jekyll-rtd-theme 0.1.7 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (107) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -5
  3. data/_includes/addons.liquid +11 -3
  4. data/_includes/addons/analytics/google.liquid +15 -1
  5. data/_includes/addons/comments/disqus.liquid +1 -1
  6. data/_includes/addons/seo/og.liquid +1 -1
  7. data/_includes/addons/seo/schema.liquid +1 -1
  8. data/_includes/addons/source/analytics.liquid +1 -3
  9. data/_includes/addons/source/i18n.liquid +13 -0
  10. data/_includes/addons/source/{gems.liquid → plugins.liquid} +1 -1
  11. data/_includes/album.liquid +7 -0
  12. data/_includes/assets/common.js +40 -0
  13. data/_includes/assets/custom.js +0 -0
  14. data/_includes/assets/custom.scss +0 -0
  15. data/_includes/assets/search.js +80 -0
  16. data/_includes/breadcrumbs.liquid +8 -2
  17. data/_includes/extend/list.liquid +6 -6
  18. data/_includes/extend/toctree.liquid +17 -7
  19. data/_includes/footer.liquid +3 -0
  20. data/_includes/i18n/en.liquid +9 -5
  21. data/_includes/i18n/fr.liquid +29 -0
  22. data/_includes/i18n/it.liquid +29 -0
  23. data/_includes/i18n/ja.liquid +29 -0
  24. data/_includes/i18n/ko.liquid +29 -0
  25. data/_includes/i18n/{zh.liquid → zh-cn.liquid} +9 -5
  26. data/_includes/list.liquid +4 -4
  27. data/_includes/reset/defaults.liquid +88 -0
  28. data/_includes/reset/i18n.liquid +30 -2
  29. data/_includes/reset/languages.liquid +110 -0
  30. data/_includes/reset/schema.liquid +6 -0
  31. data/_includes/reset/site_pages.liquid +8 -0
  32. data/_includes/reset/workdir.liquid +33 -0
  33. data/_includes/toctree.liquid +3 -3
  34. data/_layouts/default.liquid +32 -12
  35. data/_sass/_album.scss +25 -0
  36. data/_sass/_embed.scss +23 -0
  37. data/_sass/fluid.scss +1 -1
  38. data/_sass/{style.scss → site.scss} +27 -9
  39. data/assets/404.liquid +9 -0
  40. data/assets/css/rougify/base16.css +1 -0
  41. data/assets/css/rougify/base16.dark.css +1 -0
  42. data/assets/css/rougify/base16.light.css +1 -0
  43. data/assets/css/rougify/base16.monokai.css +1 -0
  44. data/assets/css/rougify/base16.monokai.dark.css +1 -0
  45. data/assets/css/rougify/base16.monokai.light.css +1 -0
  46. data/assets/css/rougify/base16.solarized.css +1 -0
  47. data/assets/css/rougify/base16.solarized.dark.css +1 -0
  48. data/assets/css/rougify/base16.solarized.light.css +1 -0
  49. data/assets/css/rougify/bw.css +1 -0
  50. data/assets/css/rougify/colorful.css +1 -0
  51. data/assets/css/rougify/github.css +1 -0
  52. data/assets/css/rougify/gruvbox.css +1 -0
  53. data/assets/css/rougify/gruvbox.dark.css +1 -0
  54. data/assets/css/rougify/gruvbox.light.css +1 -0
  55. data/assets/css/rougify/igorpro.css +1 -0
  56. data/assets/css/rougify/magritte.css +1 -0
  57. data/assets/css/rougify/molokai.css +1 -0
  58. data/assets/css/rougify/monokai.css +1 -0
  59. data/assets/css/rougify/monokai.sublime.css +1 -0
  60. data/assets/css/rougify/pastie.css +1 -0
  61. data/assets/css/rougify/thankful_eyes.css +1 -0
  62. data/assets/css/rougify/tulip.css +1 -0
  63. data/assets/favicon.svg +1 -1
  64. data/assets/pages.json +6 -0
  65. data/assets/search.liquid +28 -0
  66. data/assets/sitemap.xml +4 -4
  67. metadata +48 -45
  68. data/_includes/assets/404.liquid +0 -5
  69. data/_includes/assets/data.liquid +0 -12
  70. data/_includes/assets/js/script.js +0 -65
  71. data/_includes/assets/search.liquid +0 -5
  72. data/_includes/reset/content.liquid +0 -7
  73. data/_includes/reset/html.liquid +0 -9
  74. data/_includes/reset/navigation.liquid +0 -19
  75. data/_includes/reset/snippets.liquid +0 -11
  76. data/_includes/reset/start.liquid +0 -7
  77. data/_includes/reset/title.liquid +0 -10
  78. data/_includes/reset/variables.liquid +0 -28
  79. data/_includes/reset/workspace.liquid +0 -17
  80. data/_includes/searchbox.liquid +0 -7
  81. data/_sass/embed.scss +0 -25
  82. data/_sass/rougify/base16.dark.scss +0 -78
  83. data/_sass/rougify/base16.light.scss +0 -77
  84. data/_sass/rougify/base16.monokai.dark.scss +0 -78
  85. data/_sass/rougify/base16.monokai.light.scss +0 -77
  86. data/_sass/rougify/base16.monokai.scss +0 -78
  87. data/_sass/rougify/base16.scss +0 -77
  88. data/_sass/rougify/base16.solarized.dark.scss +0 -78
  89. data/_sass/rougify/base16.solarized.light.scss +0 -77
  90. data/_sass/rougify/base16.solarized.scss +0 -77
  91. data/_sass/rougify/bw.scss +0 -63
  92. data/_sass/rougify/colorful.scss +0 -170
  93. data/_sass/rougify/github.scss +0 -209
  94. data/_sass/rougify/gruvbox.dark.scss +0 -84
  95. data/_sass/rougify/gruvbox.light.scss +0 -84
  96. data/_sass/rougify/gruvbox.scss +0 -84
  97. data/_sass/rougify/igorpro.scss +0 -32
  98. data/_sass/rougify/magritte.scss +0 -167
  99. data/_sass/rougify/molokai.scss +0 -208
  100. data/_sass/rougify/monokai.scss +0 -210
  101. data/_sass/rougify/monokai.sublime.scss +0 -198
  102. data/_sass/rougify/pastie.scss +0 -146
  103. data/_sass/rougify/thankful_eyes.scss +0 -172
  104. data/_sass/rougify/tulip.scss +0 -163
  105. data/assets/404.md +0 -5
  106. data/assets/data.json +0 -6
  107. data/assets/search.md +0 -5
@@ -1,210 +0,0 @@
1
- .highlight table td { padding: 5px; }
2
- .highlight table pre { margin: 0; }
3
- .highlight .c, .highlight .ch, .highlight .cd, .highlight .cpf {
4
- color: #75715e;
5
- font-style: italic;
6
- }
7
- .highlight .cm {
8
- color: #75715e;
9
- font-style: italic;
10
- }
11
- .highlight .c1 {
12
- color: #75715e;
13
- font-style: italic;
14
- }
15
- .highlight .cp {
16
- color: #75715e;
17
- font-weight: bold;
18
- }
19
- .highlight .cs {
20
- color: #75715e;
21
- font-weight: bold;
22
- font-style: italic;
23
- }
24
- .highlight .err {
25
- color: #960050;
26
- background-color: #1e0010;
27
- }
28
- .highlight .gi {
29
- color: #ffffff;
30
- background-color: #324932;
31
- }
32
- .highlight .gd {
33
- color: #ffffff;
34
- background-color: #493131;
35
- }
36
- .highlight .ge {
37
- color: #000000;
38
- font-style: italic;
39
- }
40
- .highlight .gr {
41
- color: #aa0000;
42
- }
43
- .highlight .gt {
44
- color: #aa0000;
45
- }
46
- .highlight .gh {
47
- color: #999999;
48
- }
49
- .highlight .go {
50
- color: #888888;
51
- }
52
- .highlight .gp {
53
- color: #555555;
54
- }
55
- .highlight .gs {
56
- font-weight: bold;
57
- }
58
- .highlight .gu {
59
- color: #aaaaaa;
60
- }
61
- .highlight .k, .highlight .kv {
62
- color: #66d9ef;
63
- font-weight: bold;
64
- }
65
- .highlight .kc {
66
- color: #66d9ef;
67
- font-weight: bold;
68
- }
69
- .highlight .kd {
70
- color: #66d9ef;
71
- font-weight: bold;
72
- }
73
- .highlight .kp {
74
- color: #66d9ef;
75
- font-weight: bold;
76
- }
77
- .highlight .kr {
78
- color: #66d9ef;
79
- font-weight: bold;
80
- }
81
- .highlight .kt {
82
- color: #66d9ef;
83
- font-weight: bold;
84
- }
85
- .highlight .kn {
86
- color: #f92672;
87
- font-weight: bold;
88
- }
89
- .highlight .ow {
90
- color: #f92672;
91
- font-weight: bold;
92
- }
93
- .highlight .o {
94
- color: #f92672;
95
- font-weight: bold;
96
- }
97
- .highlight .mf {
98
- color: #ae81ff;
99
- }
100
- .highlight .mh {
101
- color: #ae81ff;
102
- }
103
- .highlight .il {
104
- color: #ae81ff;
105
- }
106
- .highlight .mi {
107
- color: #ae81ff;
108
- }
109
- .highlight .mo {
110
- color: #ae81ff;
111
- }
112
- .highlight .m, .highlight .mb, .highlight .mx {
113
- color: #ae81ff;
114
- }
115
- .highlight .se {
116
- color: #ae81ff;
117
- }
118
- .highlight .sb {
119
- color: #e6db74;
120
- }
121
- .highlight .sc {
122
- color: #e6db74;
123
- }
124
- .highlight .sd {
125
- color: #e6db74;
126
- }
127
- .highlight .s2 {
128
- color: #e6db74;
129
- }
130
- .highlight .sh {
131
- color: #e6db74;
132
- }
133
- .highlight .si {
134
- color: #e6db74;
135
- }
136
- .highlight .sx {
137
- color: #e6db74;
138
- }
139
- .highlight .sr {
140
- color: #e6db74;
141
- }
142
- .highlight .s1 {
143
- color: #e6db74;
144
- }
145
- .highlight .ss {
146
- color: #e6db74;
147
- }
148
- .highlight .s, .highlight .sa, .highlight .dl {
149
- color: #e6db74;
150
- }
151
- .highlight .na {
152
- color: #a6e22e;
153
- }
154
- .highlight .nc {
155
- color: #a6e22e;
156
- font-weight: bold;
157
- }
158
- .highlight .nd {
159
- color: #a6e22e;
160
- font-weight: bold;
161
- }
162
- .highlight .ne {
163
- color: #a6e22e;
164
- font-weight: bold;
165
- }
166
- .highlight .nf, .highlight .fm {
167
- color: #a6e22e;
168
- font-weight: bold;
169
- }
170
- .highlight .no {
171
- color: #66d9ef;
172
- }
173
- .highlight .bp {
174
- color: #f8f8f2;
175
- }
176
- .highlight .nb {
177
- color: #f8f8f2;
178
- }
179
- .highlight .ni {
180
- color: #f8f8f2;
181
- }
182
- .highlight .nn {
183
- color: #f8f8f2;
184
- }
185
- .highlight .vc {
186
- color: #f8f8f2;
187
- }
188
- .highlight .vg {
189
- color: #f8f8f2;
190
- }
191
- .highlight .vi {
192
- color: #f8f8f2;
193
- }
194
- .highlight .nv, .highlight .vm {
195
- color: #f8f8f2;
196
- }
197
- .highlight .w {
198
- color: #f8f8f2;
199
- }
200
- .highlight .nl {
201
- color: #f8f8f2;
202
- font-weight: bold;
203
- }
204
- .highlight .nt {
205
- color: #f92672;
206
- }
207
- .highlight {
208
- color: #f8f8f2;
209
- background-color: #49483e;
210
- }
@@ -1,198 +0,0 @@
1
- .highlight table td { padding: 5px; }
2
- .highlight table pre { margin: 0; }
3
- .highlight .gh {
4
- color: #999999;
5
- }
6
- .highlight .sr {
7
- color: #f6aa11;
8
- }
9
- .highlight .go {
10
- color: #888888;
11
- }
12
- .highlight .gp {
13
- color: #555555;
14
- }
15
- .highlight .gs {
16
- }
17
- .highlight .gu {
18
- color: #aaaaaa;
19
- }
20
- .highlight .nb {
21
- color: #f6aa11;
22
- }
23
- .highlight .cm {
24
- color: #75715e;
25
- }
26
- .highlight .cp {
27
- color: #75715e;
28
- }
29
- .highlight .c1 {
30
- color: #75715e;
31
- }
32
- .highlight .cs {
33
- color: #75715e;
34
- }
35
- .highlight .c, .highlight .ch, .highlight .cd, .highlight .cpf {
36
- color: #75715e;
37
- }
38
- .highlight .err {
39
- color: #960050;
40
- }
41
- .highlight .gr {
42
- color: #960050;
43
- }
44
- .highlight .gt {
45
- color: #960050;
46
- }
47
- .highlight .gd {
48
- color: #49483e;
49
- }
50
- .highlight .gi {
51
- color: #49483e;
52
- }
53
- .highlight .ge {
54
- color: #49483e;
55
- }
56
- .highlight .kc {
57
- color: #66d9ef;
58
- }
59
- .highlight .kd {
60
- color: #66d9ef;
61
- }
62
- .highlight .kr {
63
- color: #66d9ef;
64
- }
65
- .highlight .no {
66
- color: #66d9ef;
67
- }
68
- .highlight .kt {
69
- color: #66d9ef;
70
- }
71
- .highlight .mf {
72
- color: #ae81ff;
73
- }
74
- .highlight .mh {
75
- color: #ae81ff;
76
- }
77
- .highlight .il {
78
- color: #ae81ff;
79
- }
80
- .highlight .mi {
81
- color: #ae81ff;
82
- }
83
- .highlight .mo {
84
- color: #ae81ff;
85
- }
86
- .highlight .m, .highlight .mb, .highlight .mx {
87
- color: #ae81ff;
88
- }
89
- .highlight .sc {
90
- color: #ae81ff;
91
- }
92
- .highlight .se {
93
- color: #ae81ff;
94
- }
95
- .highlight .ss {
96
- color: #ae81ff;
97
- }
98
- .highlight .sd {
99
- color: #e6db74;
100
- }
101
- .highlight .s2 {
102
- color: #e6db74;
103
- }
104
- .highlight .sb {
105
- color: #e6db74;
106
- }
107
- .highlight .sh {
108
- color: #e6db74;
109
- }
110
- .highlight .si {
111
- color: #e6db74;
112
- }
113
- .highlight .sx {
114
- color: #e6db74;
115
- }
116
- .highlight .s1 {
117
- color: #e6db74;
118
- }
119
- .highlight .s, .highlight .sa, .highlight .dl {
120
- color: #e6db74;
121
- }
122
- .highlight .na {
123
- color: #a6e22e;
124
- }
125
- .highlight .nc {
126
- color: #a6e22e;
127
- }
128
- .highlight .nd {
129
- color: #a6e22e;
130
- }
131
- .highlight .ne {
132
- color: #a6e22e;
133
- }
134
- .highlight .nf, .highlight .fm {
135
- color: #a6e22e;
136
- }
137
- .highlight .vc {
138
- color: #ffffff;
139
- background-color: #272822;
140
- }
141
- .highlight .nn {
142
- color: #ffffff;
143
- background-color: #272822;
144
- }
145
- .highlight .nl {
146
- color: #ffffff;
147
- background-color: #272822;
148
- }
149
- .highlight .ni {
150
- color: #ffffff;
151
- background-color: #272822;
152
- }
153
- .highlight .bp {
154
- color: #ffffff;
155
- background-color: #272822;
156
- }
157
- .highlight .vg {
158
- color: #ffffff;
159
- background-color: #272822;
160
- }
161
- .highlight .vi {
162
- color: #ffffff;
163
- background-color: #272822;
164
- }
165
- .highlight .nv, .highlight .vm {
166
- color: #ffffff;
167
- background-color: #272822;
168
- }
169
- .highlight .w {
170
- color: #ffffff;
171
- background-color: #272822;
172
- }
173
- .highlight {
174
- color: #ffffff;
175
- background-color: #272822;
176
- }
177
- .highlight .n, .highlight .py, .highlight .nx {
178
- color: #ffffff;
179
- background-color: #272822;
180
- }
181
- .highlight .ow {
182
- color: #f92672;
183
- }
184
- .highlight .nt {
185
- color: #f92672;
186
- }
187
- .highlight .k, .highlight .kv {
188
- color: #f92672;
189
- }
190
- .highlight .kn {
191
- color: #f92672;
192
- }
193
- .highlight .kp {
194
- color: #f92672;
195
- }
196
- .highlight .o {
197
- color: #f92672;
198
- }
@@ -1,146 +0,0 @@
1
- .highlight table td { padding: 5px; }
2
- .highlight table pre { margin: 0; }
3
- .highlight .c, .highlight .ch, .highlight .cd, .highlight .cm, .highlight .cpf, .highlight .c1 {
4
- color: #888888;
5
- }
6
- .highlight .cp {
7
- color: #cc0000;
8
- font-weight: bold;
9
- }
10
- .highlight .cs {
11
- color: #cc0000;
12
- background-color: #fff0f0;
13
- font-weight: bold;
14
- }
15
- .highlight .err {
16
- color: #a61717;
17
- background-color: #e3d2d2;
18
- }
19
- .highlight .gr {
20
- color: #aa0000;
21
- }
22
- .highlight .gh {
23
- color: #333333;
24
- }
25
- .highlight .gu {
26
- color: #666666;
27
- }
28
- .highlight .gd {
29
- color: #000000;
30
- background-color: #ffdddd;
31
- }
32
- .highlight .gi {
33
- color: #000000;
34
- background-color: #ddffdd;
35
- }
36
- .highlight .ge {
37
- font-style: italic;
38
- }
39
- .highlight .gs {
40
- font-weight: bold;
41
- }
42
- .highlight .gl {
43
- color: #888888;
44
- }
45
- .highlight .go {
46
- color: #888888;
47
- }
48
- .highlight .gp {
49
- color: #555555;
50
- }
51
- .highlight .gt {
52
- color: #aa0000;
53
- }
54
- .highlight .k, .highlight .kc, .highlight .kd, .highlight .kn, .highlight .kr, .highlight .kv {
55
- color: #008800;
56
- font-weight: bold;
57
- }
58
- .highlight .kp {
59
- color: #008800;
60
- }
61
- .highlight .kt {
62
- color: #888888;
63
- font-weight: bold;
64
- }
65
- .highlight .m, .highlight .mb, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mx {
66
- color: #0000dd;
67
- font-weight: bold;
68
- }
69
- .highlight .s, .highlight .sa, .highlight .sb, .highlight .sc, .highlight .dl, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .s1 {
70
- color: #dd2200;
71
- background-color: #fff0f0;
72
- }
73
- .highlight .se {
74
- color: #0044dd;
75
- background-color: #fff0f0;
76
- }
77
- .highlight .si {
78
- color: #3333bb;
79
- background-color: #fff0f0;
80
- }
81
- .highlight .sx {
82
- color: #22bb22;
83
- background-color: #f0fff0;
84
- }
85
- .highlight .sr {
86
- color: #008800;
87
- }
88
- .highlight .ss {
89
- color: #aa6600;
90
- background-color: #fff0f0;
91
- }
92
- .highlight .na {
93
- color: #336699;
94
- }
95
- .highlight .nb, .highlight .bp {
96
- color: #003388;
97
- }
98
- .highlight .nc {
99
- color: #bb0066;
100
- font-weight: bold;
101
- }
102
- .highlight .no {
103
- color: #003366;
104
- font-weight: bold;
105
- }
106
- .highlight .nd {
107
- color: #555555;
108
- }
109
- .highlight .ne {
110
- color: #bb0066;
111
- font-weight: bold;
112
- }
113
- .highlight .nf, .highlight .fm {
114
- color: #0066bb;
115
- font-weight: bold;
116
- }
117
- .highlight .nl {
118
- color: #336699;
119
- }
120
- .highlight .nn {
121
- color: #bb0066;
122
- font-weight: bold;
123
- }
124
- .highlight .py {
125
- color: #336699;
126
- font-weight: bold;
127
- }
128
- .highlight .nt {
129
- color: #bb0066;
130
- font-weight: bold;
131
- }
132
- .highlight .nv, .highlight .vc, .highlight .vm {
133
- color: #336699;
134
- }
135
- .highlight .vg {
136
- color: #dd7700;
137
- }
138
- .highlight .vi {
139
- color: #3333bb;
140
- }
141
- .highlight .ow {
142
- color: #008800;
143
- }
144
- .highlight .w {
145
- color: #bbbbbb;
146
- }