prettydocs-jekyll 0.1.2 → 0.1.3
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/_includes/_theme/head.html +3 -3
- data/_includes/_theme/js.html +4 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0ff380eae7006c4419b0413d8cda03895e0a85b4
|
|
4
|
+
data.tar.gz: ab6bbfbc2f4917ee5e489916e01a20d0fa089a1a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 892751fd894163670a6798de6c59d3f15b6fe673da406394c8fa3523ae7cfc35a186b00d9695b8778735ed41037e8c4d8dba72b821d6104af3d713e520634d73
|
|
7
|
+
data.tar.gz: 2063fb36701f121602ba7947071fcefc31d688153c922beb8d6b6023e8cc9a9f4da6ae7e5dfd019d802988716f3249d548dd9048302e18ad3b37dbe5d69e087b
|
data/_includes/_theme/head.html
CHANGED
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
<![endif]-->
|
|
32
32
|
<link rel="canonical" href="{{ page.url | replace:'index.html','' | absolute_url }}">
|
|
33
33
|
<link rel="alternate" type="application/rss+xml" title="{{ site.title | escape }}" href="{{ "/feed.xml" | relative_url }}">
|
|
34
|
-
{% if jekyll.environment == 'production' and site.google_analytics %}
|
|
35
|
-
{% include google-analytics.html %}
|
|
36
|
-
{% endif %}
|
|
37
34
|
<script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script>
|
|
35
|
+
{% if page.highlight or post.highlight %}
|
|
36
|
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css" integrity="sha256-3YM6A3pH4QFCl9WbSU8oXF5N6W/2ylvW0o2g+Z6TmLQ=" crossorigin="anonymous" />
|
|
37
|
+
{% endif %}
|
|
38
38
|
</head>
|
data/_includes/_theme/js.html
CHANGED
|
@@ -4,3 +4,7 @@
|
|
|
4
4
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.matchHeight/0.7.2/jquery.matchHeight-min.js"></script>
|
|
5
5
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/ekko-lightbox/5.3.0/ekko-lightbox.min.js"></script>
|
|
6
6
|
<script src="{{ "/assets/js/main.js" | prepend: site.baseurl }}"></script>
|
|
7
|
+
{% if page.highlight or post.highlight %}
|
|
8
|
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js" integrity="sha256-/BfiIkHlHoVihZdc6TFuj7MmJ0TWcWsMXkeDFwhi0zw=" crossorigin="anonymous"></script>
|
|
9
|
+
<script>hljs.initHighlightingOnLoad();</script>
|
|
10
|
+
{% endif %}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: prettydocs-jekyll
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alexandru Coman
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-02-
|
|
11
|
+
date: 2018-02-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|