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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f812cd3801877a88626f5e6869a536ef4a6f27ef89cef2ebbb2f3ccc16822459
4
- data.tar.gz: 443a1b83d9697de26d34e2debb251c7fb5e4be32042adbd3bd98eeeb8f0929f6
3
+ metadata.gz: 3fd44b990c3df9ccac72aa2067059ac2ff1341a6ee7aa904f99ea87a5a5a723a
4
+ data.tar.gz: 202cfb492ae1bf0acefd78466854fabd0aa3a7cd0783455822058e444a9cf060
5
5
  SHA512:
6
- metadata.gz: 06453a7fa22b1cae0499c57660b10e9ea90f01e257c04926b82edcb3daa562a0e35b14be1dd5f7f3c83e8ebbd3129219d31deda8bec91fba9de053c522294617
7
- data.tar.gz: d5fa625e8c7ffdeb0fdf217f5a87ac6b58079da4aa1b69f4da3cea863e44e533c0fcb3b0eba69f6b940cff62f159a7a37203ec4c47b17979e53e9584e1361626
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.
@@ -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.4;
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.85);
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 #e8e8e8;
139
+ border: 1px solid paleturquoise;
140
140
  border-radius: 3px;
141
- background-color: #eff;
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
 
@@ -5,7 +5,7 @@
5
5
  .highlight {
6
6
  background: #fff;
7
7
  .highlighter-rouge & {
8
- background: #eef;
8
+ background: aliceblue;
9
9
  }
10
10
  .c {
11
11
  color: #998;
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.1
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-03 00:00:00.000000000 Z
11
+ date: 2018-08-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll