doccoli-jekyll 1.2.6 → 1.2.7

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: f823e033f1aa134231d8be0aecac8b40673bd0903c2aeafcb2b6990951b84627
4
- data.tar.gz: efc48d71dfcf834e1406ff869fe0d2dcbff336a8fd055f80d08220b43d870455
3
+ metadata.gz: 76aef82ab4aabb2bf760fd7b818a21c6f2f6b8d6f39956876f04da0299146a38
4
+ data.tar.gz: b0769a24915095b86e6c2674899ba3a9318d58387b84e20b2add269b79d4c36f
5
5
  SHA512:
6
- metadata.gz: 50d3175780787b2023fba8daed51c27b49a90de96405473021a537d1a15b15a5ad569e56606c0afb944c0ec13b1383c4d1f2e760cc37255e734360e38ed5c024
7
- data.tar.gz: e5a36ec8a7659b347e7369f0d3cad1e70c4135bece63432d9e20307c879d2a5e57968c0e5e21a217d40572b55fb82a1ee011f84ebb13876e3e2ae8c36250e4cc
6
+ metadata.gz: 387adb9f1e8f12e4bdc1e7eb9e9a58c0f808291a01017048b5ea3e8ae6cd71f3bc31aa5d3dc1971d86a936387962a02e8900b1cfb9734f7b61d08a97d12996bd
7
+ data.tar.gz: 0161f1ecd27ea886aa1a2276aded36f41d1c12031c169a8e75beb0174ca5b5de03faa950753e8389398bd2074ac7fd4ede10d48f7c125c1667bd7b27fe47693d
data/README.md CHANGED
@@ -95,6 +95,20 @@ To enable Google Anaytics, add the following lines to your Jekyll site:
95
95
 
96
96
  Google Analytics will only appear in production, i.e., `JEKYLL_ENV=production`
97
97
 
98
+ --
99
+
100
+ ### Enabling Heap Analytics
101
+
102
+ To enable Heap Anaytics, add the following lines to your Jekyll site:
103
+
104
+ ```yaml
105
+ heap_analytics: NN-NNNNNNNNN
106
+ ```
107
+
108
+ Heap will appear only in production, i.e., with `JEKYLL_ENV=production`
109
+
110
+ --
111
+
98
112
  ### Internal pages
99
113
 
100
114
  To add internal pages inside your documentation that don't appear on the sidebar directly create a `_pages` directory as sibling to _posts. Then add the following to your `_config.yml`
@@ -127,9 +127,9 @@ img {
127
127
 
128
128
  pre,
129
129
  code {
130
- border: 1px solid #e8e8e8;
130
+ border: 1px solid paleturquoise;
131
131
  border-radius: 3px;
132
- background-color: #eff;
132
+ background-color: aliceblue;
133
133
  }
134
134
 
135
135
  code {
@@ -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: doccoli-jekyll
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.6
4
+ version: 1.2.7
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