jekyll-auto-authors 1.0.3 → 1.0.4
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/lib/jekyll-auto-authors/main.rb +3 -0
- data/lib/jekyll-auto-authors/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 65d2e6ed40ee995dffb47243d438b9eac97de5030f211828ff69510f9eaac031
|
|
4
|
+
data.tar.gz: 7390218b4f544518c1e4e7533cb86821c6b5a82189b46f12a02c00dd7d2fd192
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6cff403611021beefa94d0d8fdd8e6d10e0b72087154868ddb215df7faaa1c619fe2b9c95928aae325957f203d12a6efc7c281af412fd9f86a81ed7e636b1c61
|
|
7
|
+
data.tar.gz: 3f0bf9e838648cb663225fd4731e36afb89324771bb2e988bd84bb7eed9d1df02d853dd4d52a6e7dbe28e7a27d2caae1fc26b045c0ef7266343828b3d44c2334
|
|
@@ -12,6 +12,9 @@ module Jekyll
|
|
|
12
12
|
autopage_config = Jekyll::Utils.deep_merge_hashes(PaginateV2::AutoPages::DEFAULT, site.config["autopages"] || {})
|
|
13
13
|
pagination_config = Jekyll::Utils.deep_merge_hashes(PaginateV2::Generator::DEFAULT, site.config["pagination"] || {})
|
|
14
14
|
|
|
15
|
+
# Hack for exclude logic to be used later
|
|
16
|
+
autopage_config["authors"]["exclude"] ||= []
|
|
17
|
+
|
|
15
18
|
# load the configs for jekyll-auto-authors (this plugin).
|
|
16
19
|
authors_config = Jekyll::Utils.deep_merge_hashes(DEFAULT, site.config["autopages"]["authors"] || {})
|
|
17
20
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-auto-authors
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gourav Khunger
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-05-
|
|
11
|
+
date: 2023-05-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -88,7 +88,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
88
88
|
- !ruby/object:Gem::Version
|
|
89
89
|
version: '0'
|
|
90
90
|
requirements: []
|
|
91
|
-
rubygems_version: 3.
|
|
91
|
+
rubygems_version: 3.4.13
|
|
92
92
|
signing_key:
|
|
93
93
|
specification_version: 4
|
|
94
94
|
summary: Seamless multiple authors support for jekyll powered publications
|