bubblin-jekyll 1.2.5 → 1.2.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: caaaf42d4d93ab4d983f0006debe9f0026f33df953d6d2388e991cd6d55ef3e1
4
- data.tar.gz: ccbd181bdc138e0e57d9dac6869db1cbd87c643fd85dc9d95d351edf14a0e138
3
+ metadata.gz: 74a60d485de37114de993b885e9403e931e7982f2cc7aed1837b1863b6ea14ea
4
+ data.tar.gz: 72e41677299f9d542ad4441c397ce8c39fe01f9f32d607122c63462401c7bc76
5
5
  SHA512:
6
- metadata.gz: 37bb3eff8be5d526203cf5c4ce649058dc928b4d995fed22304d4ab783a8cb65ac068227b4142f59e1ed55f773e09118b1733b5de606dc95e782145f5689b562
7
- data.tar.gz: 6ab2bf0ccfd0cc85dc985ccfe458800dc43a1400c7d6ed1f2f1de150a43fc771246ab1bb30bf211efa9d09a1c0367aa8e1c1f7f009baaee9ef44dc7730ddbdf4
6
+ metadata.gz: 0cec6439115247dee30e0536880eb2bdcaa98e19822fbe3fb508402ca053f66676ecca39d28ba624a9a0193060fba67ce7414104d0dd9965f4ccb6be2c5a87ca
7
+ data.tar.gz: d91c4a9e7d6f940970d6864b0a7b4b323be3e760020b95a0a567c50b77c42fb32339e56371e47ee266336b1c686958ee98998724530c006c8a186482b17d5319
@@ -18,7 +18,7 @@
18
18
 
19
19
  <ul class="horizontal-list right navi-menu">
20
20
  <li>
21
- <a href="https://bubblin.io"> ← Back to site </a>
21
+ <a href="https://bubblin.io"> ← Main site </a>
22
22
  </li>
23
23
 
24
24
  <li class="hide-on-mobiles">
@@ -25,7 +25,7 @@ html {
25
25
  body {
26
26
  color: rgba(0, 0, 0, 0.95);
27
27
  margin: 0;
28
- font-family: 'EB Garamond', serif;
28
+ font-family: 'Assistant', sans-serif;
29
29
  font-smooth: always;
30
30
  -webkit-font-smoothing: subpixel-antialiased;
31
31
  text-rendering: optimizelegibility;
@@ -59,17 +59,14 @@ h4,
59
59
  h5,
60
60
  h6 {
61
61
  margin: 0;
62
- font-family: monospace;
63
62
  }
64
63
 
65
64
  h1 {
66
65
  font-size: 280%;
67
- font-weight: normal;
68
66
  }
69
67
 
70
68
  h2 {
71
69
  font-size: 200%;
72
- font-weight: normal;
73
70
  }
74
71
 
75
72
  h3 {
@@ -134,17 +131,12 @@ img {
134
131
 
135
132
  /* Code formatting */
136
133
 
137
- pre,
138
- code {
139
- border: 1px solid paleturquoise;
140
- border-radius: 3px;
141
- background-color: aliceblue;
142
- }
143
134
 
144
135
  code {
145
136
  padding: 1px 5px;
146
137
  }
147
138
 
139
+
148
140
  pre {
149
141
  padding: 8px 12px;
150
142
  overflow-x: auto;
@@ -1,202 +1,131 @@
1
- /**
2
- * Syntax highlighting styles
3
- */
4
-
5
1
  .highlight {
6
- background: #fff;
7
- .highlighter-rouge & {
8
- background: aliceblue;
9
- }
10
- .c {
11
- color: #998;
12
- font-style: italic
13
- } // Comment
14
- .err {
15
- color: #a61717;
16
- background-color: #e3d2d2
17
- } // Error
18
- .k {
19
- font-weight: bold
20
- } // Keyword
21
- .o {
22
- font-weight: bold
23
- } // Operator
24
- .cm {
25
- color: #998;
26
- font-style: italic
27
- } // Comment.Multiline
28
- .cp {
29
- color: #999;
30
- font-weight: bold
31
- } // Comment.Preproc
32
- .c1 {
33
- color: #998;
34
- font-style: italic
35
- } // Comment.Single
36
- .cs {
37
- color: #999;
38
- font-weight: bold;
39
- font-style: italic
40
- } // Comment.Special
41
- .gd {
42
- color: #000;
43
- background-color: #fdd
44
- } // Generic.Deleted
45
- .gd .x {
46
- color: #000;
47
- background-color: #faa
48
- } // Generic.Deleted.Specific
49
- .ge {
50
- font-style: italic
51
- } // Generic.Emph
52
- .gr {
53
- color: #a00
54
- } // Generic.Error
55
- .gh {
56
- color: #999
57
- } // Generic.Heading
58
- .gi {
59
- color: #000;
60
- background-color: #dfd
61
- } // Generic.Inserted
62
- .gi .x {
63
- color: #000;
64
- background-color: #afa
65
- } // Generic.Inserted.Specific
66
- .go {
67
- color: #888
68
- } // Generic.Output
69
- .gp {
70
- color: #555
71
- } // Generic.Prompt
72
- .gs {
73
- font-weight: bold
74
- } // Generic.Strong
75
- .gu {
76
- color: #aaa
77
- } // Generic.Subheading
78
- .gt {
79
- color: #a00
80
- } // Generic.Traceback
81
- .kc {
82
- font-weight: bold
83
- } // Keyword.Constant
84
- .kd {
85
- font-weight: bold
86
- } // Keyword.Declaration
87
- .kp {
88
- font-weight: bold
89
- } // Keyword.Pseudo
90
- .kr {
91
- font-weight: bold
92
- } // Keyword.Reserved
93
- .kt {
94
- color: #458;
95
- font-weight: bold
96
- } // Keyword.Type
97
- .m {
98
- color: #099
99
- } // Literal.Number
100
- .s {
101
- color: #d14
102
- } // Literal.String
103
- .na {
104
- color: #008080
105
- } // Name.Attribute
106
- .nb {
107
- color: #0086B3
108
- } // Name.Builtin
109
- .nc {
110
- color: #458;
111
- font-weight: bold
112
- } // Name.Class
113
- .no {
114
- color: #008080
115
- } // Name.Constant
116
- .ni {
117
- color: #800080
118
- } // Name.Entity
119
- .ne {
120
- color: #900;
121
- font-weight: bold
122
- } // Name.Exception
123
- .nf {
124
- color: #900;
125
- font-weight: bold
126
- } // Name.Function
127
- .nn {
128
- color: #555
129
- } // Name.Namespace
130
- .nt {
131
- color: #000080
132
- } // Name.Tag
133
- .nv {
134
- color: #008080
135
- } // Name.Variable
136
- .ow {
137
- font-weight: bold
138
- } // Operator.Word
139
- .w {
140
- color: #bbb
141
- } // Text.Whitespace
142
- .mf {
143
- color: #099
144
- } // Literal.Number.Float
145
- .mh {
146
- color: #099
147
- } // Literal.Number.Hex
148
- .mi {
149
- color: #099
150
- } // Literal.Number.Integer
151
- .mo {
152
- color: #099
153
- } // Literal.Number.Oct
154
- .sb {
155
- color: #d14
156
- } // Literal.String.Backtick
157
- .sc {
158
- color: #d14
159
- } // Literal.String.Char
160
- .sd {
161
- color: #d14
162
- } // Literal.String.Doc
163
- .s2 {
164
- color: #d14
165
- } // Literal.String.Double
166
- .se {
167
- color: #d14
168
- } // Literal.String.Escape
169
- .sh {
170
- color: #d14
171
- } // Literal.String.Heredoc
172
- .si {
173
- color: #d14
174
- } // Literal.String.Interpol
175
- .sx {
176
- color: #d14
177
- } // Literal.String.Other
178
- .sr {
179
- color: #009926
180
- } // Literal.String.Regex
181
- .s1 {
182
- color: #d14
183
- } // Literal.String.Single
184
- .ss {
185
- color: #990073
186
- } // Literal.String.Symbol
187
- .bp {
188
- color: #999
189
- } // Name.Builtin.Pseudo
190
- .vc {
191
- color: #008080
192
- } // Name.Variable.Class
193
- .vg {
194
- color: #008080
195
- } // Name.Variable.Global
196
- .vi {
197
- color: #008080
198
- } // Name.Variable.Instance
199
- .il {
200
- color: #099
201
- } // Literal.Number.Integer.Long
2
+ pre, .hll {
3
+ background-color: #272822;
4
+ }
5
+ .c {
6
+ color: #75715e;
7
+ }
8
+ .err {
9
+ color: #960050;
10
+ background-color: #1e0010;
11
+ }
12
+ .k {
13
+ color: #66d9ef;
14
+ }
15
+ .l {
16
+ color: #ae81ff;
17
+ }
18
+ .n {
19
+ color: #f8f8f2;
20
+ }
21
+ .o {
22
+ color: #f92672;
23
+ }
24
+ .p {
25
+ color: #f8f8f2;
26
+ }
27
+ .cm, .cp, .c1, .cs {
28
+ color: #75715e;
29
+ }
30
+ .ge {
31
+ font-style: italic;
32
+ }
33
+ .gs {
34
+ font-weight: bold;
35
+ }
36
+ .kc, .kd {
37
+ color: #66d9ef;
38
+ }
39
+ .kn {
40
+ color: #f92672;
41
+ }
42
+ .kp, .kr, .kt {
43
+ color: #66d9ef;
44
+ }
45
+ .ld {
46
+ color: #e6db74;
47
+ }
48
+ .m {
49
+ color: #ae81ff;
50
+ }
51
+ .s {
52
+ color: #e6db74;
53
+ }
54
+ .na {
55
+ color: #a6e22e;
56
+ }
57
+ .nb {
58
+ color: #f8f8f2;
59
+ }
60
+ .nc {
61
+ color: #a6e22e;
62
+ }
63
+ .no {
64
+ color: #66d9ef;
65
+ }
66
+ .nd {
67
+ color: #a6e22e;
68
+ }
69
+ .ni {
70
+ color: #f8f8f2;
71
+ }
72
+ .ne, .nf {
73
+ color: #a6e22e;
74
+ }
75
+ .nl, .nn {
76
+ color: #f8f8f2;
77
+ }
78
+ .nx {
79
+ color: #a6e22e;
80
+ }
81
+ .py {
82
+ color: #f8f8f2;
83
+ }
84
+ .nt {
85
+ color: #f92672;
86
+ }
87
+ .nv {
88
+ color: #f8f8f2;
89
+ }
90
+ .ow {
91
+ color: #f92672;
92
+ }
93
+ .w {
94
+ color: #f8f8f2;
95
+ }
96
+ .mf, .mh, .mi, .mo {
97
+ color: #ae81ff;
98
+ }
99
+ .sb, .sc, .sd, .s2 {
100
+ color: #e6db74;
101
+ }
102
+ .se {
103
+ color: #ae81ff;
104
+ }
105
+ .sh, .si, .sx, .sr, .s1, .ss {
106
+ color: #e6db74;
107
+ }
108
+ .bp, .vc, .vg, .vi {
109
+ color: #f8f8f2;
110
+ }
111
+ .il {
112
+ color: #ae81ff;
113
+ }
114
+ .gh {}
115
+ .gu {
116
+ color: #75715e;
117
+ }
118
+ .gd {
119
+ color: #f92672;
120
+ }
121
+ .gi {
122
+ color: #a6e22e;
123
+ }
124
+ }
125
+
126
+
127
+ .highlighter-rouge{
128
+ background: aliceblue;
129
+ color: blueviolet;
130
+ font-size: 120%;
202
131
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bubblin-jekyll
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.5
4
+ version: 1.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marvin Danig
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-10-05 00:00:00.000000000 Z
11
+ date: 2019-05-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -139,7 +139,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
139
139
  version: '0'
140
140
  requirements: []
141
141
  rubyforge_project:
142
- rubygems_version: 2.7.6
142
+ rubygems_version: 2.7.7
143
143
  signing_key:
144
144
  specification_version: 4
145
145
  summary: The official theme for blog at Bubblin Superbooks.