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 +4 -4
- data/README.md +14 -0
- data/_sass/scss/_reusable.scss +2 -2
- 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: 76aef82ab4aabb2bf760fd7b818a21c6f2f6b8d6f39956876f04da0299146a38
|
|
4
|
+
data.tar.gz: b0769a24915095b86e6c2674899ba3a9318d58387b84e20b2add269b79d4c36f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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`
|
data/_sass/scss/_reusable.scss
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2018-08-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|