alembic-jekyll-theme 2.2.2 → 2.2.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/README.md +1 -0
- data/assets/search.json +2 -2
- 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: a2b1e3ab6e255d4a176bea9cbc9ba143c5e9c1f6
|
|
4
|
+
data.tar.gz: c223ab6a05e7d1d56b588a65f90c03c45b8c1418
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 46de6369b5334cd4265fb8ffe37fd729068f59826edc017c0da53051b89e13cc6d184ac49a888697b28a40dfc0e0a890b704eb4a68c6d10f0d3e9550a8f41ee2
|
|
7
|
+
data.tar.gz: 94738dc79af95b5c419571d877ff37387fe8fc8a2808761b92069f2007a960a7515bed2e32d497acacac1a032d4121a53637c43d12f6bace11fdecbd16e322fa
|
data/README.md
CHANGED
|
@@ -53,6 +53,7 @@ Here are a few examples of Alembic out in the wild being used in a variety of wa
|
|
|
53
53
|
- [hrkeni.me](http://hrkeni.me/)
|
|
54
54
|
- [venuthatikonda.github.io](https://venuthatikonda.github.io/)
|
|
55
55
|
- [ccs17.bsc.es](https://ccs17.bsc.es/)
|
|
56
|
+
- [karateca.org](http://www.karateca.org/)
|
|
56
57
|
|
|
57
58
|
## Installation
|
|
58
59
|
|
data/assets/search.json
CHANGED
|
@@ -12,7 +12,7 @@ sitemap: false
|
|
|
12
12
|
{
|
|
13
13
|
"title": {{ doc.title | jsonify }},
|
|
14
14
|
"excerpt": {{ doc.excerpt | markdownify | strip_html | jsonify }},
|
|
15
|
-
"content": {{ doc.content | markdownify | strip_html | jsonify
|
|
15
|
+
"content": {{ doc.content | markdownify | strip_html | jsonify }},
|
|
16
16
|
"url": {{ site.baseurl | append: doc.url | jsonify }}
|
|
17
17
|
},
|
|
18
18
|
{% endfor %}
|
|
@@ -22,7 +22,7 @@ sitemap: false
|
|
|
22
22
|
{
|
|
23
23
|
"title": {{ page.title | jsonify }},
|
|
24
24
|
"excerpt": {{ page.excerpt | markdownify | strip_html | jsonify }},
|
|
25
|
-
"content": {{ page.content | markdownify | strip_html | jsonify
|
|
25
|
+
"content": {{ page.content | markdownify | strip_html | jsonify }},
|
|
26
26
|
"url": {{ site.baseurl | append: page.url | jsonify }}
|
|
27
27
|
}{% unless forloop.last %},{% endunless %}
|
|
28
28
|
{% endfor %}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: alembic-jekyll-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.2.
|
|
4
|
+
version: 2.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Darnes
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-09-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|