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,63 +0,0 @@
1
- .highlight table td { padding: 5px; }
2
- .highlight table pre { margin: 0; }
3
- .highlight, .highlight .w {
4
- color: #000000;
5
- background-color: #ffffff;
6
- }
7
- .highlight .c, .highlight .ch, .highlight .cd, .highlight .cm, .highlight .cpf, .highlight .c1, .highlight .cs {
8
- font-style: italic;
9
- }
10
- .highlight .cp {
11
- }
12
- .highlight .k, .highlight .kc, .highlight .kd, .highlight .kn, .highlight .kr, .highlight .kv {
13
- font-weight: bold;
14
- }
15
- .highlight .kp {
16
- }
17
- .highlight .kt {
18
- }
19
- .highlight .o, .highlight .ow {
20
- font-weight: bold;
21
- }
22
- .highlight .nc {
23
- font-weight: bold;
24
- }
25
- .highlight .nn {
26
- font-weight: bold;
27
- }
28
- .highlight .ne {
29
- font-weight: bold;
30
- }
31
- .highlight .ni {
32
- font-weight: bold;
33
- }
34
- .highlight .nt {
35
- font-weight: bold;
36
- }
37
- .highlight .s, .highlight .sa, .highlight .sb, .highlight .sc, .highlight .dl, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .sx, .highlight .sr, .highlight .s1, .highlight .ss {
38
- font-style: italic;
39
- }
40
- .highlight .si {
41
- font-weight: bold;
42
- }
43
- .highlight .se {
44
- font-weight: bold;
45
- }
46
- .highlight .gh {
47
- font-weight: bold;
48
- }
49
- .highlight .gu {
50
- font-weight: bold;
51
- }
52
- .highlight .ge {
53
- font-style: italic;
54
- }
55
- .highlight .gs {
56
- font-weight: bold;
57
- }
58
- .highlight .gp {
59
- font-weight: bold;
60
- }
61
- .highlight .err {
62
- color: #FF0000;
63
- }
@@ -1,170 +0,0 @@
1
- .highlight table td { padding: 5px; }
2
- .highlight table pre { margin: 0; }
3
- .highlight, .highlight .w {
4
- color: #bbbbbb;
5
- background-color: #000;
6
- }
7
- .highlight .c, .highlight .ch, .highlight .cd, .highlight .cm, .highlight .cpf, .highlight .c1 {
8
- color: #888;
9
- }
10
- .highlight .cp {
11
- color: #579;
12
- }
13
- .highlight .cs {
14
- color: #cc0000;
15
- font-weight: bold;
16
- }
17
- .highlight .k, .highlight .kc, .highlight .kd, .highlight .kn, .highlight .kr, .highlight .kv {
18
- color: #080;
19
- font-weight: bold;
20
- }
21
- .highlight .kp {
22
- color: #038;
23
- }
24
- .highlight .kt {
25
- color: #339;
26
- }
27
- .highlight .o {
28
- color: #333;
29
- }
30
- .highlight .ow {
31
- color: #000;
32
- font-weight: bold;
33
- }
34
- .highlight .nb, .highlight .bp {
35
- color: #007020;
36
- }
37
- .highlight .nf, .highlight .fm {
38
- color: #06B;
39
- font-weight: bold;
40
- }
41
- .highlight .nc {
42
- color: #B06;
43
- font-weight: bold;
44
- }
45
- .highlight .nn {
46
- color: #0e84b5;
47
- font-weight: bold;
48
- }
49
- .highlight .ne {
50
- color: #F00;
51
- font-weight: bold;
52
- }
53
- .highlight .nv, .highlight .vm {
54
- color: #963;
55
- }
56
- .highlight .vi {
57
- color: #33B;
58
- }
59
- .highlight .vc {
60
- color: #369;
61
- }
62
- .highlight .vg {
63
- color: #d70;
64
- font-weight: bold;
65
- }
66
- .highlight .no {
67
- color: #036;
68
- font-weight: bold;
69
- }
70
- .highlight .nl {
71
- color: #970;
72
- font-weight: bold;
73
- }
74
- .highlight .ni {
75
- color: #800;
76
- font-weight: bold;
77
- }
78
- .highlight .na {
79
- color: #00C;
80
- }
81
- .highlight .nt {
82
- color: #070;
83
- }
84
- .highlight .nd {
85
- color: #555;
86
- font-weight: bold;
87
- }
88
- .highlight .s, .highlight .sa, .highlight .sb, .highlight .dl, .highlight .s2, .highlight .sh, .highlight .s1 {
89
- background-color: #fff0f0;
90
- }
91
- .highlight .sc {
92
- color: #04D;
93
- }
94
- .highlight .sd {
95
- color: #D42;
96
- }
97
- .highlight .si {
98
- background-color: #eee;
99
- }
100
- .highlight .se {
101
- color: #666;
102
- font-weight: bold;
103
- }
104
- .highlight .sr {
105
- color: #000;
106
- background-color: #fff0ff;
107
- }
108
- .highlight .ss {
109
- color: #A60;
110
- }
111
- .highlight .sx {
112
- color: #D20;
113
- }
114
- .highlight .m, .highlight .mb, .highlight .mx {
115
- color: #60E;
116
- font-weight: bold;
117
- }
118
- .highlight .mi, .highlight .il {
119
- color: #00D;
120
- font-weight: bold;
121
- }
122
- .highlight .mf {
123
- color: #60E;
124
- font-weight: bold;
125
- }
126
- .highlight .mh {
127
- color: #058;
128
- font-weight: bold;
129
- }
130
- .highlight .mo {
131
- color: #40E;
132
- font-weight: bold;
133
- }
134
- .highlight .gh {
135
- color: #000080;
136
- font-weight: bold;
137
- }
138
- .highlight .gu {
139
- color: #800080;
140
- font-weight: bold;
141
- }
142
- .highlight .gd {
143
- color: #A00000;
144
- }
145
- .highlight .gi {
146
- color: #00A000;
147
- }
148
- .highlight .gr {
149
- color: #FF0000;
150
- }
151
- .highlight .ge {
152
- font-style: italic;
153
- }
154
- .highlight .gs {
155
- font-weight: bold;
156
- }
157
- .highlight .gp {
158
- color: #c65d09;
159
- font-weight: bold;
160
- }
161
- .highlight .go {
162
- color: #888;
163
- }
164
- .highlight .gt {
165
- color: #04D;
166
- }
167
- .highlight .err {
168
- color: #F00;
169
- background-color: #FAA;
170
- }
@@ -1,209 +0,0 @@
1
- .highlight table td { padding: 5px; }
2
- .highlight table pre { margin: 0; }
3
- .highlight .cm {
4
- color: #999988;
5
- font-style: italic;
6
- }
7
- .highlight .cp {
8
- color: #999999;
9
- font-weight: bold;
10
- }
11
- .highlight .c1 {
12
- color: #999988;
13
- font-style: italic;
14
- }
15
- .highlight .cs {
16
- color: #999999;
17
- font-weight: bold;
18
- font-style: italic;
19
- }
20
- .highlight .c, .highlight .ch, .highlight .cd, .highlight .cpf {
21
- color: #999988;
22
- font-style: italic;
23
- }
24
- .highlight .err {
25
- color: #a61717;
26
- background-color: #e3d2d2;
27
- }
28
- .highlight .gd {
29
- color: #000000;
30
- background-color: #ffdddd;
31
- }
32
- .highlight .ge {
33
- color: #000000;
34
- font-style: italic;
35
- }
36
- .highlight .gr {
37
- color: #aa0000;
38
- }
39
- .highlight .gh {
40
- color: #999999;
41
- }
42
- .highlight .gi {
43
- color: #000000;
44
- background-color: #ddffdd;
45
- }
46
- .highlight .go {
47
- color: #888888;
48
- }
49
- .highlight .gp {
50
- color: #555555;
51
- }
52
- .highlight .gs {
53
- font-weight: bold;
54
- }
55
- .highlight .gu {
56
- color: #aaaaaa;
57
- }
58
- .highlight .gt {
59
- color: #aa0000;
60
- }
61
- .highlight .kc {
62
- color: #000000;
63
- font-weight: bold;
64
- }
65
- .highlight .kd {
66
- color: #000000;
67
- font-weight: bold;
68
- }
69
- .highlight .kn {
70
- color: #000000;
71
- font-weight: bold;
72
- }
73
- .highlight .kp {
74
- color: #000000;
75
- font-weight: bold;
76
- }
77
- .highlight .kr {
78
- color: #000000;
79
- font-weight: bold;
80
- }
81
- .highlight .kt {
82
- color: #445588;
83
- font-weight: bold;
84
- }
85
- .highlight .k, .highlight .kv {
86
- color: #000000;
87
- font-weight: bold;
88
- }
89
- .highlight .mf {
90
- color: #009999;
91
- }
92
- .highlight .mh {
93
- color: #009999;
94
- }
95
- .highlight .il {
96
- color: #009999;
97
- }
98
- .highlight .mi {
99
- color: #009999;
100
- }
101
- .highlight .mo {
102
- color: #009999;
103
- }
104
- .highlight .m, .highlight .mb, .highlight .mx {
105
- color: #009999;
106
- }
107
- .highlight .sb {
108
- color: #d14;
109
- }
110
- .highlight .sc {
111
- color: #d14;
112
- }
113
- .highlight .sd {
114
- color: #d14;
115
- }
116
- .highlight .s2 {
117
- color: #d14;
118
- }
119
- .highlight .se {
120
- color: #d14;
121
- }
122
- .highlight .sh {
123
- color: #d14;
124
- }
125
- .highlight .si {
126
- color: #d14;
127
- }
128
- .highlight .sx {
129
- color: #d14;
130
- }
131
- .highlight .sr {
132
- color: #009926;
133
- }
134
- .highlight .s1 {
135
- color: #d14;
136
- }
137
- .highlight .ss {
138
- color: #990073;
139
- }
140
- .highlight .s, .highlight .sa, .highlight .dl {
141
- color: #d14;
142
- }
143
- .highlight .na {
144
- color: #008080;
145
- }
146
- .highlight .bp {
147
- color: #999999;
148
- }
149
- .highlight .nb {
150
- color: #0086B3;
151
- }
152
- .highlight .nc {
153
- color: #445588;
154
- font-weight: bold;
155
- }
156
- .highlight .no {
157
- color: #008080;
158
- }
159
- .highlight .nd {
160
- color: #3c5d5d;
161
- font-weight: bold;
162
- }
163
- .highlight .ni {
164
- color: #800080;
165
- }
166
- .highlight .ne {
167
- color: #990000;
168
- font-weight: bold;
169
- }
170
- .highlight .nf, .highlight .fm {
171
- color: #990000;
172
- font-weight: bold;
173
- }
174
- .highlight .nl {
175
- color: #990000;
176
- font-weight: bold;
177
- }
178
- .highlight .nn {
179
- color: #555555;
180
- }
181
- .highlight .nt {
182
- color: #000080;
183
- }
184
- .highlight .vc {
185
- color: #008080;
186
- }
187
- .highlight .vg {
188
- color: #008080;
189
- }
190
- .highlight .vi {
191
- color: #008080;
192
- }
193
- .highlight .nv, .highlight .vm {
194
- color: #008080;
195
- }
196
- .highlight .ow {
197
- color: #000000;
198
- font-weight: bold;
199
- }
200
- .highlight .o {
201
- color: #000000;
202
- font-weight: bold;
203
- }
204
- .highlight .w {
205
- color: #bbbbbb;
206
- }
207
- .highlight {
208
- background-color: #f8f8f8;
209
- }
@@ -1,84 +0,0 @@
1
- .highlight table td { padding: 5px; }
2
- .highlight table pre { margin: 0; }
3
- .highlight, .highlight .w {
4
- color: #fbf1c7;
5
- background-color: #282828;
6
- }
7
- .highlight .err {
8
- color: #fb4934;
9
- background-color: #282828;
10
- font-weight: bold;
11
- }
12
- .highlight .c, .highlight .ch, .highlight .cd, .highlight .cm, .highlight .cpf, .highlight .c1, .highlight .cs {
13
- color: #928374;
14
- font-style: italic;
15
- }
16
- .highlight .cp {
17
- color: #8ec07c;
18
- }
19
- .highlight .nt {
20
- color: #fb4934;
21
- }
22
- .highlight .o, .highlight .ow {
23
- color: #fbf1c7;
24
- }
25
- .highlight .p, .highlight .pi {
26
- color: #fbf1c7;
27
- }
28
- .highlight .gi {
29
- color: #b8bb26;
30
- background-color: #282828;
31
- }
32
- .highlight .gd {
33
- color: #fb4934;
34
- background-color: #282828;
35
- }
36
- .highlight .gh {
37
- color: #b8bb26;
38
- font-weight: bold;
39
- }
40
- .highlight .k, .highlight .kn, .highlight .kp, .highlight .kr, .highlight .kv {
41
- color: #fb4934;
42
- }
43
- .highlight .kc {
44
- color: #d3869b;
45
- }
46
- .highlight .kt {
47
- color: #fabd2f;
48
- }
49
- .highlight .kd {
50
- color: #fe8019;
51
- }
52
- .highlight .s, .highlight .sa, .highlight .sb, .highlight .sc, .highlight .dl, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .sx, .highlight .s1 {
53
- color: #b8bb26;
54
- font-style: italic;
55
- }
56
- .highlight .si {
57
- color: #b8bb26;
58
- font-style: italic;
59
- }
60
- .highlight .sr {
61
- color: #b8bb26;
62
- font-style: italic;
63
- }
64
- .highlight .se {
65
- color: #fe8019;
66
- }
67
- .highlight .nn {
68
- color: #8ec07c;
69
- }
70
- .highlight .nc {
71
- color: #8ec07c;
72
- }
73
- .highlight .no {
74
- color: #d3869b;
75
- }
76
- .highlight .na {
77
- color: #b8bb26;
78
- }
79
- .highlight .m, .highlight .mb, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mx {
80
- color: #d3869b;
81
- }
82
- .highlight .ss {
83
- color: #83a598;
84
- }