jekyll-theme-minimalistic 0.2.3 → 0.3.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 389bfe7d6f421b991da016d9ec8820c689f9a056875b998646fe79768245904e
4
- data.tar.gz: 0fdcc7100e91cce02ff00512ce45fe7291bc80762edd837685c3f8a57d1a6879
3
+ metadata.gz: 25d3a503fc5ef49c5f5944aa8ac11b5286573f61f789541fc30909316265a24a
4
+ data.tar.gz: 9ecce8bf3061634dd08344c0771e67230424bf9014c780e0f072c970b82aafbe
5
5
  SHA512:
6
- metadata.gz: bc3427a49c4efe2f39d0b41b27cf9228eec43e50a66df60666e71f585027f92c53b2d6926d25dc2fc5013a90897f44ba2322a2a7ea6cb466063461cd80a7bc82
7
- data.tar.gz: 0dfed0f4fa8e87503da3a1bb850350ac55c149e21a06903db243cdf445a1a64ca8ecef3620cea15cdd2eadc2def2cad7c57fd70e13f8eab9a56b4fdd736113f4
6
+ metadata.gz: 0e04262016217f51aec8e1b1a732a1208f9eccfa007b2b4317dac8082d011214b0546c188d1f5b9e9dc152f8a3d1a82ea31777703259169d7bb6a57ee10adf66
7
+ data.tar.gz: 8b4b3630ab44d8594a2c1ab569c430622d1639086edcf0f4c13b64c57a5a1ce646678aa60a934ff8d062f96e223ba7f61e05f09352e486ec1033c74cef693be6
@@ -57,6 +57,9 @@
57
57
  <section>
58
58
  {{ content }}
59
59
  </section>
60
+ <footer>
61
+ {%- include footer.html -%}
62
+ </footer>
60
63
  </div>
61
64
  <script src="{{ "/assets/js/scale.fix.js" | relative_url }}"></script>
62
65
  </body>
@@ -1,6 +1,6 @@
1
1
  @import "fonts";
2
- @import "rouge-github";
3
2
  @import "colors";
3
+ @import "rouge-github";
4
4
 
5
5
  body {
6
6
  background-color: var(--clr-bg);
@@ -105,6 +105,8 @@ pre {
105
105
  table {
106
106
  width:100%;
107
107
  border-collapse:collapse;
108
+ display: block;
109
+ overflow-x: auto;
108
110
  }
109
111
 
110
112
  th, td {
@@ -181,6 +183,10 @@ section {
181
183
  padding-bottom:30px;
182
184
  }
183
185
 
186
+ footer {
187
+ display: none;
188
+ }
189
+
184
190
  small {
185
191
  font-size:11px;
186
192
  }
@@ -242,6 +248,10 @@ hr {
242
248
  display: none;
243
249
  }
244
250
 
251
+ footer {
252
+ display: initial;
253
+ }
254
+
245
255
  div.wrapper {
246
256
  width:auto;
247
257
  margin:0;
@@ -1,206 +1,81 @@
1
+ /*
2
+ generated by rouge http://rouge.jneen.net/
3
+ original base16 by Chris Kempson (https://github.com/chriskempson/base16)
4
+ */
5
+
1
6
  .highlight table td { padding: 5px; }
2
7
  .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 .cd {
21
- color: #999988;
22
- font-style: italic;
8
+ .highlight, .highlight .w {
9
+ color: #d0d0d0;
23
10
  }
24
11
  .highlight .err {
25
- color: #a61717;
26
- background-color: #e3d2d2;
12
+ color: #151515;
13
+ background-color: #ac4142;
27
14
  }
28
- .highlight .gd {
29
- color: #000000;
30
- background-color: #ffdddd;
15
+ .highlight .c, .highlight .cd, .highlight .cm, .highlight .c1, .highlight .cs {
16
+ color: #888;
31
17
  }
32
- .highlight .ge {
33
- color: #000000;
34
- font-style: italic;
18
+ .highlight .cp {
19
+ color: #f4bf75;
35
20
  }
36
- .highlight .gr {
37
- color: #aa0000;
21
+ .highlight .nt {
22
+ color: #f4bf75;
38
23
  }
39
- .highlight .gh {
40
- color: #999999;
24
+ .highlight .o, .highlight .ow {
25
+ color: #d0d0d0;
41
26
  }
42
- .highlight .gi {
43
- color: #000000;
44
- background-color: #ddffdd;
27
+ .highlight .p, .highlight .pi {
28
+ color: #d0d0d0;
45
29
  }
46
- .highlight .go {
47
- color: #888888;
30
+ .highlight .gi {
31
+ color: #90a959;
48
32
  }
49
- .highlight .gp {
50
- color: #555555;
33
+ .highlight .gd {
34
+ color: #ac4142;
51
35
  }
52
- .highlight .gs {
36
+ .highlight .gh {
37
+ color: #6a9fb5;
53
38
  font-weight: bold;
54
39
  }
55
- .highlight .gu {
56
- color: #aaaaaa;
57
- }
58
- .highlight .gt {
59
- color: #aa0000;
40
+ .highlight .k, .highlight .kn, .highlight .kp, .highlight .kr, .highlight .kv {
41
+ color: #aa759f;
60
42
  }
61
43
  .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;
44
+ color: #d28445;
80
45
  }
81
46
  .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;
47
+ color: #d28445;
115
48
  }
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;
49
+ .highlight .kd {
50
+ color: #d28445;
127
51
  }
128
- .highlight .sx {
129
- color: #d14;
52
+ .highlight .s, .highlight .sb, .highlight .sc, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .sx, .highlight .s1 {
53
+ color: #90a959;
130
54
  }
131
55
  .highlight .sr {
132
- color: #009926;
133
- }
134
- .highlight .s1 {
135
- color: #d14;
136
- }
137
- .highlight .ss {
138
- color: #990073;
139
- }
140
- .highlight .s {
141
- color: #d14;
56
+ color: #75b5aa;
142
57
  }
143
- .highlight .na {
144
- color: #008080;
58
+ .highlight .si {
59
+ color: #8f5536;
145
60
  }
146
- .highlight .bp {
147
- color: #999999;
61
+ .highlight .se {
62
+ color: #8f5536;
148
63
  }
149
- .highlight .nb {
150
- color: #0086B3;
64
+ .highlight .nn {
65
+ color: #f4bf75;
151
66
  }
152
67
  .highlight .nc {
153
- color: #445588;
154
- font-weight: bold;
68
+ color: #f4bf75;
155
69
  }
156
70
  .highlight .no {
157
- color: #008080;
71
+ color: #f4bf75;
158
72
  }
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 {
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: #4d4dc0;
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 {
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;
73
+ .highlight .na {
74
+ color: #6a9fb5;
203
75
  }
204
- .highlight .w {
205
- color: #bbbbbb;
76
+ .highlight .m, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mb, .highlight .mx {
77
+ color: #90a959;
206
78
  }
79
+ .highlight .ss {
80
+ color: #90a959;
81
+ }
@@ -4,7 +4,7 @@
4
4
  @import "colors";
5
5
 
6
6
  // this mode is like colors-auto but if the device does not support
7
- // @media prefers-color-scheme it will default to light mode
7
+ // @media prefers-color-scheme it will default to dark mode
8
8
  :root {
9
9
  @include colors;
10
10
  @include light-colors;
@@ -17,7 +17,7 @@
17
17
  }
18
18
 
19
19
  @media print, (prefers-color-scheme: light) {
20
- //we would not like to apply dark mode if content is on printer
20
+ // we would not like to apply dark mode if content is on printer
21
21
  // as that would use a lot of ink
22
22
  :root {
23
23
  @include light-colors;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-minimalistic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vaibhav Vikas
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2022-07-02 00:00:00.000000000 Z
12
+ date: 2022-07-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: jekyll