jekyll-theme-panda 0.2.2 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-panda
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - riino
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-09-12 00:00:00.000000000 Z
11
+ date: 2022-06-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -38,7 +38,7 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: 1.1.0
41
- description:
41
+ description:
42
42
  email:
43
43
  - sorphwer@gmail.com
44
44
  executables: []
@@ -71,7 +71,6 @@ files:
71
71
  - _sass/common.scss
72
72
  - _sass/header.scss
73
73
  - _sass/post.scss
74
- - _sass/syntax.scss
75
74
  - assets/css/ajax-loader.gif
76
75
  - assets/css/bootstrap.min.css
77
76
  - assets/css/font-awesome.min.css
@@ -79,6 +78,7 @@ files:
79
78
  - assets/css/fonts/slick.svg
80
79
  - assets/css/fonts/slick.ttf
81
80
  - assets/css/fonts/slick.woff
81
+ - assets/css/prism.css
82
82
  - assets/css/slick-theme.css
83
83
  - assets/css/slick.css
84
84
  - assets/css/styles.scss
@@ -103,13 +103,18 @@ files:
103
103
  - assets/js/jquery-3.5.1.min.js
104
104
  - assets/js/jquery-ui-1.8.5.min.js
105
105
  - assets/js/mermaid.min.js
106
+ - assets/js/output/chtml/fonts/woff-v2/MathJax_Main-Regular.woff
107
+ - assets/js/output/chtml/fonts/woff-v2/MathJax_Math-Italic.woff
108
+ - assets/js/output/chtml/fonts/woff-v2/MathJax_Zero.woff
109
+ - assets/js/prism.js
106
110
  - assets/js/script.js
107
111
  - assets/js/slick.min.js
112
+ - assets/js/tex-chtml-full.min.js
108
113
  homepage: https://riino.site/2020/03/01/welcome-to-jekyll.html
109
114
  licenses:
110
115
  - MIT
111
116
  metadata: {}
112
- post_install_message:
117
+ post_install_message:
113
118
  rdoc_options: []
114
119
  require_paths:
115
120
  - lib
@@ -124,8 +129,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
124
129
  - !ruby/object:Gem::Version
125
130
  version: '0'
126
131
  requirements: []
127
- rubygems_version: 3.0.3
128
- signing_key:
132
+ rubygems_version: 3.1.6
133
+ signing_key:
129
134
  specification_version: 4
130
135
  summary: A monochrome style jekyll theme for riinosite3
131
136
  test_files: []
data/_sass/syntax.scss DELETED
@@ -1,191 +0,0 @@
1
- .highlight {
2
- table {
3
- td {
4
- padding: 5px;
5
- }
6
-
7
- pre {
8
- margin: 0;
9
- }
10
- }
11
-
12
- .cm {
13
- color: #999988;
14
- font-style: italic;
15
- }
16
- }
17
-
18
- div .highlight {
19
- -webkit-box-shadow: 10px 10px 5px rgba(71, 71, 71, 0.2);
20
- -moz-box-shadow: 10px 10px 5px rgba(71, 71, 71, 0.2);
21
- box-shadow: 10px 10px 5px rgba(71, 71, 71, 0.2);
22
- background: #e9e8e8;
23
- }
24
-
25
- .highlight {
26
- .cp {
27
- color: #999999;
28
- font-weight: bold;
29
- }
30
-
31
- .c1 {
32
- color: #999988;
33
- font-style: italic;
34
- }
35
-
36
- .cs {
37
- color: #999999;
38
- font-weight: bold;
39
- font-style: italic;
40
- }
41
-
42
- .c, .ch, .cd, .cpf {
43
- color: #999988;
44
- font-style: italic;
45
- }
46
-
47
- .err {
48
- color: #a61717;
49
- background-color: #e3d2d2;
50
- }
51
-
52
- .gd {
53
- color: #000000;
54
- background-color: #ffdddd;
55
- }
56
-
57
- .ge {
58
- color: #000000;
59
- font-style: italic;
60
- }
61
-
62
- .gr {
63
- color: #aa0000;
64
- }
65
-
66
- .gh {
67
- color: #999999;
68
- }
69
-
70
- .gi {
71
- color: #000000;
72
- background-color: #ddffdd;
73
- }
74
-
75
- .go {
76
- color: #888888;
77
- }
78
-
79
- .gp {
80
- color: #555555;
81
- }
82
-
83
- .gs {
84
- font-weight: bold;
85
- }
86
-
87
- .gu {
88
- color: #aaaaaa;
89
- }
90
-
91
- .gt {
92
- color: #aa0000;
93
- }
94
-
95
- .kc, .kd, .kn, .kp, .kr {
96
- color: #000000;
97
- font-weight: bold;
98
- }
99
-
100
- .kt {
101
- color: #445588;
102
- font-weight: bold;
103
- }
104
-
105
- .k, .kv {
106
- color: #000000;
107
- font-weight: bold;
108
- }
109
-
110
- .mf, .mh, .il, .mi, .mo, .m, .mb, .mx {
111
- color: #009999;
112
- }
113
-
114
- .sb, .sc, .sd, .s2, .se, .sh, .si, .sx {
115
- color: #d14;
116
- }
117
-
118
- .sr {
119
- color: #009926;
120
- }
121
-
122
- .s1 {
123
- color: #d14;
124
- }
125
-
126
- .ss {
127
- color: #990073;
128
- }
129
-
130
- .s, .sa, .dl {
131
- color: #d14;
132
- }
133
-
134
- .na {
135
- color: #008080;
136
- }
137
-
138
- .bp {
139
- color: #999999;
140
- }
141
-
142
- .nb {
143
- color: #0086B3;
144
- }
145
-
146
- .nc {
147
- color: #445588;
148
- font-weight: bold;
149
- }
150
-
151
- .no {
152
- color: #008080;
153
- }
154
-
155
- .nd {
156
- color: #3c5d5d;
157
- font-weight: bold;
158
- }
159
-
160
- .ni {
161
- color: #800080;
162
- }
163
-
164
- .ne, .nf, .fm, .nl {
165
- color: #990000;
166
- font-weight: bold;
167
- }
168
-
169
- .nn {
170
- color: #555555;
171
- }
172
-
173
- .nt {
174
- color: #000080;
175
- }
176
-
177
- .vc, .vg, .vi, .nv, .vm {
178
- color: #008080;
179
- }
180
-
181
- .ow, .o {
182
- color: #000000;
183
- font-weight: bold;
184
- }
185
-
186
- .w {
187
- color: #bbbbbb;
188
- }
189
-
190
- background-color: #f8f8f8;
191
- }