bubblin-jekyll 1.2.1 → 1.2.2
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 +4 -4
- data/README.md +14 -0
- data/_sass/scss/_reusable.scss +4 -7
- data/_sass/scss/_syntax-highlighting.scss +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3fd44b990c3df9ccac72aa2067059ac2ff1341a6ee7aa904f99ea87a5a5a723a
|
4
|
+
data.tar.gz: 202cfb492ae1bf0acefd78466854fabd0aa3a7cd0783455822058e444a9cf060
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 19135e564efa1a222be8d98ac1dafadac41766866ebeb9c02163d7e8b05ba0e10c60876bfdc95085a1aece919525bc6ada30de33e1cc0eeb451fca8b0d158e96
|
7
|
+
data.tar.gz: f4e28dd1b1896bff2fcf428500a67457bdb80a567fa03511080458e7378e4d4409ce74c2d0ef1a652ec95ba10ed256bc791bf0637577fdbe93ef5bbbbf9b069e
|
data/README.md
CHANGED
@@ -139,6 +139,20 @@ To enable Google Anaytics, add the following lines to your Jekyll site:
|
|
139
139
|
|
140
140
|
Google Analytics will only appear in production, i.e., `JEKYLL_ENV=production`
|
141
141
|
|
142
|
+
|
143
|
+
--
|
144
|
+
|
145
|
+
### Enabling Heap Analytics
|
146
|
+
|
147
|
+
To enable Heap Anaytics, add the following lines to your Jekyll site:
|
148
|
+
|
149
|
+
```yaml
|
150
|
+
heap_analytics: NN-NNNNNNNNN
|
151
|
+
```
|
152
|
+
|
153
|
+
Heap will appear only in production, i.e., with `JEKYLL_ENV=production`
|
154
|
+
|
155
|
+
|
142
156
|
## Contributing
|
143
157
|
|
144
158
|
Bug reports and pull requests are welcome on GitHub at . This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
data/_sass/scss/_reusable.scss
CHANGED
@@ -16,14 +16,14 @@ html {
|
|
16
16
|
-ms-text-size-adjust: 100%;
|
17
17
|
-webkit-text-size-adjust: 100%;
|
18
18
|
font-size: 1em;
|
19
|
-
line-height: 1.
|
19
|
+
line-height: 1.6;
|
20
20
|
text-rendering: optimizelegibility;
|
21
21
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
22
22
|
-webkit-backface-visibility: hidden;
|
23
23
|
}
|
24
24
|
|
25
25
|
body {
|
26
|
-
color: rgba(0, 0, 0, 0.
|
26
|
+
color: rgba(0, 0, 0, 0.95);
|
27
27
|
margin: 0;
|
28
28
|
font-family: 'EB Garamond', serif;
|
29
29
|
font-smooth: always;
|
@@ -136,9 +136,9 @@ img {
|
|
136
136
|
|
137
137
|
pre,
|
138
138
|
code {
|
139
|
-
border: 1px solid
|
139
|
+
border: 1px solid paleturquoise;
|
140
140
|
border-radius: 3px;
|
141
|
-
background-color:
|
141
|
+
background-color: aliceblue;
|
142
142
|
}
|
143
143
|
|
144
144
|
code {
|
@@ -163,9 +163,6 @@ blockquote {
|
|
163
163
|
margin: 2em auto;
|
164
164
|
font-style: italic;
|
165
165
|
background: #fffafa;
|
166
|
-
> :last-child {
|
167
|
-
margin-bottom: 0;
|
168
|
-
}
|
169
166
|
}
|
170
167
|
|
171
168
|
|
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.
|
4
|
+
version: 1.2.2
|
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-08-
|
11
|
+
date: 2018-08-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|